Report generated on 21-Jun-2023 at 12:50:07 by pytest-html v3.2.0
4000 tests ran in 180.00 seconds.
(Un)check the boxes to filter the results.
3999 passed, 0 skipped, 1 failed, 0 errors, 0 expected failures, 0 unexpected passes| Result | Test | Duration | Links |
|---|---|---|---|
| No results found. Try to check the filters | |||
| Failed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1244] | 0.56 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe i = 244, json_filename = 'C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json' @pytest.mark.parametrize("json_filename, i", zip(json_files_reshaped, inds)) def test_SBC(i, json_filename): """Unit test for daveNES. Iterates over the json file. Decorated with a pytest parametrize so as to iterate over the whole list of json test files. Args: i (int): Iterate of json json_filename (str): unit test file. """ print(f'ind: {i}, filename: {json_filename}') test = get_json(json_filename)[i] > daveNES = init_daveNES(test) tests\test_SBC.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ test = {'cycles': [[65535, 245, 'read'], [0, 57, 'read'], [57, 215, 'read'], [219, 221, 'read']], 'final': {'a': 129, 'p': 23...'a': 94, 'p': 47, 'pc': 65535, 'ram': [[65535, 245], [0, 57], [1, 4], [57, 215], [219, 221]], ...}, 'name': 'f5 39 04'} def init_daveNES(test: dict): """Initialises daveNES object and loads the test parameters into the appropriate registers and memory locations. Args: test (dict): json test Returns: daveNES: Initialised daveNES object. """ daveNES = cpu.MOS6502(debug = False) daveNES.initialise_RAM() # Load test program for val in test['initial']['ram']: print(f'{val[0]}, {val[1]}') > daveNES.ram.memory[val[0]] = np.uint8(val[1]) E IndexError: index 65535 is out of bounds for axis 0 with size 65535 tests\test_SBC.py:46: IndexError[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 65535, 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i62] | 0.46 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 57424, 233 57425, 209 57426, 193 0xe9, SBC PC: 0xe050, SP: 0xf1, A: 0xa1, X: 0x0c, Y: 0xe7, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i0] | 0.47 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60024, 233 60025, 32 60026, 174 0xe9, SBC PC: 0xea78, SP: 0xab, A: 0x32, X: 0xa8, Y: 0xb3, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i124] | 0.46 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32301, 233 32302, 156 32303, 12 0xe9, SBC PC: 0x7e2d, SP: 0xf9, A: 0xe0, X: 0x2e, Y: 0x86, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i248] | 0.46 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 44798, 233 44799, 54 44800, 252 0xe9, SBC PC: 0xaefe, SP: 0x47, A: 0x59, X: 0x23, Y: 0x7c, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i186] | 0.45 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1393, 233 1394, 215 1395, 79 0xe9, SBC PC: 0x0571, SP: 0x23, A: 0xc6, X: 0x78, Y: 0x7c, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i310] | 0.45 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56847, 233 56848, 242 56849, 161 0xe9, SBC PC: 0xde0f, SP: 0xe9, A: 0x75, X: 0x85, Y: 0xe5, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i372] | 0.45 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63625, 233 63626, 163 63627, 223 0xe9, SBC PC: 0xf889, SP: 0x8b, A: 0x25, X: 0x89, Y: 0x33, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i434] | 0.46 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 44780, 233 44781, 50 44782, 238 0xe9, SBC PC: 0xaeec, SP: 0x99, A: 0xf7, X: 0xcd, Y: 0xfa, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 452 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i496] | 0.47 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4085, 233 4086, 132 4087, 244 0xe9, SBC PC: 0x0ff5, SP: 0x9b, A: 0xad, X: 0xbd, Y: 0x0d, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i558] | 0.49 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8513, 229 8514, 253 8515, 205 253, 36 0xe5, SBC PC: 0x2141, SP: 0x0c, A: 0x50, X: 0xd8, Y: 0xed, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i620] | 0.48 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17117, 229 17118, 13 17119, 223 13, 113 0xe5, SBC PC: 0x42dd, SP: 0x8d, A: 0x8f, X: 0x6b, Y: 0x20, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i682] | 0.48 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11034, 229 11035, 177 11036, 195 177, 133 0xe5, SBC PC: 0x2b1a, SP: 0x1d, A: 0x78, X: 0x71, Y: 0x45, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i744] | 0.48 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 42948, 229 42949, 211 42950, 95 211, 247 0xe5, SBC PC: 0xa7c4, SP: 0x15, A: 0x59, X: 0x0f, Y: 0x94, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 97 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i806] | 0.50 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18201, 229 18202, 227 18203, 39 227, 145 0xe5, SBC PC: 0x4719, SP: 0x5b, A: 0xd7, X: 0x87, Y: 0xf4, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i868] | 0.48 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64627, 229 64628, 177 64629, 151 177, 43 0xe5, SBC PC: 0xfc73, SP: 0x36, A: 0xa3, X: 0x76, Y: 0xe0, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i930] | 0.47 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48603, 229 48604, 223 48605, 48 223, 26 0xe5, SBC PC: 0xbddb, SP: 0x61, A: 0xaf, X: 0xe6, Y: 0xdd, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i373] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21750, 233 21751, 8 21752, 138 0xe9, SBC PC: 0x54f6, SP: 0x00, A: 0xa7, X: 0xaf, Y: 0x01, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i187] | 0.31 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63564, 233 63565, 113 63566, 97 0xe9, SBC PC: 0xf84c, SP: 0x5c, A: 0xbd, X: 0x1e, Y: 0xd8, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i311] | 0.33 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 16097, 233 16098, 243 16099, 212 0xe9, SBC PC: 0x3ee1, SP: 0x1c, A: 0xa4, X: 0xdf, Y: 0x59, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i63] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30335, 233 30336, 248 30337, 27 0xe9, SBC PC: 0x767f, SP: 0x5d, A: 0xe2, X: 0xe0, Y: 0xe9, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i125] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2466, 233 2467, 197 2468, 105 0xe9, SBC PC: 0x09a2, SP: 0x33, A: 0xd4, X: 0x29, Y: 0x21, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i435] | 0.32 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12482, 233 12483, 151 12484, 152 0xe9, SBC PC: 0x30c2, SP: 0x4b, A: 0xe2, X: 0xa3, Y: 0x9a, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i249] | 0.32 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1336, 233 1337, 100 1338, 54 0xe9, SBC PC: 0x0538, SP: 0xb2, A: 0xf0, X: 0x9d, Y: 0x07, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i1] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45934, 233 45935, 53 45936, 204 0xe9, SBC PC: 0xb36e, SP: 0xa2, A: 0x89, X: 0x31, Y: 0xd3, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i497] | 0.31 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63786, 233 63787, 218 63788, 169 0xe9, SBC PC: 0xf92a, SP: 0xe2, A: 0x23, X: 0xfa, Y: 0xe6, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 73 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i559] | 0.48 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2691, 229 2692, 90 2693, 245 90, 158 0xe5, SBC PC: 0x0a83, SP: 0x7a, A: 0x09, X: 0xca, Y: 0xb6, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i621] | 0.54 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54061, 229 54062, 24 54063, 194 24, 237 0xe5, SBC PC: 0xd32d, SP: 0xa3, A: 0xfe, X: 0x2b, Y: 0xb8, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i683] | 0.52 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25337, 229 25338, 0 25339, 57 0, 12 0xe5, SBC PC: 0x62f9, SP: 0x87, A: 0xff, X: 0x42, Y: 0xdc, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 499 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i745] | 0.51 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64864, 229 64865, 163 64866, 81 163, 188 0xe5, SBC PC: 0xfd60, SP: 0x3f, A: 0xed, X: 0xf5, Y: 0xe9, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i869] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 15321, 229 15322, 122 15323, 207 122, 111 0xe5, SBC PC: 0x3bd9, SP: 0x5a, A: 0x05, X: 0x2e, Y: 0x93, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i931] | 0.50 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8071, 229 8072, 253 8073, 203 253, 142 0xe5, SBC PC: 0x1f87, SP: 0xd2, A: 0x5c, X: 0xb0, Y: 0xab, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i807] | 0.50 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32970, 229 32971, 5 32972, 16 5, 253 0xe5, SBC PC: 0x80ca, SP: 0x9a, A: 0x01, X: 0x89, Y: 0x29, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 4 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i374] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52246, 233 52247, 145 52248, 62 0xe9, SBC PC: 0xcc16, SP: 0xdc, A: 0x47, X: 0x9c, Y: 0x96, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i188] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 20888, 233 20889, 92 20890, 157 0xe9, SBC PC: 0x5198, SP: 0x1a, A: 0x04, X: 0xbb, Y: 0x95, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i2] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62291, 233 62292, 41 62293, 204 0xe9, SBC PC: 0xf353, SP: 0x9f, A: 0xf1, X: 0x95, Y: 0x47, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 455 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i126] | 0.47 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8863, 233 8864, 233 8865, 117 0xe9, SBC PC: 0x229f, SP: 0xdd, A: 0x75, X: 0x7d, Y: 0x87, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i64] | 0.47 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47756, 233 47757, 121 47758, 135 0xe9, SBC PC: 0xba8c, SP: 0x7d, A: 0x0b, X: 0x55, Y: 0x1a, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i498] | 0.47 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35039, 233 35040, 172 35041, 130 0xe9, SBC PC: 0x88df, SP: 0xf4, A: 0xe1, X: 0xa2, Y: 0x61, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i436] | 0.46 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35416, 233 35417, 73 35418, 255 0xe9, SBC PC: 0x8a58, SP: 0x83, A: 0xd7, X: 0xd0, Y: 0xaa, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i312] | 0.48 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29330, 233 29331, 195 29332, 1 0xe9, SBC PC: 0x7292, SP: 0xa8, A: 0x3a, X: 0xd9, Y: 0xb1, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i250] | 0.47 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30880, 233 30881, 34 30882, 186 0xe9, SBC PC: 0x78a0, SP: 0x6f, A: 0x5b, X: 0xf3, Y: 0x10, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i560] | 0.55 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55133, 229 55134, 99 55135, 224 99, 188 0xe5, SBC PC: 0xd75d, SP: 0x25, A: 0x53, X: 0x24, Y: 0x80, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i746] | 0.50 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11144, 229 11145, 150 11146, 98 150, 72 0xe5, SBC PC: 0x2b88, SP: 0xd0, A: 0xa5, X: 0x11, Y: 0x4b, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i932] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 1044, 229 1045, 171 1046, 17 171, 192 0xe5, SBC PC: 0x0414, SP: 0x6a, A: 0x8e, X: 0xd4, Y: 0xa1, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i808] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13812, 229 13813, 2 13814, 227 2, 18 0xe5, SBC PC: 0x35f4, SP: 0x2a, A: 0x7d, X: 0xd1, Y: 0xc7, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i684] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11290, 229 11291, 110 11292, 214 110, 55 0xe5, SBC PC: 0x2c1a, SP: 0x0e, A: 0x68, X: 0xbc, Y: 0xc3, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i870] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23437, 229 23438, 109 23439, 72 109, 214 0xe5, SBC PC: 0x5b8d, SP: 0x9b, A: 0x30, X: 0xc8, Y: 0xad, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 90 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i622] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13143, 229 13144, 71 13145, 150 71, 222 0xe5, SBC PC: 0x3357, SP: 0x8d, A: 0xb3, X: 0x25, Y: 0xbd, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i375] | 0.34 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 38787, 233 38788, 92 38789, 66 0xe9, SBC PC: 0x9783, SP: 0xcb, A: 0xf8, X: 0xb5, Y: 0xe5, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i437] | 0.31 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11886, 233 11887, 197 11888, 181 0xe9, SBC PC: 0x2e6e, SP: 0xa2, A: 0x4d, X: 0xe3, Y: 0xa0, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 136 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i127] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39760, 233 39761, 162 39762, 117 0xe9, SBC PC: 0x9b50, SP: 0x6e, A: 0xfa, X: 0xc1, Y: 0x83, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i499] | 0.32 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12960, 233 12961, 194 12962, 26 0xe9, SBC PC: 0x32a0, SP: 0x42, A: 0xca, X: 0xa3, Y: 0x3b, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i65] | 0.35 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47953, 233 47954, 102 47955, 123 0xe9, SBC PC: 0xbb51, SP: 0x1d, A: 0xeb, X: 0x4e, Y: 0x22, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 389 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i3] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45710, 233 45711, 223 45712, 6 0xe9, SBC PC: 0xb28e, SP: 0x9d, A: 0x93, X: 0x59, Y: 0xcd, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i251] | 0.31 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29560, 233 29561, 145 29562, 131 0xe9, SBC PC: 0x7378, SP: 0xda, A: 0xdc, X: 0x33, Y: 0xe0, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i313] | 0.34 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62862, 233 62863, 192 62864, 210 0xe9, SBC PC: 0xf58e, SP: 0x04, A: 0xdd, X: 0xc6, Y: 0xdc, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i189] | 0.33 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45937, 233 45938, 90 45939, 37 0xe9, SBC PC: 0xb371, SP: 0x71, A: 0x4d, X: 0xea, Y: 0xa2, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 243 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i747] | 0.54 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32061, 229 32062, 195 32063, 142 195, 186 0xe5, SBC PC: 0x7d3d, SP: 0x8f, A: 0x68, X: 0x7b, Y: 0xae, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i561] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30261, 229 30262, 232 30263, 155 232, 227 0xe5, SBC PC: 0x7635, SP: 0xab, A: 0xc4, X: 0x81, Y: 0x48, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i871] | 0.56 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32766, 229 32767, 218 32768, 222 218, 33 0xe5, SBC PC: 0x7ffe, SP: 0x03, A: 0x5c, X: 0xf1, Y: 0x68, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i933] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31717, 229 31718, 133 31719, 88 133, 73 0xe5, SBC PC: 0x7be5, SP: 0xb5, A: 0x59, X: 0x8b, Y: 0x8e, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i809] | 0.58 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53114, 229 53115, 43 53116, 117 43, 81 0xe5, SBC PC: 0xcf7a, SP: 0x6f, A: 0x12, X: 0x99, Y: 0x76, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i685] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9529, 229 9530, 176 9531, 196 176, 198 0xe5, SBC PC: 0x2539, SP: 0xeb, A: 0x51, X: 0x0e, Y: 0x57, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i438] | 0.53 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46745, 233 46746, 23 46747, 113 0xe9, SBC PC: 0xb699, SP: 0x8a, A: 0x22, X: 0xd8, Y: 0x8d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i128] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64099, 233 64100, 51 64101, 24 0xe9, SBC PC: 0xfa63, SP: 0xb6, A: 0x44, X: 0xac, Y: 0x55, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i500] | 0.49 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 46190, 229 46191, 185 46192, 248 185, 249 0xe5, SBC PC: 0xb46e, SP: 0x35, A: 0xb5, X: 0xb9, Y: 0x70, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i252] | 0.49 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 15907, 233 15908, 35 15909, 92 0xe9, SBC PC: 0x3e23, SP: 0x57, A: 0xaa, X: 0x91, Y: 0xbc, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i376] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14246, 233 14247, 51 14248, 193 0xe9, SBC PC: 0x37a6, SP: 0x8c, A: 0xe2, X: 0x23, Y: 0x7a, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i4] | 0.53 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5608, 233 5609, 26 5610, 209 0xe9, SBC PC: 0x15e8, SP: 0xbf, A: 0x7c, X: 0x77, Y: 0x87, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i623] | 0.51 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47708, 229 47709, 84 47710, 69 84, 230 0xe5, SBC PC: 0xba5c, SP: 0x26, A: 0xed, X: 0xa6, Y: 0x16, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i190] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55978, 233 55979, 89 55980, 91 0xe9, SBC PC: 0xdaaa, SP: 0x2a, A: 0x9f, X: 0x4c, Y: 0x9b, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i66] | 0.46 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32321, 233 32322, 127 32323, 236 0xe9, SBC PC: 0x7e41, SP: 0x66, A: 0xa4, X: 0xe0, Y: 0xb8, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i314] | 0.48 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 44310, 233 44311, 93 44312, 76 0xe9, SBC PC: 0xad16, SP: 0xca, A: 0x2b, X: 0xb2, Y: 0x44, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i748] | 0.59 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29241, 229 29242, 8 29243, 105 8, 234 0xe5, SBC PC: 0x7239, SP: 0xe5, A: 0x12, X: 0x60, Y: 0xc3, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 40 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i377] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56586, 233 56587, 108 56588, 202 0xe9, SBC PC: 0xdd0a, SP: 0x18, A: 0xde, X: 0xb4, Y: 0x5e, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i253] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61108, 233 61109, 183 61110, 29 0xe9, SBC PC: 0xeeb4, SP: 0x21, A: 0x4c, X: 0x3b, Y: 0xbb, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i501] | 0.58 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29848, 229 29849, 90 29850, 221 90, 27 0xe5, SBC PC: 0x7498, SP: 0xab, A: 0x24, X: 0x83, Y: 0xe6, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i67] | 0.38 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 22795, 233 22796, 124 22797, 114 0xe9, SBC PC: 0x590b, SP: 0xfb, A: 0xf6, X: 0x1a, Y: 0x15, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i129] | 0.34 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 27863, 233 27864, 164 27865, 151 0xe9, SBC PC: 0x6cd7, SP: 0x2d, A: 0xe9, X: 0x50, Y: 0x0e, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i315] | 0.33 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9960, 233 9961, 237 9962, 13 0xe9, SBC PC: 0x26e8, SP: 0x7b, A: 0xe8, X: 0x69, Y: 0xf8, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i439] | 0.32 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4247, 233 4248, 219 4249, 231 0xe9, SBC PC: 0x1097, SP: 0x55, A: 0xb6, X: 0x31, Y: 0xf3, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i872] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7865, 229 7866, 183 7867, 41 183, 16 0xe5, SBC PC: 0x1eb9, SP: 0x6c, A: 0x15, X: 0xd6, Y: 0xa7, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i562] | 0.60 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 15784, 229 15785, 182 15786, 10 182, 99 0xe5, SBC PC: 0x3da8, SP: 0x24, A: 0x24, X: 0x4a, Y: 0xae, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i686] | 0.62 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4255, 229 4256, 216 4257, 112 216, 82 0xe5, SBC PC: 0x109f, SP: 0xf8, A: 0x25, X: 0xd6, Y: 0x05, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i191] | 0.34 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52437, 233 52438, 209 52439, 82 0xe9, SBC PC: 0xccd5, SP: 0xfe, A: 0x6e, X: 0xca, Y: 0x39, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i5] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61580, 233 61581, 121 61582, 201 0xe9, SBC PC: 0xf08c, SP: 0xc8, A: 0xc8, X: 0x53, Y: 0x8a, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i624] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 56501, 229 56502, 141 56503, 96 141, 128 0xe5, SBC PC: 0xdcb5, SP: 0xb5, A: 0xc1, X: 0x10, Y: 0xe1, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i934] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59429, 229 59430, 173 59431, 221 173, 68 0xe5, SBC PC: 0xe825, SP: 0xbc, A: 0x02, X: 0x11, Y: 0x5a, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i810] | 0.61 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18910, 229 18911, 41 18912, 7 41, 197 0xe5, SBC PC: 0x49de, SP: 0x08, A: 0xf0, X: 0x87, Y: 0x14, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i378] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 33850, 233 33851, 135 33852, 23 0xe9, SBC PC: 0x843a, SP: 0x9d, A: 0xd8, X: 0xc8, Y: 0xd9, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i254] | 0.53 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 26324, 233 26325, 52 26326, 75 0xe9, SBC PC: 0x66d4, SP: 0x81, A: 0x9d, X: 0x0f, Y: 0x78, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 360 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i440] | 0.50 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13850, 233 13851, 161 13852, 208 0xe9, SBC PC: 0x361a, SP: 0xab, A: 0x90, X: 0xe5, Y: 0x65, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i130] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21596, 233 21597, 88 21598, 216 0xe9, SBC PC: 0x545c, SP: 0x0b, A: 0x1b, X: 0x50, Y: 0xd5, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i6] | 0.51 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 22401, 233 22402, 124 22403, 56 0xe9, SBC PC: 0x5781, SP: 0x7e, A: 0xb2, X: 0x58, Y: 0x38, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i316] | 0.50 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48820, 233 48821, 249 48822, 109 0xe9, SBC PC: 0xbeb4, SP: 0x8d, A: 0xa1, X: 0xcd, Y: 0xb5, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i68] | 0.61 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 28767, 233 28768, 221 28769, 79 0xe9, SBC PC: 0x705f, SP: 0x72, A: 0xbe, X: 0x3d, Y: 0xc1, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i192] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49509, 233 49510, 216 49511, 24 0xe9, SBC PC: 0xc165, SP: 0x19, A: 0x25, X: 0x6f, Y: 0x97, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 76 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i749] | 0.42 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14756, 229 14757, 229 14758, 231 229, 30 0xe5, SBC PC: 0x39a4, SP: 0xd8, A: 0xe0, X: 0xd1, Y: 0x44, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 450 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i502] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44985, 229 44986, 191 44987, 13 191, 202 0xe5, SBC PC: 0xafb9, SP: 0x70, A: 0xdf, X: 0x16, Y: 0x79, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i873] | 0.36 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12474, 229 12475, 189 12476, 3 189, 106 0xe5, SBC PC: 0x30ba, SP: 0x1e, A: 0x9c, X: 0x41, Y: 0x54, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i563] | 0.35 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41829, 229 41830, 9 41831, 202 9, 170 0xe5, SBC PC: 0xa365, SP: 0xf6, A: 0x43, X: 0x20, Y: 0x65, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i935] | 0.38 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55802, 229 55803, 41 55804, 45 41, 130 0xe5, SBC PC: 0xd9fa, SP: 0x0a, A: 0xf7, X: 0x68, Y: 0xea, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i687] | 0.40 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29528, 229 29529, 77 29530, 164 77, 216 0xe5, SBC PC: 0x7358, SP: 0xe9, A: 0x40, X: 0x71, Y: 0x1d, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 103 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i811] | 0.36 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 1532, 229 1533, 92 1534, 82 92, 179 0xe5, SBC PC: 0x05fc, SP: 0x9d, A: 0x92, X: 0xe7, Y: 0x1c, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i625] | 0.40 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11407, 229 11408, 234 11409, 194 234, 182 0xe5, SBC PC: 0x2c8f, SP: 0x8b, A: 0x27, X: 0x44, Y: 0x87, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 112 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i379] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34365, 233 34366, 51 34367, 17 0xe9, SBC PC: 0x863d, SP: 0x77, A: 0xba, X: 0xd8, Y: 0x86, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i131] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 16585, 233 16586, 66 16587, 192 0xe9, SBC PC: 0x40c9, SP: 0xe8, A: 0x9f, X: 0x8c, Y: 0xb5, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i441] | 0.30 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48065, 233 48066, 76 48067, 37 0xe9, SBC PC: 0xbbc1, SP: 0x8c, A: 0xb2, X: 0xa2, Y: 0xb8, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i317] | 0.32 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42224, 233 42225, 211 42226, 161 0xe9, SBC PC: 0xa4f0, SP: 0x68, A: 0x5b, X: 0x5f, Y: 0x4f, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i7] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35743, 233 35744, 121 35745, 220 0xe9, SBC PC: 0x8b9f, SP: 0xa1, A: 0x57, X: 0x34, Y: 0xd6, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i255] | 0.31 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61356, 233 61357, 68 61358, 14 0xe9, SBC PC: 0xefac, SP: 0x92, A: 0x10, X: 0x84, Y: 0xa5, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i193] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2166, 233 2167, 210 2168, 67 0xe9, SBC PC: 0x0876, SP: 0x03, A: 0x65, X: 0x5d, Y: 0xba, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i874] | 0.51 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58271, 229 58272, 151 58273, 114 151, 181 0xe5, SBC PC: 0xe39f, SP: 0x83, A: 0x4a, X: 0xd0, Y: 0xbd, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i564] | 0.48 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58371, 229 58372, 12 58373, 235 12, 210 0xe5, SBC PC: 0xe403, SP: 0xac, A: 0x5d, X: 0x7a, Y: 0x5c, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 138 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i750] | 0.53 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 50925, 229 50926, 36 50927, 53 36, 212 0xe5, SBC PC: 0xc6ed, SP: 0x41, A: 0x10, X: 0xac, Y: 0x33, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 60 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i69] | 0.38 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21295, 233 21296, 112 21297, 254 0xe9, SBC PC: 0x532f, SP: 0x2d, A: 0x48, X: 0x31, Y: 0x2d, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i936] | 0.48 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53907, 229 53908, 188 53909, 145 188, 18 0xe5, SBC PC: 0xd293, SP: 0xaf, A: 0xee, X: 0xf5, Y: 0xca, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 476 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i812] | 0.50 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12298, 229 12299, 154 12300, 233 154, 139 0xe5, SBC PC: 0x300a, SP: 0xf7, A: 0xa5, X: 0x07, Y: 0x57, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i688] | 0.48 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35983, 229 35984, 48 35985, 116 48, 120 0xe5, SBC PC: 0x8c8f, SP: 0xe1, A: 0xcf, X: 0x21, Y: 0xad, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i380] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46020, 233 46021, 242 46022, 29 0xe9, SBC PC: 0xb3c4, SP: 0x10, A: 0x7a, X: 0x0b, Y: 0xbf, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i626] | 0.60 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 40763, 229 40764, 123 40765, 72 123, 75 0xe5, SBC PC: 0x9f3b, SP: 0x24, A: 0xab, X: 0x2c, Y: 0x11, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i442] | 0.46 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52464, 233 52465, 244 52466, 191 0xe9, SBC PC: 0xccf0, SP: 0x0e, A: 0xdd, X: 0x5c, Y: 0xaf, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i132] | 0.47 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 50307, 233 50308, 111 50309, 82 0xe9, SBC PC: 0xc483, SP: 0x91, A: 0x6b, X: 0x33, Y: 0xd6, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i318] | 0.50 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42431, 233 42432, 230 42433, 142 0xe9, SBC PC: 0xa5bf, SP: 0xbf, A: 0x90, X: 0xd6, Y: 0xef, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i256] | 0.49 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17380, 233 17381, 194 17382, 8 0xe9, SBC PC: 0x43e4, SP: 0x1f, A: 0xcf, X: 0x42, Y: 0xaa, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i8] | 0.47 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48311, 233 48312, 5 48313, 153 0xe9, SBC PC: 0xbcb7, SP: 0x63, A: 0xf4, X: 0xdf, Y: 0xcf, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 495 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i194] | 0.47 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 57538, 233 57539, 81 57540, 63 0xe9, SBC PC: 0xe0c2, SP: 0xd8, A: 0x35, X: 0x5b, Y: 0xb0, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i503] | 0.56 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16161, 229 16162, 85 16163, 233 85, 75 0xe5, SBC PC: 0x3f21, SP: 0xe9, A: 0x12, X: 0xb2, Y: 0xb8, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i70] | 0.52 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31984, 233 31985, 29 31986, 50 0xe9, SBC PC: 0x7cf0, SP: 0xcf, A: 0x02, X: 0x42, Y: 0xaa, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i565] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16636, 229 16637, 200 16638, 102 200, 232 0xe5, SBC PC: 0x40fc, SP: 0xad, A: 0xa4, X: 0xc5, Y: 0x06, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i875] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62118, 229 62119, 177 62120, 3 177, 50 0xe5, SBC PC: 0xf2a6, SP: 0x75, A: 0x32, X: 0xb1, Y: 0x3d, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i937] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35606, 229 35607, 187 35608, 39 187, 82 0xe5, SBC PC: 0x8b16, SP: 0xbe, A: 0xd4, X: 0xa9, Y: 0x11, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i751] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17331, 229 17332, 116 17333, 138 116, 247 0xe5, SBC PC: 0x43b3, SP: 0x4e, A: 0x28, X: 0x72, Y: 0x64, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 48 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i813] | 0.52 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 22802, 229 22803, 50 22804, 112 50, 115 0xe5, SBC PC: 0x5912, SP: 0xed, A: 0x24, X: 0x26, Y: 0xf9, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i689] | 0.51 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4602, 229 4603, 167 4604, 245 167, 159 0xe5, SBC PC: 0x11fa, SP: 0xcd, A: 0xea, X: 0x25, Y: 0x93, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i381] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32613, 233 32614, 139 32615, 62 0xe9, SBC PC: 0x7f65, SP: 0x45, A: 0xdf, X: 0x39, Y: 0xa1, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i443] | 0.30 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32011, 233 32012, 201 32013, 133 0xe9, SBC PC: 0x7d0b, SP: 0xa8, A: 0xde, X: 0x8b, Y: 0x32, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i133] | 0.30 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13946, 233 13947, 232 13948, 90 0xe9, SBC PC: 0x367a, SP: 0x87, A: 0x36, X: 0x30, Y: 0x7b, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 77 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i9] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49096, 233 49097, 167 49098, 40 0xe9, SBC PC: 0xbfc8, SP: 0x5e, A: 0xbd, X: 0xed, Y: 0x36, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i257] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37813, 233 37814, 204 37815, 89 0xe9, SBC PC: 0x93b5, SP: 0xcb, A: 0xfd, X: 0xf8, Y: 0x6c, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i319] | 0.31 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63844, 233 63845, 52 63846, 244 0xe9, SBC PC: 0xf964, SP: 0x0b, A: 0x70, X: 0x05, Y: 0xb0, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i195] | 0.33 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53698, 233 53699, 227 53700, 115 0xe9, SBC PC: 0xd1c2, SP: 0xc4, A: 0xa9, X: 0x62, Y: 0xd9, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i627] | 0.64 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 43126, 229 43127, 75 43128, 108 75, 205 0xe5, SBC PC: 0xa876, SP: 0x91, A: 0xd7, X: 0xf9, Y: 0xee, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i504] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35355, 229 35356, 108 35357, 115 108, 91 0xe5, SBC PC: 0x8a1b, SP: 0x3b, A: 0xdb, X: 0x7d, Y: 0x57, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 383 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i71] | 0.40 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9616, 233 9617, 232 9618, 98 0xe9, SBC PC: 0x2590, SP: 0xb8, A: 0x87, X: 0xa1, Y: 0x64, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i444] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 23237, 233 23238, 93 23239, 116 0xe9, SBC PC: 0x5ac5, SP: 0x0b, A: 0x21, X: 0xb1, Y: 0xd5, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i382] | 0.47 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7745, 233 7746, 104 7747, 13 0xe9, SBC PC: 0x1e41, SP: 0xa5, A: 0x36, X: 0x6d, Y: 0xbc, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i134] | 0.51 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14207, 233 14208, 165 14209, 154 0xe9, SBC PC: 0x377f, SP: 0x75, A: 0xbe, X: 0x9e, Y: 0x9c, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i566] | 0.53 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 19943, 229 19944, 87 19945, 231 87, 24 0xe5, SBC PC: 0x4de7, SP: 0x5e, A: 0xd9, X: 0x86, Y: 0xa0, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 448 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i10] | 0.50 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32057, 233 32058, 179 32059, 26 0xe9, SBC PC: 0x7d39, SP: 0x4f, A: 0x1f, X: 0x84, Y: 0xe6, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i320] | 0.49 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 28281, 233 28282, 234 28283, 166 0xe9, SBC PC: 0x6e79, SP: 0xf0, A: 0x84, X: 0x8a, Y: 0x50, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i258] | 0.49 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1041, 233 1042, 85 1043, 33 0xe9, SBC PC: 0x0411, SP: 0xf6, A: 0xca, X: 0xb5, Y: 0xea, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i196] | 0.48 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18988, 233 18989, 56 18990, 60 0xe9, SBC PC: 0x4a2c, SP: 0x49, A: 0x7c, X: 0x55, Y: 0xa9, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i938] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 15238, 229 15239, 110 15240, 47 110, 87 0xe5, SBC PC: 0x3b86, SP: 0x97, A: 0x65, X: 0x0a, Y: 0x57, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i814] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 52548, 229 52549, 45 52550, 73 45, 238 0xe5, SBC PC: 0xcd44, SP: 0x6e, A: 0xdd, X: 0x5a, Y: 0xe4, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i690] | 0.53 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 19726, 229 19727, 160 19728, 138 160, 113 0xe5, SBC PC: 0x4d0e, SP: 0x7c, A: 0xaa, X: 0xb4, Y: 0xf1, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i876] | 0.62 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38690, 229 38691, 27 38692, 202 27, 46 0xe5, SBC PC: 0x9722, SP: 0x09, A: 0x78, X: 0x68, Y: 0x1e, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i752] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30541, 229 30542, 150 30543, 39 150, 200 0xe5, SBC PC: 0x774d, SP: 0x46, A: 0xda, X: 0x61, Y: 0xb9, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i72] | 0.49 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31018, 233 31019, 243 31020, 136 0xe9, SBC PC: 0x792a, SP: 0x54, A: 0x9e, X: 0x14, Y: 0xaf, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i628] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 46920, 229 46921, 190 46922, 149 190, 12 0xe5, SBC PC: 0xb748, SP: 0x9e, A: 0xb5, X: 0x16, Y: 0x90, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 425 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i445] | 0.31 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32359, 233 32360, 36 32361, 186 0xe9, SBC PC: 0x7e67, SP: 0x40, A: 0x46, X: 0x30, Y: 0x26, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i505] | 0.36 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9771, 229 9772, 143 9773, 254 143, 233 0xe5, SBC PC: 0x262b, SP: 0xc6, A: 0x1f, X: 0x38, Y: 0x54, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 53 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i383] | 0.30 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46488, 233 46489, 22 46490, 149 0xe9, SBC PC: 0xb598, SP: 0xc3, A: 0xec, X: 0x0e, Y: 0xad, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 469 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i135] | 0.31 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52140, 233 52141, 119 52142, 170 0xe9, SBC PC: 0xcbac, SP: 0x03, A: 0x7e, X: 0x63, Y: 0x61, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i11] | 0.33 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7675, 233 7676, 85 7677, 73 0xe9, SBC PC: 0x1dfb, SP: 0x73, A: 0x36, X: 0xde, Y: 0x83, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i321] | 0.33 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42977, 233 42978, 18 42979, 40 0xe9, SBC PC: 0xa7e1, SP: 0xb0, A: 0x7f, X: 0x6f, Y: 0xa3, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 364 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i259] | 0.32 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30383, 233 30384, 72 30385, 251 0xe9, SBC PC: 0x76af, SP: 0x38, A: 0x98, X: 0xb2, Y: 0x44, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i197] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21281, 233 21282, 54 21283, 119 0xe9, SBC PC: 0x5321, SP: 0xf5, A: 0x95, X: 0x9f, Y: 0x64, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i567] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6175, 229 6176, 87 6177, 222 87, 40 0xe5, SBC PC: 0x181f, SP: 0xfc, A: 0xc5, X: 0xab, Y: 0x8b, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i939] | 0.55 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53619, 229 53620, 100 53621, 7 100, 230 0xe5, SBC PC: 0xd173, SP: 0xd8, A: 0x9e, X: 0x34, Y: 0x64, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i691] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 43174, 229 43175, 190 43176, 89 190, 250 0xe5, SBC PC: 0xa8a6, SP: 0xe7, A: 0x66, X: 0xbb, Y: 0x64, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i815] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 27305, 229 27306, 91 27307, 210 91, 0 0xe5, SBC PC: 0x6aa9, SP: 0x29, A: 0x26, X: 0xf1, Y: 0xdd, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i446] | 0.50 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 50737, 233 50738, 183 50739, 240 0xe9, SBC PC: 0xc631, SP: 0xb9, A: 0xff, X: 0x55, Y: 0x8b, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i384] | 0.45 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61540, 233 61541, 88 61542, 241 0xe9, SBC PC: 0xf064, SP: 0x0a, A: 0xfe, X: 0xcc, Y: 0x19, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i877] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30469, 229 30470, 217 30471, 215 217, 116 0xe5, SBC PC: 0x7705, SP: 0xde, A: 0x66, X: 0xe0, Y: 0xb2, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i506] | 0.48 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4977, 229 4978, 161 4979, 237 161, 93 0xe5, SBC PC: 0x1371, SP: 0x9b, A: 0x4d, X: 0x1b, Y: 0x27, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i753] | 0.65 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8788, 229 8789, 133 8790, 80 133, 66 0xe5, SBC PC: 0x2254, SP: 0x71, A: 0x4b, X: 0xa3, Y: 0xc5, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i136] | 0.48 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2435, 233 2436, 23 2437, 59 0xe9, SBC PC: 0x0983, SP: 0x53, A: 0xd2, X: 0x68, Y: 0x2a, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 443 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i73] | 0.39 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 326, 233 327, 20 328, 180 0xe9, SBC PC: 0x0146, SP: 0xe4, A: 0xd6, X: 0x3c, Y: 0x43, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 449 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i260] | 0.47 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49256, 233 49257, 8 49258, 184 0xe9, SBC PC: 0xc068, SP: 0x64, A: 0x12, X: 0xff, Y: 0xd0, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i198] | 0.52 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5506, 233 5507, 112 5508, 54 0xe9, SBC PC: 0x1582, SP: 0x37, A: 0x42, X: 0x6c, Y: 0xa3, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i12] | 0.47 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49468, 233 49469, 205 49470, 114 0xe9, SBC PC: 0xc13c, SP: 0x7d, A: 0x67, X: 0x7d, Y: 0xaf, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i322] | 0.50 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45497, 233 45498, 191 45499, 9 0xe9, SBC PC: 0xb1b9, SP: 0xb0, A: 0x06, X: 0xa2, Y: 0x11, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 71 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i629] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38056, 229 38057, 108 38058, 229 108, 246 0xe5, SBC PC: 0x94a8, SP: 0xba, A: 0xab, X: 0xa8, Y: 0xca, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i568] | 0.35 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6737, 229 6738, 99 6739, 87 99, 83 0xe5, SBC PC: 0x1a51, SP: 0xc9, A: 0x98, X: 0x3e, Y: 0x14, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i940] | 0.37 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 37561, 229 37562, 184 37563, 31 184, 41 0xe5, SBC PC: 0x92b9, SP: 0x3b, A: 0x04, X: 0x25, Y: 0xdf, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i692] | 0.38 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3362, 229 3363, 174 3364, 152 174, 109 0xe5, SBC PC: 0x0d22, SP: 0x6f, A: 0x39, X: 0xd3, Y: 0x33, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i816] | 0.37 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 27927, 229 27928, 238 27929, 215 238, 151 0xe5, SBC PC: 0x6d17, SP: 0x3e, A: 0xef, X: 0xbc, Y: 0x84, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i385] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14135, 233 14136, 113 14137, 145 0xe9, SBC PC: 0x3737, SP: 0x05, A: 0x32, X: 0x26, Y: 0x06, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i74] | 0.55 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61494, 233 61495, 190 61496, 131 0xe9, SBC PC: 0xf036, SP: 0xba, A: 0xb9, X: 0xaf, Y: 0xe4, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i447] | 0.31 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60489, 233 60490, 157 60491, 24 0xe9, SBC PC: 0xec49, SP: 0x30, A: 0x79, X: 0xf0, Y: 0xa8, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i507] | 0.55 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48445, 229 48446, 149 48447, 14 149, 115 0xe5, SBC PC: 0xbd3d, SP: 0xb6, A: 0x5a, X: 0x3e, Y: 0xa1, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i137] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7460, 233 7461, 107 7462, 42 0xe9, SBC PC: 0x1d24, SP: 0x6a, A: 0xc4, X: 0x63, Y: 0xa4, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i261] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 16643, 233 16644, 19 16645, 145 0xe9, SBC PC: 0x4103, SP: 0xbb, A: 0xf1, X: 0xd4, Y: 0x5f, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 478 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i13] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63335, 233 63336, 240 63337, 228 0xe9, SBC PC: 0xf767, SP: 0x47, A: 0xaa, X: 0xf6, Y: 0x1b, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i878] | 0.35 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33846, 229 33847, 164 33848, 8 164, 89 0xe5, SBC PC: 0x8436, SP: 0xfd, A: 0x3f, X: 0x86, Y: 0x5c, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i323] | 0.32 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53420, 233 53421, 150 53422, 2 0xe9, SBC PC: 0xd0ac, SP: 0x5b, A: 0xa2, X: 0x5c, Y: 0x9b, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i199] | 0.42 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60469, 233 60470, 193 60471, 107 0xe9, SBC PC: 0xec35, SP: 0xb8, A: 0x30, X: 0xf6, Y: 0xa7, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i754] | 0.43 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2885, 229 2886, 248 2887, 225 248, 9 0xe5, SBC PC: 0x0b45, SP: 0x18, A: 0xf2, X: 0x24, Y: 0x7e, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 488 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i569] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60215, 229 60216, 186 60217, 21 186, 228 0xe5, SBC PC: 0xeb37, SP: 0xd9, A: 0xd3, X: 0xea, Y: 0x6a, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i386] | 0.46 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2984, 233 2985, 194 2986, 88 0xe9, SBC PC: 0x0ba8, SP: 0x1e, A: 0x4c, X: 0x0c, Y: 0x72, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 138 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i941] | 0.48 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 65059, 229 65060, 234 65061, 194 234, 113 0xe5, SBC PC: 0xfe23, SP: 0x1a, A: 0xae, X: 0x8a, Y: 0xe0, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i448] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31323, 233 31324, 26 31325, 118 0xe9, SBC PC: 0x7a5b, SP: 0xad, A: 0xde, X: 0xe5, Y: 0x19, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 452 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i693] | 0.51 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64687, 229 64688, 221 64689, 45 221, 72 0xe5, SBC PC: 0xfcaf, SP: 0x8d, A: 0x1e, X: 0xcb, Y: 0x6f, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i817] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2201, 229 2202, 42 2203, 170 42, 253 0xe5, SBC PC: 0x0899, SP: 0x7f, A: 0x32, X: 0x1b, Y: 0xdb, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 53 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i138] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25871, 233 25872, 0 25873, 49 0xe9, SBC PC: 0x650f, SP: 0x75, A: 0xbd, X: 0x1b, Y: 0x55, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 445 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i14] | 0.45 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61608, 233 61609, 151 61610, 240 0xe9, SBC PC: 0xf0a8, SP: 0x9a, A: 0xbf, X: 0x86, Y: 0x0c, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i630] | 0.42 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20152, 229 20153, 247 20154, 25 247, 117 0xe5, SBC PC: 0x4eb8, SP: 0x1c, A: 0x45, X: 0x0a, Y: 0xe9, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i262] | 0.48 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54856, 233 54857, 218 54858, 247 0xe9, SBC PC: 0xd648, SP: 0x72, A: 0x0a, X: 0x1f, Y: 0x71, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 47 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i324] | 0.51 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54567, 233 54568, 96 54569, 223 0xe9, SBC PC: 0xd527, SP: 0x65, A: 0xca, X: 0x67, Y: 0x45, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i879] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58696, 229 58697, 250 58698, 123 250, 10 0xe5, SBC PC: 0xe548, SP: 0x3a, A: 0xc1, X: 0x28, Y: 0x8a, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 439 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i75] | 0.31 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32735, 233 32736, 89 32737, 159 0xe9, SBC PC: 0x7fdf, SP: 0x12, A: 0x10, X: 0x64, Y: 0xf9, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i200] | 0.54 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25910, 233 25911, 201 25912, 224 0xe9, SBC PC: 0x6536, SP: 0x7f, A: 0x49, X: 0x70, Y: 0x8e, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i508] | 0.53 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2928, 229 2929, 222 2930, 147 222, 209 0xe5, SBC PC: 0x0b70, SP: 0xd7, A: 0x7c, X: 0x7d, Y: 0xae, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i755] | 0.57 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 19382, 229 19383, 21 19384, 120 21, 143 0xe5, SBC PC: 0x4bb6, SP: 0xee, A: 0x65, X: 0xeb, Y: 0x90, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i570] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31030, 229 31031, 185 31032, 203 185, 30 0xe5, SBC PC: 0x7936, SP: 0x87, A: 0xe9, X: 0xc1, Y: 0xe0, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 459 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i387] | 0.33 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19632, 233 19633, 116 19634, 54 0xe9, SBC PC: 0x4cb0, SP: 0x78, A: 0xae, X: 0x86, Y: 0x13, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i942] | 0.53 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 45740, 229 45741, 82 45742, 27 82, 108 0xe5, SBC PC: 0xb2ac, SP: 0xdc, A: 0x44, X: 0x4f, Y: 0xf5, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i449] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34491, 233 34492, 22 34493, 253 0xe9, SBC PC: 0x86bb, SP: 0xcc, A: 0x19, X: 0xc9, Y: 0xa3, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i694] | 0.51 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49322, 229 49323, 158 49324, 243 158, 157 0xe5, SBC PC: 0xc0aa, SP: 0x67, A: 0x6f, X: 0x13, Y: 0x39, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i631] | 0.51 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30531, 229 30532, 106 30533, 199 106, 140 0xe5, SBC PC: 0x7743, SP: 0x5a, A: 0x6e, X: 0xb6, Y: 0x75, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i76] | 0.48 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53799, 233 53800, 11 53801, 132 0xe9, SBC PC: 0xd227, SP: 0x39, A: 0x28, X: 0x84, Y: 0x6d, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i818] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49615, 229 49616, 56 49617, 67 56, 112 0xe5, SBC PC: 0xc1cf, SP: 0xee, A: 0x65, X: 0xc9, Y: 0xb4, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i139] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54553, 233 54554, 43 54555, 40 0xe9, SBC PC: 0xd519, SP: 0x53, A: 0x8b, X: 0x73, Y: 0xa8, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i15] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29503, 233 29504, 40 29505, 217 0xe9, SBC PC: 0x733f, SP: 0xe5, A: 0x20, X: 0x14, Y: 0x04, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i263] | 0.29 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25185, 233 25186, 252 25187, 193 0xe9, SBC PC: 0x6261, SP: 0x46, A: 0xdf, X: 0xef, Y: 0x10, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i325] | 0.36 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39281, 233 39282, 170 39283, 228 0xe9, SBC PC: 0x9971, SP: 0xc2, A: 0x0e, X: 0xa7, Y: 0xc7, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i880] | 0.57 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20722, 229 20723, 109 20724, 178 109, 234 0xe5, SBC PC: 0x50f2, SP: 0x69, A: 0x67, X: 0x37, Y: 0x5c, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i388] | 0.47 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 41195, 233 41196, 204 41197, 31 0xe9, SBC PC: 0xa0eb, SP: 0x60, A: 0xcf, X: 0x51, Y: 0xef, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i450] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60350, 233 60351, 255 60352, 249 0xe9, SBC PC: 0xebbe, SP: 0xdf, A: 0xe3, X: 0x0a, Y: 0x4d, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i201] | 0.39 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 865, 233 866, 222 867, 187 0xe9, SBC PC: 0x0361, SP: 0xb7, A: 0xb2, X: 0x9e, Y: 0x4e, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i509] | 0.56 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64385, 229 64386, 205 64387, 15 205, 77 0xe5, SBC PC: 0xfb81, SP: 0xde, A: 0xb0, X: 0x82, Y: 0x09, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i140] | 0.48 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 38375, 233 38376, 92 38377, 182 0xe9, SBC PC: 0x95e7, SP: 0x72, A: 0x53, X: 0x99, Y: 0x27, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i16] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25061, 233 25062, 230 25063, 220 0xe9, SBC PC: 0x61e5, SP: 0x3b, A: 0xfe, X: 0x65, Y: 0x58, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i264] | 0.46 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55236, 233 55237, 182 55238, 37 0xe9, SBC PC: 0xd7c4, SP: 0x33, A: 0xbc, X: 0x80, Y: 0xe0, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i756] | 0.55 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34065, 229 34066, 216 34067, 207 216, 170 0xe5, SBC PC: 0x8511, SP: 0x52, A: 0x6c, X: 0x1e, Y: 0x1b, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 194 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i571] | 0.53 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14184, 229 14185, 154 14186, 173 154, 147 0xe5, SBC PC: 0x3768, SP: 0x4e, A: 0x2d, X: 0x29, Y: 0xce, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i943] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 57474, 229 57475, 135 57476, 39 135, 242 0xe5, SBC PC: 0xe082, SP: 0x08, A: 0x36, X: 0x94, Y: 0x48, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 67 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i326] | 0.53 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49266, 233 49267, 239 49268, 13 0xe9, SBC PC: 0xc072, SP: 0xaf, A: 0x4f, X: 0xf8, Y: 0x83, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 96 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i77] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 24212, 233 24213, 233 24214, 140 0xe9, SBC PC: 0x5e94, SP: 0x52, A: 0x19, X: 0x13, Y: 0x99, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 48 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i695] | 0.52 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 22935, 229 22936, 155 22937, 86 155, 106 0xe5, SBC PC: 0x5997, SP: 0x56, A: 0xdd, X: 0x35, Y: 0x00, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i632] | 0.51 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51305, 229 51306, 5 51307, 184 5, 235 0xe5, SBC PC: 0xc869, SP: 0x8e, A: 0x14, X: 0x51, Y: 0x23, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 40 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i819] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 52652, 229 52653, 227 52654, 99 227, 11 0xe5, SBC PC: 0xcdac, SP: 0x96, A: 0xa7, X: 0xaf, Y: 0x9f, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i202] | 0.55 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4316, 233 4317, 32 4318, 63 0xe9, SBC PC: 0x10dc, SP: 0xcd, A: 0x21, X: 0x4f, Y: 0x18, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i389] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1138, 233 1139, 28 1140, 246 0xe9, SBC PC: 0x0472, SP: 0xdb, A: 0x05, X: 0x54, Y: 0x14, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i881] | 0.61 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7179, 229 7180, 128 7181, 33 128, 79 0xe5, SBC PC: 0x1c0b, SP: 0xa7, A: 0x70, X: 0xb6, Y: 0xc4, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i451] | 0.31 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 36301, 233 36302, 181 36303, 88 0xe9, SBC PC: 0x8dcd, SP: 0xcd, A: 0x43, X: 0x6b, Y: 0x59, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i78] | 0.47 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35720, 233 35721, 168 35722, 167 0xe9, SBC PC: 0x8b88, SP: 0xdc, A: 0x36, X: 0xe4, Y: 0xc9, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i141] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 43022, 233 43023, 5 43024, 96 0xe9, SBC PC: 0xa80e, SP: 0x28, A: 0x3f, X: 0x37, Y: 0xc7, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i265] | 0.30 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4611, 233 4612, 183 4613, 112 0xe9, SBC PC: 0x1203, SP: 0xd7, A: 0xea, X: 0x2b, Y: 0x60, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i17] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46693, 233 46694, 153 46695, 0 0xe9, SBC PC: 0xb665, SP: 0x8c, A: 0x66, X: 0xa9, Y: 0x97, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i510] | 0.36 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 37734, 229 37735, 125 37736, 66 125, 184 0xe5, SBC PC: 0x9366, SP: 0x2e, A: 0xaa, X: 0x67, Y: 0x45, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i757] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33963, 229 33964, 4 33965, 14 4, 182 0xe5, SBC PC: 0x84ab, SP: 0xa6, A: 0xb6, X: 0xdb, Y: 0x9e, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i572] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4584, 229 4585, 192 4586, 147 192, 178 0xe5, SBC PC: 0x11e8, SP: 0xde, A: 0x59, X: 0xce, Y: 0xd1, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i944] | 0.55 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23706, 229 23707, 124 23708, 242 124, 119 0xe5, SBC PC: 0x5c9a, SP: 0xe3, A: 0x70, X: 0x41, Y: 0x3f, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i390] | 0.47 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42268, 233 42269, 160 42270, 95 0xe9, SBC PC: 0xa51c, SP: 0xd0, A: 0xbe, X: 0x53, Y: 0x73, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i327] | 0.34 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 41970, 233 41971, 200 41972, 197 0xe9, SBC PC: 0xa3f2, SP: 0x6e, A: 0xe2, X: 0xe7, Y: 0xce, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i696] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58820, 229 58821, 31 58822, 228 31, 167 0xe5, SBC PC: 0xe5c4, SP: 0x36, A: 0xde, X: 0x2f, Y: 0x1c, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i633] | 0.53 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4167, 229 4168, 190 4169, 190 190, 15 0xe5, SBC PC: 0x1047, SP: 0x2a, A: 0x55, X: 0xea, Y: 0x9e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i452] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53441, 233 53442, 141 53443, 48 0xe9, SBC PC: 0xd0c1, SP: 0x8d, A: 0xbd, X: 0x2f, Y: 0xe8, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i820] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14464, 229 14465, 250 14466, 126 250, 31 0xe5, SBC PC: 0x3880, SP: 0x30, A: 0xa6, X: 0x45, Y: 0xf9, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i266] | 0.46 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 792, 233 793, 229 794, 86 0xe9, SBC PC: 0x0318, SP: 0x27, A: 0x77, X: 0x64, Y: 0x7a, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i142] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 41861, 233 41862, 88 41863, 128 0xe9, SBC PC: 0xa385, SP: 0x4e, A: 0x01, X: 0xdd, Y: 0x70, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i18] | 0.46 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54110, 233 54111, 183 54112, 81 0xe9, SBC PC: 0xd35e, SP: 0x74, A: 0x3c, X: 0x17, Y: 0xa0, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i511] | 0.49 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 61718, 229 61719, 247 61720, 54 247, 10 0xe5, SBC PC: 0xf116, SP: 0x4c, A: 0xdd, X: 0x6f, Y: 0xad, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 466 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i203] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55995, 233 55996, 47 55997, 147 0xe9, SBC PC: 0xdabb, SP: 0xa6, A: 0xe9, X: 0x54, Y: 0xdd, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 441 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i79] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 38124, 233 38125, 224 38126, 44 0xe9, SBC PC: 0x94ec, SP: 0x6b, A: 0xf6, X: 0x96, Y: 0xc3, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i882] | 0.63 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20276, 229 20277, 107 20278, 61 107, 197 0xe5, SBC PC: 0x4f34, SP: 0xde, A: 0x69, X: 0x80, Y: 0x4f, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i328] | 0.52 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39163, 233 39164, 208 39165, 167 0xe9, SBC PC: 0x98fb, SP: 0x35, A: 0xfc, X: 0xca, Y: 0xb5, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i391] | 0.30 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55855, 233 55856, 123 55857, 153 0xe9, SBC PC: 0xda2f, SP: 0x46, A: 0x77, X: 0xbc, Y: 0xd9, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i573] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18591, 229 18592, 236 18593, 254 236, 223 0xe5, SBC PC: 0x489f, SP: 0xd4, A: 0xfd, X: 0xd8, Y: 0x12, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i453] | 0.30 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47283, 233 47284, 185 47285, 140 0xe9, SBC PC: 0xb8b3, SP: 0x66, A: 0x35, X: 0x93, Y: 0x63, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i204] | 0.54 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 40502, 233 40503, 22 40504, 132 0xe9, SBC PC: 0x9e36, SP: 0x95, A: 0x4d, X: 0x8b, Y: 0xab, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i945] | 0.60 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5251, 229 5252, 66 5253, 176 66, 25 0xe5, SBC PC: 0x1483, SP: 0xfa, A: 0x02, X: 0xdc, Y: 0xf9, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i634] | 0.57 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 40273, 229 40274, 147 40275, 89 147, 127 0xe5, SBC PC: 0x9d51, SP: 0x7c, A: 0xb3, X: 0x40, Y: 0x60, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i697] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 755, 229 756, 117 757, 105 117, 221 0xe5, SBC PC: 0x02f3, SP: 0x4d, A: 0x9f, X: 0x16, Y: 0xbb, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i758] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32358, 229 32359, 38 32360, 40 38, 235 0xe5, SBC PC: 0x7e66, SP: 0xad, A: 0xe9, X: 0xd0, Y: 0x9a, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i267] | 0.30 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 28828, 233 28829, 98 28830, 252 0xe9, SBC PC: 0x709c, SP: 0x9e, A: 0x69, X: 0x7d, Y: 0x7b, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i80] | 0.47 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53737, 233 53738, 84 53739, 145 0xe9, SBC PC: 0xd1e9, SP: 0xd1, A: 0xbf, X: 0xab, Y: 0x34, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i19] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53112, 233 53113, 251 53114, 238 0xe9, SBC PC: 0xcf78, SP: 0x77, A: 0x6b, X: 0x4c, Y: 0xa7, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 112 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i821] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16659, 229 16660, 6 16661, 22 6, 112 0xe5, SBC PC: 0x4113, SP: 0x76, A: 0x19, X: 0x20, Y: 0x3b, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i143] | 0.31 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45800, 233 45801, 174 45802, 169 0xe9, SBC PC: 0xb2e8, SP: 0x43, A: 0x26, X: 0x9d, Y: 0x36, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 119 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i512] | 0.53 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 37701, 229 37702, 184 37703, 16 184, 40 0xe5, SBC PC: 0x9345, SP: 0x13, A: 0x4b, X: 0xd7, Y: 0xa1, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i392] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 26492, 233 26493, 57 26494, 57 0xe9, SBC PC: 0x677c, SP: 0xdf, A: 0x75, X: 0xa2, Y: 0xbd, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i454] | 0.48 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61641, 233 61642, 52 61643, 185 0xe9, SBC PC: 0xf0c9, SP: 0xa1, A: 0x7e, X: 0x73, Y: 0x84, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i329] | 0.37 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1617, 233 1618, 23 1619, 154 0xe9, SBC PC: 0x0651, SP: 0xcc, A: 0x23, X: 0x8b, Y: 0x74, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i268] | 0.48 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42107, 233 42108, 195 42109, 72 0xe9, SBC PC: 0xa47b, SP: 0x06, A: 0x9b, X: 0x6b, Y: 0x7e, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i20] | 0.47 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7100, 233 7101, 132 7102, 225 0xe9, SBC PC: 0x1bbc, SP: 0x48, A: 0x89, X: 0x16, Y: 0x5b, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i144] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37102, 233 37103, 38 37104, 133 0xe9, SBC PC: 0x90ee, SP: 0x8c, A: 0x1b, X: 0x7f, Y: 0xfb, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i883] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17430, 229 17431, 67 17432, 2 67, 152 0xe5, SBC PC: 0x4416, SP: 0x0c, A: 0xdc, X: 0x92, Y: 0xbd, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i574] | 0.35 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7604, 229 7605, 226 7606, 68 226, 67 0xe5, SBC PC: 0x1db4, SP: 0x53, A: 0x1b, X: 0x2c, Y: 0x39, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i205] | 0.35 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 16545, 233 16546, 153 16547, 96 0xe9, SBC PC: 0x40a1, SP: 0x70, A: 0xa9, X: 0xf6, Y: 0x8a, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i81] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52104, 233 52105, 57 52106, 131 0xe9, SBC PC: 0xcb88, SP: 0xab, A: 0x4b, X: 0xf1, Y: 0xe5, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i635] | 0.56 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4082, 229 4083, 82 4084, 234 82, 41 0xe5, SBC PC: 0x0ff2, SP: 0x77, A: 0x33, X: 0xb3, Y: 0x16, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i698] | 0.38 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55117, 229 55118, 28 55119, 11 28, 41 0xe5, SBC PC: 0xd74d, SP: 0xb5, A: 0xeb, X: 0x58, Y: 0x9f, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 450 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i946] | 0.39 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13177, 229 13178, 54 13179, 29 54, 226 0xe5, SBC PC: 0x3379, SP: 0x33, A: 0x4f, X: 0x30, Y: 0xa3, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i822] | 0.37 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49662, 229 49663, 176 49664, 50 176, 202 0xe5, SBC PC: 0xc1fe, SP: 0x3e, A: 0xd8, X: 0x28, Y: 0xb5, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i513] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 37281, 229 37282, 58 37283, 71 58, 168 0xe5, SBC PC: 0x91a1, SP: 0x62, A: 0xc2, X: 0x3e, Y: 0x44, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i330] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8337, 233 8338, 104 8339, 195 0xe9, SBC PC: 0x2091, SP: 0xd0, A: 0x30, X: 0xc7, Y: 0xe7, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i759] | 0.62 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12838, 229 12839, 178 12840, 30 178, 37 0xe5, SBC PC: 0x3226, SP: 0x8e, A: 0xb4, X: 0xa4, Y: 0xa1, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 398 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i393] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39298, 233 39299, 215 39300, 223 0xe9, SBC PC: 0x9982, SP: 0xd5, A: 0x44, X: 0xf3, Y: 0x00, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i455] | 0.35 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 23905, 233 23906, 254 23907, 253 0xe9, SBC PC: 0x5d61, SP: 0xae, A: 0xa0, X: 0x45, Y: 0x92, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i269] | 0.36 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54886, 233 54887, 78 54888, 209 0xe9, SBC PC: 0xd666, SP: 0xc6, A: 0x90, X: 0x97, Y: 0x36, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i82] | 0.50 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17998, 233 17999, 101 18000, 13 0xe9, SBC PC: 0x464e, SP: 0xcf, A: 0x8d, X: 0x90, Y: 0xa7, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i21] | 0.33 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34210, 233 34211, 85 34212, 72 0xe9, SBC PC: 0x85a2, SP: 0x6c, A: 0x06, X: 0xef, Y: 0x7d, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i575] | 0.53 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 42619, 229 42620, 37 42621, 43 37, 92 0xe5, SBC PC: 0xa67b, SP: 0xc6, A: 0x1d, X: 0x28, Y: 0xc6, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i206] | 0.51 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58035, 233 58036, 50 58037, 76 0xe9, SBC PC: 0xe2b3, SP: 0xb9, A: 0xc6, X: 0xa8, Y: 0x58, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i145] | 0.34 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35365, 233 35366, 138 35367, 138 0xe9, SBC PC: 0x8a25, SP: 0x77, A: 0xfa, X: 0xd3, Y: 0x92, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i699] | 0.52 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 45172, 229 45173, 221 45174, 23 221, 164 0xe5, SBC PC: 0xb074, SP: 0x0e, A: 0xee, X: 0x00, Y: 0x38, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i947] | 0.49 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2161, 229 2162, 2 2163, 240 2, 215 0xe5, SBC PC: 0x0871, SP: 0x8c, A: 0x0b, X: 0x5e, Y: 0xf3, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 52 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i823] | 0.51 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7961, 229 7962, 210 7963, 251 210, 124 0xe5, SBC PC: 0x1f19, SP: 0x5f, A: 0x7b, X: 0xe4, Y: 0xf2, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i884] | 0.34 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24954, 229 24955, 240 24956, 129 240, 176 0xe5, SBC PC: 0x617a, SP: 0xb8, A: 0x51, X: 0x6f, Y: 0x6a, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i394] | 0.46 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 43451, 233 43452, 24 43453, 135 0xe9, SBC PC: 0xa9bb, SP: 0x1a, A: 0x66, X: 0x2f, Y: 0x44, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i456] | 0.51 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17582, 233 17583, 38 17584, 110 0xe9, SBC PC: 0x44ae, SP: 0x72, A: 0xd6, X: 0x79, Y: 0xf0, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i636] | 0.39 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24359, 229 24360, 216 24361, 108 216, 136 0xe5, SBC PC: 0x5f27, SP: 0xb6, A: 0xff, X: 0x8f, Y: 0xc9, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 374 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i22] | 0.51 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 59471, 233 59472, 110 59473, 253 0xe9, SBC PC: 0xe84f, SP: 0x4b, A: 0xd6, X: 0x87, Y: 0xbf, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 360 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i270] | 0.51 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18505, 233 18506, 200 18507, 239 0xe9, SBC PC: 0x4849, SP: 0xf5, A: 0x99, X: 0x40, Y: 0x6f, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i146] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1459, 233 1460, 251 1461, 215 0xe9, SBC PC: 0x05b3, SP: 0x1a, A: 0x41, X: 0x13, Y: 0x6f, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 70 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i514] | 0.53 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13986, 229 13987, 151 13988, 13 151, 170 0xe5, SBC PC: 0x36a2, SP: 0x2b, A: 0x18, X: 0x32, Y: 0x4d, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i331] | 0.37 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29270, 233 29271, 27 29272, 222 0xe9, SBC PC: 0x7256, SP: 0x36, A: 0x77, X: 0x80, Y: 0xb6, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i760] | 0.40 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26899, 229 26900, 59 26901, 3 59, 173 0xe5, SBC PC: 0x6913, SP: 0xb1, A: 0xe3, X: 0xd4, Y: 0x78, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i83] | 0.33 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2142, 233 2143, 235 2144, 110 0xe9, SBC PC: 0x085e, SP: 0xbe, A: 0x2d, X: 0xfd, Y: 0xab, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 66 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i885] | 0.49 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32729, 229 32730, 176 32731, 44 176, 162 0xe5, SBC PC: 0x7fd9, SP: 0x7c, A: 0x5e, X: 0xc5, Y: 0x4d, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i207] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53138, 233 53139, 190 53140, 146 0xe9, SBC PC: 0xcf92, SP: 0xcd, A: 0x85, X: 0x31, Y: 0x06, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i576] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36008, 229 36009, 141 36010, 171 141, 41 0xe5, SBC PC: 0x8ca8, SP: 0x67, A: 0x8a, X: 0x37, Y: 0x74, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i700] | 0.52 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33501, 229 33502, 108 33503, 132 108, 209 0xe5, SBC PC: 0x82dd, SP: 0xcf, A: 0x0d, X: 0x59, Y: 0xa8, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 59 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i948] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31000, 229 31001, 70 31002, 170 70, 2 0xe5, SBC PC: 0x7918, SP: 0x74, A: 0x48, X: 0x53, Y: 0xc3, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i395] | 0.34 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25309, 233 25310, 134 25311, 65 0xe9, SBC PC: 0x62dd, SP: 0x42, A: 0xbf, X: 0xe5, Y: 0x66, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i824] | 0.52 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16165, 229 16166, 24 16167, 67 24, 155 0xe5, SBC PC: 0x3f25, SP: 0x38, A: 0x5b, X: 0x07, Y: 0x88, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i637] | 0.60 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 46634, 229 46635, 254 46636, 158 254, 210 0xe5, SBC PC: 0xb62a, SP: 0x2a, A: 0x1b, X: 0x5a, Y: 0x7e, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 72 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i457] | 0.31 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12574, 233 12575, 229 12576, 36 0xe9, SBC PC: 0x311e, SP: 0x3d, A: 0x4f, X: 0x2b, Y: 0xca, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i332] | 0.67 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60995, 233 60996, 112 60997, 12 0xe9, SBC PC: 0xee43, SP: 0xc3, A: 0x31, X: 0x6e, Y: 0x5e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i84] | 0.60 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58237, 233 58238, 198 58239, 169 0xe9, SBC PC: 0xe37d, SP: 0x0a, A: 0x13, X: 0xc8, Y: 0x5f, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 77 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i23] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19014, 233 19015, 10 19016, 182 0xe9, SBC PC: 0x4a46, SP: 0x91, A: 0xaf, X: 0x28, Y: 0xf8, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i271] | 0.31 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21683, 233 21684, 222 21685, 121 0xe9, SBC PC: 0x54b3, SP: 0x73, A: 0x0c, X: 0x2f, Y: 0xf5, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 45 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i208] | 0.52 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64159, 233 64160, 151 64161, 166 0xe9, SBC PC: 0xfa9f, SP: 0xea, A: 0x71, X: 0x90, Y: 0xa2, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i761] | 0.62 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12874, 229 12875, 189 12876, 225 189, 179 0xe5, SBC PC: 0x324a, SP: 0xcb, A: 0xec, X: 0x34, Y: 0x46, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i147] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56998, 233 56999, 131 57000, 64 0xe9, SBC PC: 0xdea6, SP: 0x5a, A: 0x60, X: 0x01, Y: 0xe3, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i515] | 0.60 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5036, 229 5037, 211 5038, 36 211, 215 0xe5, SBC PC: 0x13ac, SP: 0x2b, A: 0xaf, X: 0x71, Y: 0xc2, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i396] | 0.47 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34148, 233 34149, 117 34150, 19 0xe9, SBC PC: 0x8564, SP: 0x5d, A: 0xaf, X: 0x47, Y: 0x79, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i886] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25429, 229 25430, 44 25431, 39 44, 191 0xe5, SBC PC: 0x6355, SP: 0x08, A: 0x79, X: 0x5d, Y: 0xe0, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i577] | 0.52 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26814, 229 26815, 249 26816, 95 249, 89 0xe5, SBC PC: 0x68be, SP: 0x99, A: 0xf7, X: 0x30, Y: 0xdc, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 413 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i458] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61915, 233 61916, 96 61917, 110 0xe9, SBC PC: 0xf1db, SP: 0x3f, A: 0x95, X: 0xc0, Y: 0x47, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i701] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38804, 229 38805, 48 38806, 114 48, 172 0xe5, SBC PC: 0x9794, SP: 0x44, A: 0x73, X: 0x46, Y: 0x55, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i24] | 0.51 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 59054, 233 59055, 94 59056, 68 0xe9, SBC PC: 0xe6ae, SP: 0x0b, A: 0x84, X: 0xbe, Y: 0x7f, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i272] | 0.51 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18711, 233 18712, 8 18713, 107 0xe9, SBC PC: 0x4917, SP: 0x30, A: 0x92, X: 0x85, Y: 0xe8, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i825] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44009, 229 44010, 233 44011, 185 233, 35 0xe5, SBC PC: 0xabe9, SP: 0x44, A: 0xc6, X: 0x0d, Y: 0x57, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 419 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i949] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25907, 229 25908, 62 25909, 9 62, 15 0xe5, SBC PC: 0x6533, SP: 0x09, A: 0x09, X: 0xef, Y: 0xc3, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i148] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64732, 233 64733, 214 64734, 138 0xe9, SBC PC: 0xfcdc, SP: 0x59, A: 0xb8, X: 0xab, Y: 0x4b, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i638] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 61745, 229 61746, 28 61747, 91 28, 67 0xe5, SBC PC: 0xf131, SP: 0x58, A: 0x6e, X: 0xfe, Y: 0xb8, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i209] | 0.30 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31998, 233 31999, 171 32000, 253 0xe9, SBC PC: 0x7cfe, SP: 0x10, A: 0x87, X: 0xbc, Y: 0x51, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i85] | 0.35 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13697, 233 13698, 134 13699, 165 0xe9, SBC PC: 0x3581, SP: 0x86, A: 0xf5, X: 0x99, Y: 0x60, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i397] | 0.33 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47058, 233 47059, 107 47060, 180 0xe9, SBC PC: 0xb7d2, SP: 0xc3, A: 0x2a, X: 0x6c, Y: 0xfc, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i333] | 0.35 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7674, 233 7675, 49 7676, 1 0xe9, SBC PC: 0x1dfa, SP: 0xde, A: 0xfb, X: 0xb0, Y: 0x9c, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i762] | 0.57 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 56862, 229 56863, 188 56864, 153 188, 199 0xe5, SBC PC: 0xde1e, SP: 0x2b, A: 0x71, X: 0x8a, Y: 0xd7, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i887] | 0.54 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 50003, 229 50004, 96 50005, 77 96, 28 0xe5, SBC PC: 0xc353, SP: 0x93, A: 0x64, X: 0x1f, Y: 0x8c, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i516] | 0.36 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10562, 229 10563, 249 10564, 29 249, 115 0xe5, SBC PC: 0x2942, SP: 0x02, A: 0x18, X: 0x34, Y: 0x8a, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i459] | 0.30 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60172, 233 60173, 99 60174, 169 0xe9, SBC PC: 0xeb0c, SP: 0x1d, A: 0x45, X: 0x00, Y: 0x09, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i578] | 0.52 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36153, 229 36154, 86 36155, 137 86, 246 0xe5, SBC PC: 0x8d39, SP: 0xb8, A: 0x70, X: 0xb0, Y: 0x9a, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 121 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i25] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 51354, 233 51355, 231 51356, 144 0xe9, SBC PC: 0xc89a, SP: 0x51, A: 0x7e, X: 0x8e, Y: 0x83, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i273] | 0.31 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8485, 233 8486, 232 8487, 251 0xe9, SBC PC: 0x2125, SP: 0xe1, A: 0xa5, X: 0x2a, Y: 0xbe, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i210] | 0.45 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 6231, 233 6232, 206 6233, 59 0xe9, SBC PC: 0x1857, SP: 0x65, A: 0x94, X: 0xfd, Y: 0xde, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i149] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21237, 233 21238, 22 21239, 135 0xe9, SBC PC: 0x52f5, SP: 0xde, A: 0x6d, X: 0xd4, Y: 0x5d, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i826] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32406, 229 32407, 152 32408, 221 152, 78 0xe5, SBC PC: 0x7e96, SP: 0xc3, A: 0x92, X: 0x9f, Y: 0x59, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i702] | 0.57 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4714, 229 4715, 198 4716, 232 198, 110 0xe5, SBC PC: 0x126a, SP: 0xc9, A: 0xf5, X: 0x20, Y: 0x3d, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i950] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5622, 229 5623, 218 5624, 224 218, 4 0xe5, SBC PC: 0x15f6, SP: 0xfa, A: 0xaa, X: 0x04, Y: 0x70, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i398] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 59855, 233 59856, 8 59857, 213 0xe9, SBC PC: 0xe9cf, SP: 0x74, A: 0xe0, X: 0x2d, Y: 0x11, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 472 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i86] | 0.55 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25689, 233 25690, 128 25691, 139 0xe9, SBC PC: 0x6459, SP: 0x6f, A: 0x7f, X: 0x3d, Y: 0xd6, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i334] | 0.53 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46822, 233 46823, 163 46824, 217 0xe9, SBC PC: 0xb6e6, SP: 0x6f, A: 0x88, X: 0x77, Y: 0x58, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i460] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 20572, 233 20573, 74 20574, 232 0xe9, SBC PC: 0x505c, SP: 0x17, A: 0x20, X: 0x61, Y: 0xc2, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i517] | 0.49 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14234, 229 14235, 128 14236, 16 128, 76 0xe5, SBC PC: 0x379a, SP: 0x27, A: 0xa6, X: 0xd9, Y: 0xbb, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i639] | 0.55 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21702, 229 21703, 162 21704, 195 162, 121 0xe5, SBC PC: 0x54c6, SP: 0xfc, A: 0xde, X: 0x41, Y: 0x80, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i26] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18834, 233 18835, 85 18836, 48 0xe9, SBC PC: 0x4992, SP: 0xf9, A: 0x31, X: 0x32, Y: 0x1e, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i274] | 0.47 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54973, 233 54974, 124 54975, 63 0xe9, SBC PC: 0xd6bd, SP: 0xd7, A: 0xe6, X: 0xdf, Y: 0x4e, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i150] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34062, 233 34063, 217 34064, 192 0xe9, SBC PC: 0x850e, SP: 0xbf, A: 0x37, X: 0x79, Y: 0x59, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 93 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i888] | 0.54 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7922, 229 7923, 170 7924, 237 170, 30 0xe5, SBC PC: 0x1ef2, SP: 0x49, A: 0x93, X: 0xdc, Y: 0xa7, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i763] | 0.64 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54138, 229 54139, 213 54140, 7 213, 7 0xe5, SBC PC: 0xd37a, SP: 0x18, A: 0x81, X: 0x60, Y: 0x4d, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i579] | 0.32 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11425, 229 11426, 194 11427, 132 194, 111 0xe5, SBC PC: 0x2ca1, SP: 0x31, A: 0xbc, X: 0x84, Y: 0xef, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i211] | 0.30 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58265, 233 58266, 70 58267, 252 0xe9, SBC PC: 0xe399, SP: 0xff, A: 0x97, X: 0xb5, Y: 0xc6, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i399] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63137, 233 63138, 3 63139, 235 0xe9, SBC PC: 0xf6a1, SP: 0x07, A: 0x31, X: 0x3b, Y: 0x20, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i827] | 0.35 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35691, 229 35692, 234 35693, 57 234, 4 0xe5, SBC PC: 0x8b6b, SP: 0xfc, A: 0x0b, X: 0x1b, Y: 0x8b, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i951] | 0.35 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58399, 229 58400, 82 58401, 41 82, 48 0xe5, SBC PC: 0xe41f, SP: 0x2a, A: 0xb8, X: 0x4b, Y: 0x4d, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i703] | 0.36 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39445, 229 39446, 249 39447, 187 249, 8 0xe5, SBC PC: 0x9a15, SP: 0x0a, A: 0x4e, X: 0x27, Y: 0xa0, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i87] | 0.40 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4663, 233 4664, 202 4665, 227 0xe9, SBC PC: 0x1237, SP: 0x75, A: 0xb9, X: 0x60, Y: 0x2b, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i461] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 40188, 233 40189, 223 40190, 150 0xe9, SBC PC: 0x9cfc, SP: 0xf6, A: 0xad, X: 0xd7, Y: 0xc4, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i335] | 0.42 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63239, 233 63240, 4 63241, 94 0xe9, SBC PC: 0xf707, SP: 0x7c, A: 0xcd, X: 0xd2, Y: 0xac, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i518] | 0.55 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 56741, 229 56742, 60 56743, 162 60, 79 0xe5, SBC PC: 0xdda5, SP: 0x8f, A: 0xd7, X: 0x4f, Y: 0x13, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i580] | 0.49 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30159, 229 30160, 106 30161, 133 106, 251 0xe5, SBC PC: 0x75cf, SP: 0xd0, A: 0xf5, X: 0xba, Y: 0xee, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i640] | 0.61 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 52934, 229 52935, 185 52936, 117 185, 154 0xe5, SBC PC: 0xcec6, SP: 0x1f, A: 0x08, X: 0xc2, Y: 0x5a, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i212] | 0.47 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56587, 233 56588, 68 56589, 212 0xe9, SBC PC: 0xdd0b, SP: 0xe0, A: 0x0e, X: 0xc6, Y: 0x75, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 202 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i275] | 0.31 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13163, 233 13164, 226 13165, 248 0xe9, SBC PC: 0x336b, SP: 0x89, A: 0xa9, X: 0x5f, Y: 0x01, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i27] | 0.33 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63428, 233 63429, 134 63430, 235 0xe9, SBC PC: 0xf7c4, SP: 0xf3, A: 0xbc, X: 0x80, Y: 0xb9, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i151] | 0.31 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61135, 233 61136, 143 61137, 121 0xe9, SBC PC: 0xeecf, SP: 0xc5, A: 0x50, X: 0x1e, Y: 0x57, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i889] | 0.35 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54802, 229 54803, 56 54804, 93 56, 157 0xe5, SBC PC: 0xd612, SP: 0xd8, A: 0xe9, X: 0x22, Y: 0x39, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i400] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9454, 233 9455, 252 9456, 140 0xe9, SBC PC: 0x24ee, SP: 0xfa, A: 0x50, X: 0x3d, Y: 0x73, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 84 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i828] | 0.47 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59098, 229 59099, 22 59100, 156 22, 30 0xe5, SBC PC: 0xe6da, SP: 0x0d, A: 0x66, X: 0x0a, Y: 0xe8, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i952] | 0.48 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 61118, 229 61119, 98 61120, 234 98, 202 0xe5, SBC PC: 0xeebe, SP: 0x46, A: 0xc8, X: 0xd7, Y: 0xb1, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i704] | 0.49 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 42250, 229 42251, 126 42252, 65 126, 125 0xe5, SBC PC: 0xa50a, SP: 0x15, A: 0x13, X: 0x96, Y: 0x7d, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i462] | 0.49 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14517, 233 14518, 164 14519, 188 0xe9, SBC PC: 0x38b5, SP: 0x37, A: 0x6d, X: 0x89, Y: 0x14, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i764] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18193, 229 18194, 142 18195, 192 142, 219 0xe5, SBC PC: 0x4711, SP: 0xfe, A: 0x58, X: 0x7a, Y: 0x15, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i88] | 0.56 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61133, 233 61134, 131 61135, 38 0xe9, SBC PC: 0xeecd, SP: 0x86, A: 0xf1, X: 0x5e, Y: 0xae, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i336] | 0.48 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25862, 233 25863, 5 25864, 151 0xe9, SBC PC: 0x6506, SP: 0xf6, A: 0x0c, X: 0x39, Y: 0xdf, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i276] | 0.49 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46134, 233 46135, 108 46136, 206 0xe9, SBC PC: 0xb436, SP: 0xca, A: 0xc0, X: 0x87, Y: 0xe3, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i28] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 38433, 233 38434, 23 38435, 15 0xe9, SBC PC: 0x9621, SP: 0xfd, A: 0x9a, X: 0x9d, Y: 0xec, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i152] | 0.48 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37525, 233 37526, 127 37527, 117 0xe9, SBC PC: 0x9295, SP: 0xaf, A: 0x55, X: 0x9f, Y: 0xec, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i213] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64209, 233 64210, 203 64211, 29 0xe9, SBC PC: 0xfad1, SP: 0x9b, A: 0x8d, X: 0xb2, Y: 0x79, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i519] | 0.61 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 63464, 229 63465, 51 63466, 174 51, 166 0xe5, SBC PC: 0xf7e8, SP: 0xb7, A: 0xef, X: 0x49, Y: 0xa5, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i581] | 0.50 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 899, 229 900, 94 901, 237 94, 77 0xe5, SBC PC: 0x0383, SP: 0xd6, A: 0x68, X: 0x06, Y: 0x44, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i890] | 0.47 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53766, 229 53767, 250 53768, 63 250, 60 0xe5, SBC PC: 0xd206, SP: 0x57, A: 0x3a, X: 0x37, Y: 0xe4, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i641] | 0.40 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3275, 229 3276, 122 3277, 0 122, 152 0xe5, SBC PC: 0x0ccb, SP: 0x09, A: 0x15, X: 0xfb, Y: 0xe4, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i401] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 26699, 233 26700, 185 26701, 183 0xe9, SBC PC: 0x684b, SP: 0xd6, A: 0x1b, X: 0x81, Y: 0x28, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i829] | 0.49 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17787, 229 17788, 152 17789, 29 152, 68 0xe5, SBC PC: 0x457b, SP: 0x69, A: 0xda, X: 0x81, Y: 0xf2, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i953] | 0.50 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13608, 229 13609, 245 13610, 119 245, 13 0xe5, SBC PC: 0x3528, SP: 0x13, A: 0x3e, X: 0x27, Y: 0x91, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i705] | 0.50 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 32503, 229 32504, 224 32505, 22 224, 59 0xe5, SBC PC: 0x7ef7, SP: 0x7f, A: 0x3e, X: 0xa2, Y: 0x00, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i463] | 0.32 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48699, 233 48700, 111 48701, 7 0xe9, SBC PC: 0xbe3b, SP: 0xcf, A: 0x7d, X: 0x4b, Y: 0x7c, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i214] | 0.49 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 20618, 233 20619, 168 20620, 205 0xe9, SBC PC: 0x508a, SP: 0x43, A: 0xe2, X: 0xa0, Y: 0xfb, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i337] | 0.32 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 51979, 233 51980, 118 51981, 156 0xe9, SBC PC: 0xcb0b, SP: 0x2d, A: 0xd7, X: 0x82, Y: 0x11, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i277] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19053, 233 19054, 63 19055, 63 0xe9, SBC PC: 0x4a6d, SP: 0x16, A: 0x5a, X: 0xbb, Y: 0x13, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i29] | 0.33 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35820, 233 35821, 138 35822, 234 0xe9, SBC PC: 0x8bec, SP: 0x1a, A: 0xd6, X: 0xd6, Y: 0x9d, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i89] | 0.39 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53234, 233 53235, 254 53236, 206 0xe9, SBC PC: 0xcff2, SP: 0x20, A: 0xdb, X: 0x64, Y: 0xd2, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i153] | 0.35 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58234, 233 58235, 218 58236, 157 0xe9, SBC PC: 0xe37a, SP: 0x3b, A: 0x56, X: 0x33, Y: 0x86, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i765] | 0.41 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60940, 229 60941, 116 60942, 250 116, 23 0xe5, SBC PC: 0xee0c, SP: 0xc2, A: 0xc5, X: 0xfd, Y: 0x3f, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 430 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i402] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60631, 233 60632, 147 60633, 39 0xe9, SBC PC: 0xecd7, SP: 0xee, A: 0x7a, X: 0xe1, Y: 0xf5, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i891] | 0.49 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49421, 229 49422, 228 49423, 58 228, 148 0xe5, SBC PC: 0xc10d, SP: 0xd9, A: 0x52, X: 0xd5, Y: 0xaa, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i582] | 0.52 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 40933, 229 40934, 191 40935, 143 191, 170 0xe5, SBC PC: 0x9fe5, SP: 0xc6, A: 0xe9, X: 0x1c, Y: 0x5d, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i642] | 0.56 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 45446, 229 45447, 227 45448, 37 227, 10 0xe5, SBC PC: 0xb186, SP: 0xb5, A: 0xc7, X: 0x14, Y: 0x1d, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 445 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i464] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46756, 233 46757, 48 46758, 12 0xe9, SBC PC: 0xb6a4, SP: 0xcb, A: 0xc6, X: 0xfb, Y: 0x81, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i520] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17254, 229 17255, 204 17256, 25 204, 2 0xe5, SBC PC: 0x4366, SP: 0x64, A: 0xd4, X: 0xb9, Y: 0xac, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 466 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i338] | 0.49 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 59876, 233 59877, 73 59878, 85 0xe9, SBC PC: 0xe9e4, SP: 0x75, A: 0x24, X: 0x2c, Y: 0x80, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i830] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51959, 229 51960, 1 51961, 247 1, 55 0xe5, SBC PC: 0xcaf7, SP: 0x52, A: 0x4a, X: 0x2b, Y: 0x80, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i278] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58772, 233 58773, 155 58774, 144 0xe9, SBC PC: 0xe594, SP: 0x2f, A: 0x3c, X: 0x3f, Y: 0x06, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i30] | 0.49 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4881, 233 4882, 55 4883, 146 0xe9, SBC PC: 0x1311, SP: 0x07, A: 0x97, X: 0x20, Y: 0xea, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i954] | 0.55 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26696, 229 26697, 156 26698, 212 156, 9 0xe5, SBC PC: 0x6848, SP: 0xbc, A: 0xfc, X: 0x81, Y: 0xec, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 498 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i154] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 59394, 233 59395, 218 59396, 151 0xe9, SBC PC: 0xe802, SP: 0x62, A: 0x70, X: 0x22, Y: 0x0f, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i706] | 0.51 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51549, 229 51550, 40 51551, 173 40, 116 0xe5, SBC PC: 0xc95d, SP: 0x74, A: 0xe1, X: 0x45, Y: 0xed, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i90] | 0.57 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58629, 233 58630, 112 58631, 122 0xe9, SBC PC: 0xe505, SP: 0x63, A: 0x3b, X: 0x08, Y: 0x51, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i215] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60399, 233 60400, 176 60401, 157 0xe9, SBC PC: 0xebef, SP: 0x3c, A: 0x5f, X: 0xd5, Y: 0xbd, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i766] | 0.52 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47618, 229 47619, 251 47620, 255 251, 219 0xe5, SBC PC: 0xba02, SP: 0xe9, A: 0x26, X: 0xa3, Y: 0x7d, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i403] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17809, 233 17810, 113 17811, 247 0xe9, SBC PC: 0x4591, SP: 0x0a, A: 0xdf, X: 0x9d, Y: 0x32, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i892] | 0.53 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48323, 229 48324, 243 48325, 196 243, 120 0xe5, SBC PC: 0xbcc3, SP: 0xe4, A: 0x5d, X: 0xfc, Y: 0xf4, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i583] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34646, 229 34647, 113 34648, 221 113, 39 0xe5, SBC PC: 0x8756, SP: 0x82, A: 0x14, X: 0xf5, Y: 0xda, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i465] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31677, 233 31678, 120 31679, 116 0xe9, SBC PC: 0x7bbd, SP: 0x26, A: 0xed, X: 0x95, Y: 0x77, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i643] | 0.60 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 27787, 229 27788, 107 27789, 18 107, 237 0xe5, SBC PC: 0x6c8b, SP: 0x04, A: 0x6f, X: 0xbc, Y: 0xa3, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i216] | 0.49 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18392, 233 18393, 198 18394, 115 0xe9, SBC PC: 0x47d8, SP: 0xbc, A: 0xc0, X: 0x95, Y: 0x5b, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i339] | 0.32 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 43887, 233 43888, 53 43889, 46 0xe9, SBC PC: 0xab6f, SP: 0x8b, A: 0xe9, X: 0x32, Y: 0x87, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 436 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i31] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52620, 233 52621, 82 52622, 19 0xe9, SBC PC: 0xcd8c, SP: 0xad, A: 0xf5, X: 0x36, Y: 0x9e, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 419 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i279] | 0.32 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52422, 233 52423, 4 52424, 105 0xe9, SBC PC: 0xccc6, SP: 0x7e, A: 0xef, X: 0x2e, Y: 0x80, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 490 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i831] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60047, 229 60048, 244 60049, 245 244, 194 0xe5, SBC PC: 0xea8f, SP: 0xea, A: 0x72, X: 0xf2, Y: 0x7f, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i155] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52115, 233 52116, 239 52117, 201 0xe9, SBC PC: 0xcb93, SP: 0x86, A: 0x62, X: 0xb9, Y: 0x43, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 114 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i707] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 1958, 229 1959, 20 1960, 81 20, 129 0xe5, SBC PC: 0x07a6, SP: 0x6d, A: 0x10, X: 0xa3, Y: 0x35, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i521] | 0.41 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26170, 229 26171, 83 26172, 65 83, 219 0xe5, SBC PC: 0x663a, SP: 0xbf, A: 0x63, X: 0x51, Y: 0xa5, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i955] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 40146, 229 40147, 36 40148, 232 36, 244 0xe5, SBC PC: 0x9cd2, SP: 0x96, A: 0xb0, X: 0xf5, Y: 0x1a, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i404] | 0.51 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39017, 233 39018, 60 39019, 126 0xe9, SBC PC: 0x9869, SP: 0xec, A: 0xad, X: 0x2b, Y: 0xbf, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 368 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i91] | 0.37 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21626, 233 21627, 0 21628, 255 0xe9, SBC PC: 0x547a, SP: 0xa3, A: 0x47, X: 0x4e, Y: 0x7d, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i767] | 0.55 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58292, 229 58293, 156 58294, 216 156, 69 0xe5, SBC PC: 0xe3b4, SP: 0x2e, A: 0xfd, X: 0x7d, Y: 0xb7, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 440 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i466] | 0.49 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29534, 233 29535, 254 29536, 253 0xe9, SBC PC: 0x735e, SP: 0xb8, A: 0x74, X: 0xba, Y: 0x42, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 117 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i340] | 0.48 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64743, 233 64744, 210 64745, 192 0xe9, SBC PC: 0xfce7, SP: 0x48, A: 0x70, X: 0xc4, Y: 0x95, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i32] | 0.49 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1736, 233 1737, 37 1738, 123 0xe9, SBC PC: 0x06c8, SP: 0x66, A: 0x66, X: 0x2a, Y: 0x43, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i280] | 0.51 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 27136, 233 27137, 183 27138, 145 0xe9, SBC PC: 0x6a00, SP: 0x84, A: 0xcf, X: 0x68, Y: 0x3d, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i893] | 0.57 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 28784, 229 28785, 14 28786, 60 14, 204 0xe5, SBC PC: 0x7070, SP: 0xe2, A: 0x8b, X: 0x4b, Y: 0x96, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i156] | 0.47 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52961, 233 52962, 134 52963, 221 0xe9, SBC PC: 0xcee1, SP: 0x4c, A: 0xca, X: 0x27, Y: 0x07, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i584] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13738, 229 13739, 17 13740, 108 17, 1 0xe5, SBC PC: 0x35aa, SP: 0xc7, A: 0x74, X: 0xf2, Y: 0x90, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i217] | 0.30 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9664, 233 9665, 65 9666, 220 0xe9, SBC PC: 0x25c0, SP: 0x3b, A: 0xc7, X: 0xa7, Y: 0x05, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i522] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54894, 229 54895, 209 54896, 28 209, 11 0xe5, SBC PC: 0xd66e, SP: 0xbe, A: 0xe1, X: 0xc3, Y: 0xa4, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 470 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i644] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 50762, 229 50763, 184 50764, 157 184, 255 0xe5, SBC PC: 0xc64a, SP: 0x54, A: 0xa8, X: 0x6e, Y: 0x20, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i92] | 0.58 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12971, 233 12972, 140 12973, 142 0xe9, SBC PC: 0x32ab, SP: 0x41, A: 0xa7, X: 0x8e, Y: 0xb4, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i832] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13978, 229 13979, 210 13980, 216 210, 158 0xe5, SBC PC: 0x369a, SP: 0x7b, A: 0x24, X: 0x4c, Y: 0xf5, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 134 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i405] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37271, 233 37272, 6 37273, 42 0xe9, SBC PC: 0x9197, SP: 0x7b, A: 0xf4, X: 0xa9, Y: 0x44, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 493 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i708] | 0.57 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 52998, 229 52999, 26 53000, 120 26, 83 0xe5, SBC PC: 0xcf06, SP: 0xaf, A: 0xa6, X: 0x26, Y: 0x10, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i956] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49352, 229 49353, 69 49354, 137 69, 9 0xe5, SBC PC: 0xc0c8, SP: 0x36, A: 0xe1, X: 0xa3, Y: 0x37, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 471 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i467] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 300, 233 301, 42 302, 190 0xe9, SBC PC: 0x012c, SP: 0x14, A: 0x96, X: 0x57, Y: 0x84, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i768] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53706, 229 53707, 106 53708, 223 106, 177 0xe5, SBC PC: 0xd1ca, SP: 0xd3, A: 0x30, X: 0x46, Y: 0x8b, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i218] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46108, 233 46109, 211 46110, 197 0xe9, SBC PC: 0xb41c, SP: 0x9e, A: 0x19, X: 0xdc, Y: 0xc9, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 69 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i341] | 0.31 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12656, 233 12657, 162 12658, 68 0xe9, SBC PC: 0x3170, SP: 0xde, A: 0xfc, X: 0x2b, Y: 0x0d, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i33] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49566, 233 49567, 131 49568, 25 0xe9, SBC PC: 0xc19e, SP: 0x92, A: 0x19, X: 0xe2, Y: 0xd7, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i281] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45246, 233 45247, 187 45248, 14 0xe9, SBC PC: 0xb0be, SP: 0x17, A: 0x12, X: 0x7a, Y: 0x3c, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 86 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i157] | 0.31 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46098, 233 46099, 254 46100, 48 0xe9, SBC PC: 0xb412, SP: 0x4d, A: 0xff, X: 0xd9, Y: 0xa4, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i894] | 0.56 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6824, 229 6825, 246 6826, 107 246, 69 0xe5, SBC PC: 0x1aa8, SP: 0x9c, A: 0xdf, X: 0x67, Y: 0x97, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 410 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i406] | 0.51 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55494, 233 55495, 143 55496, 238 0xe9, SBC PC: 0xd8c6, SP: 0xd8, A: 0x1c, X: 0xea, Y: 0x4a, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i585] | 0.36 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39463, 229 39464, 190 39465, 146 190, 29 0xe5, SBC PC: 0x9a27, SP: 0xf4, A: 0x9f, X: 0x81, Y: 0xa9, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i468] | 0.48 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 3103, 233 3104, 171 3105, 184 0xe9, SBC PC: 0x0c1f, SP: 0x20, A: 0x1a, X: 0x8e, Y: 0x94, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i523] | 0.64 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23644, 229 23645, 237 23646, 161 237, 8 0xe5, SBC PC: 0x5c5c, SP: 0xaf, A: 0x9b, X: 0x5a, Y: 0x5c, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i342] | 0.49 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12095, 233 12096, 80 12097, 165 0xe9, SBC PC: 0x2f3f, SP: 0x18, A: 0x92, X: 0xb0, Y: 0x4d, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i645] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31313, 229 31314, 226 31315, 71 226, 200 0xe5, SBC PC: 0x7a51, SP: 0xe8, A: 0xb9, X: 0xc8, Y: 0x98, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i833] | 0.36 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25781, 229 25782, 205 25783, 34 205, 25 0xe5, SBC PC: 0x64b5, SP: 0x81, A: 0xf2, X: 0x88, Y: 0x7a, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i93] | 0.34 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 27001, 233 27002, 46 27003, 67 0xe9, SBC PC: 0x6979, SP: 0x32, A: 0xf3, X: 0x81, Y: 0x98, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 452 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i34] | 0.50 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1448, 233 1449, 207 1450, 231 0xe9, SBC PC: 0x05a8, SP: 0xf4, A: 0x43, X: 0x83, Y: 0xd0, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i158] | 0.53 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25325, 233 25326, 118 25327, 96 0xe9, SBC PC: 0x62ed, SP: 0x91, A: 0x63, X: 0x54, Y: 0xe7, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i282] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1148, 233 1149, 225 1150, 145 0xe9, SBC PC: 0x047c, SP: 0x1f, A: 0x45, X: 0x5c, Y: 0x82, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 100 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i709] | 0.36 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60065, 229 60066, 181 60067, 216 181, 74 0xe5, SBC PC: 0xeaa1, SP: 0x9c, A: 0xe1, X: 0x56, Y: 0xd0, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i957] | 0.36 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47738, 229 47739, 245 47740, 26 245, 172 0xe5, SBC PC: 0xba7a, SP: 0xf5, A: 0x7e, X: 0xb6, Y: 0x36, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i219] | 0.31 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29266, 233 29267, 57 29268, 140 0xe9, SBC PC: 0x7252, SP: 0xc9, A: 0x22, X: 0x44, Y: 0x26, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i586] | 0.49 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 192, 229 193, 93 194, 231 93, 179 0xe5, SBC PC: 0x00c0, SP: 0xf6, A: 0x1a, X: 0x50, Y: 0x7a, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 102 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i769] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39038, 229 39039, 85 39040, 80 85, 83 0xe5, SBC PC: 0x987e, SP: 0x49, A: 0xf3, X: 0xd7, Y: 0x9c, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 416 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i407] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11939, 233 11940, 131 11941, 198 0xe9, SBC PC: 0x2ea3, SP: 0xd7, A: 0x8e, X: 0x9c, Y: 0x41, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i94] | 0.58 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 6015, 233 6016, 236 6017, 44 0xe9, SBC PC: 0x177f, SP: 0xfe, A: 0x8f, X: 0xa9, Y: 0xd6, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i895] | 0.36 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11512, 229 11513, 142 11514, 138 142, 203 0xe5, SBC PC: 0x2cf8, SP: 0x2e, A: 0x44, X: 0x38, Y: 0x06, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 120 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i834] | 0.47 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21051, 229 21052, 77 21053, 180 77, 109 0xe5, SBC PC: 0x523b, SP: 0xa9, A: 0x1d, X: 0x32, Y: 0xa0, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i469] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7984, 233 7985, 5 7986, 13 0xe9, SBC PC: 0x1f30, SP: 0x58, A: 0x80, X: 0xcd, Y: 0x05, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 378 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i958] | 0.47 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11149, 229 11150, 226 11151, 178 226, 27 0xe5, SBC PC: 0x2b8d, SP: 0xf1, A: 0xac, X: 0x1b, Y: 0x47, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 401 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i710] | 0.50 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59143, 229 59144, 120 59145, 208 120, 194 0xe5, SBC PC: 0xe707, SP: 0xae, A: 0x02, X: 0x59, Y: 0x52, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 63 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i220] | 0.49 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32913, 233 32914, 50 32915, 121 0xe9, SBC PC: 0x8091, SP: 0xc3, A: 0x38, X: 0xb4, Y: 0xf4, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i343] | 0.31 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52851, 233 52852, 30 52853, 48 0xe9, SBC PC: 0xce73, SP: 0x80, A: 0x67, X: 0xb3, Y: 0x55, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i35] | 0.30 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52218, 233 52219, 197 52220, 79 0xe9, SBC PC: 0xcbfa, SP: 0xa6, A: 0x4a, X: 0x28, Y: 0x92, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i283] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21289, 233 21290, 223 21291, 209 0xe9, SBC PC: 0x5329, SP: 0xe1, A: 0x55, X: 0x04, Y: 0xc9, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i159] | 0.33 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30234, 233 30235, 175 30236, 67 0xe9, SBC PC: 0x761a, SP: 0x33, A: 0xa0, X: 0xdf, Y: 0xba, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i524] | 0.64 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18928, 229 18929, 47 18930, 8 47, 78 0xe5, SBC PC: 0x49f0, SP: 0x7a, A: 0xd0, X: 0x96, Y: 0x3e, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i408] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 57815, 233 57816, 57 57817, 54 0xe9, SBC PC: 0xe1d7, SP: 0x5d, A: 0xa8, X: 0x7a, Y: 0xe9, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i646] | 0.64 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 987, 229 988, 123 989, 30 123, 214 0xe5, SBC PC: 0x03db, SP: 0x62, A: 0xa6, X: 0xd9, Y: 0xc5, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i587] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33229, 229 33230, 145 33231, 1 145, 130 0xe5, SBC PC: 0x81cd, SP: 0x15, A: 0x09, X: 0x6a, Y: 0x28, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i896] | 0.48 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29435, 229 29436, 104 29437, 230 104, 217 0xe5, SBC PC: 0x72fb, SP: 0x0f, A: 0x0a, X: 0xfd, Y: 0x8e, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 48 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i470] | 0.49 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1636, 233 1637, 32 1638, 72 0xe9, SBC PC: 0x0664, SP: 0x04, A: 0x71, X: 0x9a, Y: 0x1f, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i344] | 0.49 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18382, 233 18383, 56 18384, 207 0xe9, SBC PC: 0x47ce, SP: 0x32, A: 0xcd, X: 0xae, Y: 0x6d, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i36] | 0.49 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11921, 233 11922, 239 11923, 184 0xe9, SBC PC: 0x2e91, SP: 0xff, A: 0x22, X: 0x92, Y: 0x6b, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 50 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i835] | 0.50 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24327, 229 24328, 157 24329, 131 157, 112 0xe5, SBC PC: 0x5f07, SP: 0xe2, A: 0xfc, X: 0xaa, Y: 0x06, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i770] | 0.59 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6737, 229 6738, 169 6739, 102 169, 173 0xe5, SBC PC: 0x1a51, SP: 0xfe, A: 0x0d, X: 0x4f, Y: 0x56, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 96 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i284] | 0.49 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54790, 233 54791, 50 54792, 166 0xe9, SBC PC: 0xd606, SP: 0x53, A: 0x1c, X: 0xf7, Y: 0xee, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i160] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1332, 233 1333, 54 1334, 116 0xe9, SBC PC: 0x0534, SP: 0xb3, A: 0xe1, X: 0xd3, Y: 0x55, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i959] | 0.53 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3342, 229 3343, 45 3344, 45 45, 233 0xe5, SBC PC: 0x0d0e, SP: 0x57, A: 0xab, X: 0x9c, Y: 0x6b, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 194 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i95] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64146, 233 64147, 113 64148, 222 0xe9, SBC PC: 0xfa92, SP: 0x82, A: 0xf2, X: 0x19, Y: 0xb6, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 385 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i221] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53156, 233 53157, 169 53158, 177 0xe9, SBC PC: 0xcfa4, SP: 0x45, A: 0x27, X: 0xb5, Y: 0xce, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i711] | 0.50 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38809, 229 38810, 156 38811, 141 156, 141 0xe5, SBC PC: 0x9799, SP: 0x52, A: 0x5f, X: 0xd4, Y: 0x60, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i409] | 0.33 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64204, 233 64205, 216 64206, 21 0xe9, SBC PC: 0xfacc, SP: 0x7f, A: 0xe8, X: 0x0c, Y: 0x13, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i588] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 43881, 229 43882, 182 43883, 143 182, 68 0xe5, SBC PC: 0xab69, SP: 0x79, A: 0x72, X: 0xbe, Y: 0xc9, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i897] | 0.51 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41075, 229 41076, 80 41077, 173 80, 144 0xe5, SBC PC: 0xa073, SP: 0x53, A: 0xab, X: 0xc9, Y: 0x42, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i471] | 0.35 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14863, 233 14864, 5 14865, 27 0xe9, SBC PC: 0x3a0f, SP: 0x16, A: 0x30, X: 0x5d, Y: 0x79, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i525] | 0.55 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48612, 229 48613, 116 48614, 211 116, 155 0xe5, SBC PC: 0xbde4, SP: 0x5f, A: 0x1d, X: 0x54, Y: 0x7e, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i96] | 0.56 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7277, 233 7278, 97 7279, 58 0xe9, SBC PC: 0x1c6d, SP: 0x84, A: 0xd0, X: 0xe3, Y: 0xc9, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i222] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1831, 233 1832, 30 1833, 51 0xe9, SBC PC: 0x0727, SP: 0x72, A: 0xcc, X: 0x39, Y: 0x29, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 429 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i345] | 0.32 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2380, 233 2381, 42 2382, 6 0xe9, SBC PC: 0x094c, SP: 0xcd, A: 0x05, X: 0x66, Y: 0xd8, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i647] | 0.44 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25294, 229 25295, 55 25296, 23 55, 68 0xe5, SBC PC: 0x62ce, SP: 0x2a, A: 0xec, X: 0x55, Y: 0x26, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 424 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i37] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14892, 233 14893, 107 14894, 106 0xe9, SBC PC: 0x3a2c, SP: 0xce, A: 0xbe, X: 0x65, Y: 0x14, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i836] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24666, 229 24667, 228 24668, 13 228, 214 0xe5, SBC PC: 0x605a, SP: 0xa6, A: 0x17, X: 0x78, Y: 0xa7, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 65 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i285] | 0.32 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 59980, 233 59981, 186 59982, 136 0xe9, SBC PC: 0xea4c, SP: 0x21, A: 0x1f, X: 0x1d, Y: 0x94, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i161] | 0.35 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 22351, 233 22352, 75 22353, 36 0xe9, SBC PC: 0x574f, SP: 0x6f, A: 0x9f, X: 0x22, Y: 0x85, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i771] | 0.37 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54136, 229 54137, 59 54138, 223 59, 86 0xe5, SBC PC: 0xd378, SP: 0x60, A: 0xdf, X: 0xe3, Y: 0x7f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i960] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7098, 229 7099, 255 7100, 255 255, 244 0xe5, SBC PC: 0x1bba, SP: 0xf9, A: 0x23, X: 0x05, Y: 0x7c, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 46 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i712] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55478, 229 55479, 84 55480, 181 84, 29 0xe5, SBC PC: 0xd8b6, SP: 0xd3, A: 0x99, X: 0x1d, Y: 0x4f, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i410] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55116, 233 55117, 94 55118, 57 0xe9, SBC PC: 0xd74c, SP: 0xac, A: 0x69, X: 0x48, Y: 0x2e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i472] | 0.46 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37179, 233 37180, 50 37181, 171 0xe9, SBC PC: 0x913b, SP: 0x1f, A: 0x08, X: 0x39, Y: 0x98, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i346] | 0.48 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32987, 233 32988, 180 32989, 30 0xe9, SBC PC: 0x80db, SP: 0x3b, A: 0xc7, X: 0xa9, Y: 0x81, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i38] | 0.47 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1658, 233 1659, 68 1660, 69 0xe9, SBC PC: 0x067a, SP: 0x66, A: 0xfb, X: 0x61, Y: 0xe9, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 438 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i898] | 0.54 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64290, 229 64291, 214 64292, 170 214, 225 0xe5, SBC PC: 0xfb22, SP: 0xf9, A: 0x30, X: 0xde, Y: 0x20, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 79 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i286] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 15215, 233 15216, 124 15217, 216 0xe9, SBC PC: 0x3b6f, SP: 0x39, A: 0xa0, X: 0x4e, Y: 0x02, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i589] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 19928, 229 19929, 209 19930, 147 209, 126 0xe5, SBC PC: 0x4dd8, SP: 0x46, A: 0xf1, X: 0xf9, Y: 0x33, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i162] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53445, 233 53446, 31 53447, 248 0xe9, SBC PC: 0xd0c5, SP: 0xdb, A: 0xe5, X: 0xcc, Y: 0x36, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 453 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i648] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48541, 229 48542, 5 48543, 189 5, 99 0xe5, SBC PC: 0xbd9d, SP: 0xbc, A: 0xc4, X: 0x24, Y: 0x72, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i526] | 0.56 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31717, 229 31718, 48 31719, 46 48, 97 0xe5, SBC PC: 0x7be5, SP: 0xba, A: 0x2a, X: 0xd8, Y: 0xf8, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i772] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 28760, 229 28761, 43 28762, 204 43, 206 0xe5, SBC PC: 0x7058, SP: 0x7a, A: 0x8e, X: 0x6e, Y: 0x88, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i97] | 0.34 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 65225, 233 65226, 56 65227, 169 0xe9, SBC PC: 0xfec9, SP: 0x49, A: 0x0d, X: 0xb8, Y: 0x97, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i223] | 0.35 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46930, 233 46931, 153 46932, 121 0xe9, SBC PC: 0xb752, SP: 0x00, A: 0x60, X: 0x2c, Y: 0x01, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i837] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36326, 229 36327, 255 36328, 254 255, 52 0xe5, SBC PC: 0x8de6, SP: 0x37, A: 0x6f, X: 0x93, Y: 0x4e, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i411] | 0.34 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21220, 233 21221, 43 21222, 57 0xe9, SBC PC: 0x52e4, SP: 0xb6, A: 0xa3, X: 0x73, Y: 0x80, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i961] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17326, 229 17327, 186 17328, 36 186, 50 0xe5, SBC PC: 0x43ae, SP: 0xfd, A: 0xb3, X: 0xb5, Y: 0xd1, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 384 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i713] | 0.57 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18098, 229 18099, 249 18100, 216 249, 123 0xe5, SBC PC: 0x46b2, SP: 0xc3, A: 0x14, X: 0x5c, Y: 0xa1, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i473] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11600, 233 11601, 77 11602, 21 0xe9, SBC PC: 0x2d50, SP: 0x91, A: 0xd9, X: 0x61, Y: 0x68, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i347] | 0.34 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 33229, 233 33230, 41 33231, 103 0xe9, SBC PC: 0x81cd, SP: 0x08, A: 0x8b, X: 0x4f, Y: 0xc5, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i39] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 6094, 233 6095, 68 6096, 115 0xe9, SBC PC: 0x17ce, SP: 0xa1, A: 0xd1, X: 0xb3, Y: 0x37, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i98] | 0.54 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32290, 233 32291, 203 32292, 176 0xe9, SBC PC: 0x7e22, SP: 0x3d, A: 0x27, X: 0xbe, Y: 0x09, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 91 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i224] | 0.56 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60757, 233 60758, 163 60759, 148 0xe9, SBC PC: 0xed55, SP: 0x91, A: 0x78, X: 0x38, Y: 0xa3, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i287] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52229, 233 52230, 253 52231, 115 0xe9, SBC PC: 0xcc05, SP: 0x0f, A: 0xde, X: 0xf3, Y: 0x6f, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i163] | 0.34 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62064, 233 62065, 122 62066, 23 0xe9, SBC PC: 0xf270, SP: 0x22, A: 0x28, X: 0xb0, Y: 0x24, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i899] | 0.56 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47005, 229 47006, 245 47007, 253 245, 50 0xe5, SBC PC: 0xb79d, SP: 0x3d, A: 0xc5, X: 0x12, Y: 0x58, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i412] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 50450, 233 50451, 25 50452, 61 0xe9, SBC PC: 0xc512, SP: 0xcd, A: 0x60, X: 0xea, Y: 0xe7, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i590] | 0.36 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5581, 229 5582, 217 5583, 22 217, 156 0xe5, SBC PC: 0x15cd, SP: 0xd9, A: 0x6b, X: 0x62, Y: 0xef, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i649] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55256, 229 55257, 148 55258, 130 148, 55 0xe5, SBC PC: 0xd7d8, SP: 0x34, A: 0xdd, X: 0x34, Y: 0xfd, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 422 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i527] | 0.34 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49306, 229 49307, 65 49308, 2 65, 103 0xe5, SBC PC: 0xc09a, SP: 0x6b, A: 0x47, X: 0xa3, Y: 0x86, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i474] | 0.47 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25438, 233 25439, 16 25440, 13 0xe9, SBC PC: 0x635e, SP: 0x50, A: 0x2a, X: 0x28, Y: 0x2c, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i773] | 0.54 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 50967, 229 50968, 138 50969, 201 138, 150 0xe5, SBC PC: 0xc717, SP: 0x12, A: 0x1b, X: 0xb5, Y: 0x67, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i348] | 0.50 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11716, 233 11717, 188 11718, 111 0xe9, SBC PC: 0x2dc4, SP: 0x45, A: 0x0f, X: 0x0a, Y: 0x3c, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i838] | 0.33 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5324, 229 5325, 239 5326, 242 239, 12 0xe5, SBC PC: 0x14cc, SP: 0x2c, A: 0x4c, X: 0x11, Y: 0x45, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i40] | 0.46 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32227, 233 32228, 42 32229, 56 0xe9, SBC PC: 0x7de3, SP: 0xfe, A: 0xb0, X: 0x19, Y: 0xf1, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 389 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i288] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61912, 233 61913, 27 61914, 239 0xe9, SBC PC: 0xf1d8, SP: 0x8e, A: 0x5a, X: 0xe3, Y: 0x52, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i714] | 0.35 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5349, 229 5350, 231 5351, 26 231, 135 0xe5, SBC PC: 0x14e5, SP: 0x9a, A: 0x6c, X: 0x01, Y: 0xa7, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i962] | 0.34 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 19780, 229 19781, 186 19782, 185 186, 220 0xe5, SBC PC: 0x4d44, SP: 0x53, A: 0xe9, X: 0xb1, Y: 0xf5, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i164] | 0.52 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7840, 233 7841, 255 7842, 60 0xe9, SBC PC: 0x1ea0, SP: 0x15, A: 0x99, X: 0x1b, Y: 0x2f, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i591] | 0.47 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58000, 229 58001, 25 58002, 191 25, 134 0xe5, SBC PC: 0xe290, SP: 0xc3, A: 0xf5, X: 0x0a, Y: 0x06, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i528] | 0.52 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17632, 229 17633, 129 17634, 3 129, 143 0xe5, SBC PC: 0x44e0, SP: 0x9f, A: 0x4b, X: 0xb0, Y: 0x1e, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i99] | 0.41 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37320, 233 37321, 115 37322, 178 0xe9, SBC PC: 0x91c8, SP: 0x6d, A: 0xfa, X: 0x84, Y: 0x89, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i839] | 0.48 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51550, 229 51551, 140 51552, 204 140, 69 0xe5, SBC PC: 0xc95e, SP: 0x7d, A: 0x04, X: 0x5c, Y: 0x04, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i225] | 0.34 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48839, 233 48840, 144 48841, 111 0xe9, SBC PC: 0xbec7, SP: 0xdc, A: 0x35, X: 0x8e, Y: 0xd7, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i413] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21301, 233 21302, 231 21303, 26 0xe9, SBC PC: 0x5335, SP: 0xff, A: 0x0a, X: 0xef, Y: 0x17, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 34 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i900] | 0.35 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5520, 229 5521, 253 5522, 228 253, 28 0xe5, SBC PC: 0x1590, SP: 0x9a, A: 0xf8, X: 0xa4, Y: 0x1d, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 476 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i475] | 0.35 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1271, 233 1272, 103 1273, 166 0xe9, SBC PC: 0x04f7, SP: 0xcd, A: 0xa8, X: 0x70, Y: 0x16, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i41] | 0.34 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12600, 233 12601, 13 12602, 129 0xe9, SBC PC: 0x3138, SP: 0x9f, A: 0xfb, X: 0x85, Y: 0xcf, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 493 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i963] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7966, 229 7967, 29 7968, 13 29, 124 0xe5, SBC PC: 0x1f1e, SP: 0x66, A: 0x5c, X: 0xd7, Y: 0x25, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i349] | 0.33 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53265, 233 53266, 140 53267, 167 0xe9, SBC PC: 0xd011, SP: 0x0a, A: 0x98, X: 0xd1, Y: 0x78, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i715] | 0.49 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11520, 229 11521, 109 11522, 37 109, 95 0xe5, SBC PC: 0x2d00, SP: 0x1e, A: 0xb7, X: 0xf6, Y: 0x0f, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i650] | 0.53 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49307, 229 49308, 200 49309, 50 200, 58 0xe5, SBC PC: 0xc09b, SP: 0x0d, A: 0x92, X: 0x76, Y: 0xa2, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i774] | 0.51 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25126, 229 25127, 202 25128, 182 202, 114 0xe5, SBC PC: 0x6226, SP: 0x42, A: 0x00, X: 0x0b, Y: 0x39, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i289] | 0.34 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5092, 233 5093, 56 5094, 137 0xe9, SBC PC: 0x13e4, SP: 0xfb, A: 0x0b, X: 0xf8, Y: 0x72, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i226] | 0.51 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17956, 233 17957, 253 17958, 49 0xe9, SBC PC: 0x4624, SP: 0xad, A: 0xcb, X: 0x7b, Y: 0xa5, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i165] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48980, 233 48981, 44 48982, 144 0xe9, SBC PC: 0xbf54, SP: 0xc8, A: 0xfb, X: 0x36, Y: 0x40, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 462 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i414] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 64022, 233 64023, 63 64024, 132 0xe9, SBC PC: 0xfa16, SP: 0x55, A: 0x6c, X: 0xd1, Y: 0x90, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i100] | 0.55 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 26488, 233 26489, 155 26490, 160 0xe9, SBC PC: 0x6778, SP: 0xd2, A: 0xba, X: 0xa3, Y: 0x68, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i592] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21806, 229 21807, 220 21808, 47 220, 208 0xe5, SBC PC: 0x552e, SP: 0x39, A: 0x87, X: 0xe5, Y: 0xa6, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i901] | 0.48 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21428, 229 21429, 32 21430, 136 32, 239 0xe5, SBC PC: 0x53b4, SP: 0xa7, A: 0x54, X: 0x84, Y: 0xa9, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 100 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i476] | 0.50 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 922, 233 923, 71 924, 134 0xe9, SBC PC: 0x039a, SP: 0x8f, A: 0x1b, X: 0xe9, Y: 0x85, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i529] | 0.58 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62944, 229 62945, 121 62946, 153 121, 236 0xe5, SBC PC: 0xf5e0, SP: 0x3f, A: 0xe4, X: 0x4a, Y: 0xb4, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i840] | 0.51 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60290, 229 60291, 203 60292, 81 203, 198 0xe5, SBC PC: 0xeb82, SP: 0x61, A: 0xd8, X: 0xfe, Y: 0xd5, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i42] | 0.45 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11452, 233 11453, 90 11454, 249 0xe9, SBC PC: 0x2cbc, SP: 0x48, A: 0xfa, X: 0x51, Y: 0x59, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 416 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i350] | 0.58 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31975, 233 31976, 1 31977, 144 0xe9, SBC PC: 0x7ce7, SP: 0x10, A: 0x95, X: 0x10, Y: 0x46, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i290] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2657, 233 2658, 146 2659, 200 0xe9, SBC PC: 0x0a61, SP: 0xc7, A: 0x42, X: 0xa1, Y: 0x04, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i716] | 0.48 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14693, 229 14694, 208 14695, 96 208, 172 0xe5, SBC PC: 0x3965, SP: 0xbd, A: 0x54, X: 0xe5, Y: 0x0e, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i166] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 574, 233 575, 20 576, 94 0xe9, SBC PC: 0x023e, SP: 0x32, A: 0x47, X: 0x97, Y: 0x17, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i651] | 0.55 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24633, 229 24634, 14 24635, 52 14, 138 0xe5, SBC PC: 0x6039, SP: 0x90, A: 0xe8, X: 0xc6, Y: 0x88, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i775] | 0.54 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17747, 229 17748, 174 17749, 33 174, 221 0xe5, SBC PC: 0x4553, SP: 0xea, A: 0x09, X: 0x3b, Y: 0xdd, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 43 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i964] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 996, 229 997, 90 998, 148 90, 222 0xe5, SBC PC: 0x03e4, SP: 0x98, A: 0xc7, X: 0xc5, Y: 0xcb, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i415] | 0.30 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 36367, 233 36368, 188 36369, 177 0xe9, SBC PC: 0x8e0f, SP: 0xbe, A: 0xee, X: 0x49, Y: 0xb9, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i227] | 0.33 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4623, 233 4624, 58 4625, 75 0xe9, SBC PC: 0x120f, SP: 0x0d, A: 0x50, X: 0xdc, Y: 0x52, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i902] | 0.50 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36915, 229 36916, 192 36917, 195 192, 81 0xe5, SBC PC: 0x9033, SP: 0x21, A: 0x92, X: 0xa2, Y: 0xa3, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i593] | 0.56 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20104, 229 20105, 45 20106, 156 45, 92 0xe5, SBC PC: 0x4e88, SP: 0xd3, A: 0xa0, X: 0x09, Y: 0x7a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i101] | 0.40 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54293, 233 54294, 109 54295, 115 0xe9, SBC PC: 0xd415, SP: 0xc7, A: 0x45, X: 0xb4, Y: 0x20, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i477] | 0.32 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 3090, 233 3091, 64 3092, 127 0xe9, SBC PC: 0x0c12, SP: 0xc4, A: 0x99, X: 0x26, Y: 0x2f, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i43] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25178, 233 25179, 113 25180, 156 0xe9, SBC PC: 0x625a, SP: 0xca, A: 0x2a, X: 0xd4, Y: 0x51, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i841] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13525, 229 13526, 235 13527, 186 235, 122 0xe5, SBC PC: 0x34d5, SP: 0xa8, A: 0xbb, X: 0xe1, Y: 0xf6, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i530] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29765, 229 29766, 156 29767, 20 156, 166 0xe5, SBC PC: 0x7445, SP: 0xc8, A: 0x1e, X: 0x97, Y: 0x20, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 120 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i351] | 0.34 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7640, 233 7641, 246 7642, 55 0xe9, SBC PC: 0x1dd8, SP: 0x9e, A: 0x10, X: 0xc2, Y: 0xba, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 25 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i717] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9735, 229 9736, 123 9737, 237 123, 176 0xe5, SBC PC: 0x2607, SP: 0x5a, A: 0x1c, X: 0x5a, Y: 0xd7, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i291] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21799, 233 21800, 129 21801, 219 0xe9, SBC PC: 0x5527, SP: 0x10, A: 0x5e, X: 0x48, Y: 0x10, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i416] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 15664, 233 15665, 83 15666, 25 0xe9, SBC PC: 0x3d30, SP: 0xa5, A: 0xa8, X: 0x4b, Y: 0x1a, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i167] | 0.34 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 48495, 233 48496, 121 48497, 97 0xe9, SBC PC: 0xbd6f, SP: 0xbf, A: 0x1e, X: 0xbc, Y: 0xb0, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i228] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35174, 233 35175, 206 35176, 92 0xe9, SBC PC: 0x8966, SP: 0x1f, A: 0x0d, X: 0xa8, Y: 0x80, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 62 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i44] | 0.49 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 51057, 233 51058, 113 51059, 255 0xe9, SBC PC: 0xc771, SP: 0xe6, A: 0x6c, X: 0x0b, Y: 0x80, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i776] | 0.32 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7415, 229 7416, 121 7417, 54 121, 117 0xe5, SBC PC: 0x1cf7, SP: 0x35, A: 0x9a, X: 0xd4, Y: 0x5f, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i478] | 0.48 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45122, 233 45123, 180 45124, 108 0xe9, SBC PC: 0xb042, SP: 0x5d, A: 0xe6, X: 0x76, Y: 0xd4, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i652] | 0.41 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62912, 229 62913, 1 62914, 112 1, 44 0xe5, SBC PC: 0xf5c0, SP: 0x5e, A: 0x12, X: 0x45, Y: 0x89, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i965] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41763, 229 41764, 128 41765, 120 128, 10 0xe5, SBC PC: 0xa323, SP: 0xb1, A: 0xc7, X: 0xf4, Y: 0xb4, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i102] | 0.57 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63193, 233 63194, 102 63195, 217 0xe9, SBC PC: 0xf6d9, SP: 0x8e, A: 0x6b, X: 0x74, Y: 0x63, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i903] | 0.53 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36896, 229 36897, 136 36898, 28 136, 164 0xe5, SBC PC: 0x9020, SP: 0x73, A: 0x34, X: 0xae, Y: 0x6f, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i352] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56449, 233 56450, 50 56451, 65 0xe9, SBC PC: 0xdc81, SP: 0x0a, A: 0xfd, X: 0xa1, Y: 0x9e, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 458 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i292] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35879, 233 35880, 167 35881, 67 0xe9, SBC PC: 0x8c27, SP: 0x46, A: 0xeb, X: 0x44, Y: 0x8b, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i594] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47691, 229 47692, 93 47693, 14 93, 203 0xe5, SBC PC: 0xba4b, SP: 0x8e, A: 0x4f, X: 0xac, Y: 0xb7, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i168] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55725, 233 55726, 5 55727, 156 0xe9, SBC PC: 0xd9ad, SP: 0x69, A: 0x10, X: 0xea, Y: 0x30, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i842] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6281, 229 6282, 254 6283, 211 254, 222 0xe5, SBC PC: 0x1889, SP: 0xa3, A: 0xef, X: 0xbb, Y: 0x86, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i777] | 0.50 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64574, 229 64575, 176 64576, 165 176, 232 0xe5, SBC PC: 0xfc3e, SP: 0x5c, A: 0xed, X: 0x50, Y: 0x49, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i531] | 0.55 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36259, 229 36260, 175 36261, 110 175, 113 0xe5, SBC PC: 0x8da3, SP: 0x93, A: 0x56, X: 0xd2, Y: 0x03, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i417] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 10106, 233 10107, 215 10108, 4 0xe9, SBC PC: 0x277a, SP: 0x9e, A: 0x98, X: 0xd9, Y: 0x0c, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i653] | 0.52 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23525, 229 23526, 233 23527, 82 233, 64 0xe5, SBC PC: 0x5be5, SP: 0xb2, A: 0x6a, X: 0x17, Y: 0xd3, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i718] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10384, 229 10385, 69 10386, 246 69, 118 0xe5, SBC PC: 0x2890, SP: 0x7b, A: 0x18, X: 0xec, Y: 0xc7, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i229] | 0.32 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14242, 233 14243, 116 14244, 91 0xe9, SBC PC: 0x37a2, SP: 0xf8, A: 0xd1, X: 0xd8, Y: 0x9f, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i479] | 0.32 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63079, 233 63080, 176 63081, 26 0xe9, SBC PC: 0xf667, SP: 0xb1, A: 0x9e, X: 0x3e, Y: 0x99, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i45] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62279, 233 62280, 4 62281, 2 0xe9, SBC PC: 0xf347, SP: 0x2f, A: 0x40, X: 0x3f, Y: 0x68, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i966] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41771, 229 41772, 114 41773, 8 114, 255 0xe5, SBC PC: 0xa32b, SP: 0x52, A: 0x90, X: 0x79, Y: 0x01, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i103] | 0.38 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63007, 233 63008, 93 63009, 123 0xe9, SBC PC: 0xf61f, SP: 0xcb, A: 0x68, X: 0xee, Y: 0xff, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i904] | 0.56 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58439, 229 58440, 130 58441, 53 130, 45 0xe5, SBC PC: 0xe447, SP: 0xbd, A: 0x87, X: 0x42, Y: 0x5f, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i418] | 0.47 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56327, 233 56328, 15 56329, 61 0xe9, SBC PC: 0xdc07, SP: 0xb0, A: 0xd3, X: 0x06, Y: 0x46, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 451 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i293] | 0.32 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35120, 233 35121, 128 35122, 189 0xe9, SBC PC: 0x8930, SP: 0x36, A: 0xbf, X: 0x3d, Y: 0xd5, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i230] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 718, 233 719, 63 720, 207 0xe9, SBC PC: 0x02ce, SP: 0x85, A: 0xd4, X: 0xd5, Y: 0xda, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i169] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4164, 233 4165, 224 4166, 178 0xe9, SBC PC: 0x1044, SP: 0xbb, A: 0xbb, X: 0x9a, Y: 0x3a, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i353] | 0.37 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8975, 233 8976, 136 8977, 161 0xe9, SBC PC: 0x230f, SP: 0xb5, A: 0x7d, X: 0x45, Y: 0x89, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i595] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24854, 229 24855, 134 24856, 60 134, 248 0xe5, SBC PC: 0x6116, SP: 0x94, A: 0x4f, X: 0x87, Y: 0xb8, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 87 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i480] | 0.50 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35171, 233 35172, 14 35173, 55 0xe9, SBC PC: 0x8963, SP: 0xb1, A: 0x4b, X: 0x7d, Y: 0xe3, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i46] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56541, 233 56542, 57 56543, 29 0xe9, SBC PC: 0xdcdd, SP: 0x14, A: 0x78, X: 0x9c, Y: 0xf1, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i778] | 0.49 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 42789, 229 42790, 167 42791, 115 167, 228 0xe5, SBC PC: 0xa725, SP: 0x9a, A: 0x53, X: 0x4a, Y: 0x44, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i843] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33771, 229 33772, 187 33773, 112 187, 200 0xe5, SBC PC: 0x83eb, SP: 0x9b, A: 0xb3, X: 0x45, Y: 0x59, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i532] | 0.34 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31813, 229 31814, 54 31815, 211 54, 245 0xe5, SBC PC: 0x7c45, SP: 0xa3, A: 0x84, X: 0xc8, Y: 0x3e, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i654] | 0.54 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 58928, 229 58929, 156 58930, 8 156, 248 0xe5, SBC PC: 0xe630, SP: 0xf1, A: 0x78, X: 0x8f, Y: 0xe5, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i719] | 0.61 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35431, 229 35432, 121 35433, 115 121, 110 0xe5, SBC PC: 0x8a67, SP: 0xa5, A: 0x07, X: 0xe0, Y: 0xa4, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i104] | 0.54 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54193, 233 54194, 167 54195, 147 0xe9, SBC PC: 0xd3b1, SP: 0xa7, A: 0x64, X: 0x16, Y: 0x0d, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i294] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 33364, 233 33365, 52 33366, 202 0xe9, SBC PC: 0x8254, SP: 0x56, A: 0x2b, X: 0xb2, Y: 0x2c, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i170] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 57415, 233 57416, 57 57417, 34 0xe9, SBC PC: 0xe047, SP: 0x0e, A: 0x27, X: 0x3e, Y: 0x74, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i354] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 26933, 233 26934, 157 26935, 202 0xe9, SBC PC: 0x6935, SP: 0xf1, A: 0xcb, X: 0x04, Y: 0xa1, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i419] | 0.35 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42049, 233 42050, 6 42051, 135 0xe9, SBC PC: 0xa441, SP: 0xbe, A: 0xaf, X: 0xd8, Y: 0x74, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 424 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i905] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10604, 229 10605, 194 10606, 225 194, 137 0xe5, SBC PC: 0x296c, SP: 0xda, A: 0xdb, X: 0xe2, Y: 0xac, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i967] | 0.72 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54452, 229 54453, 249 54454, 154 249, 176 0xe5, SBC PC: 0xd4b4, SP: 0x9a, A: 0x00, X: 0xc5, Y: 0x75, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 80 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i533] | 0.50 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12322, 229 12323, 252 12324, 27 252, 50 0xe5, SBC PC: 0x3022, SP: 0x64, A: 0xd8, X: 0x8f, Y: 0x34, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i231] | 0.33 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19619, 233 19620, 188 19621, 232 0xe9, SBC PC: 0x4ca3, SP: 0xec, A: 0x21, X: 0xf3, Y: 0xc8, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i47] | 0.33 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1472, 233 1473, 159 1474, 113 0xe9, SBC PC: 0x05c0, SP: 0x43, A: 0x62, X: 0x56, Y: 0x96, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i481] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 7611, 233 7612, 210 7613, 84 0xe9, SBC PC: 0x1dbb, SP: 0x4e, A: 0x76, X: 0x4e, Y: 0xa1, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i779] | 0.53 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53915, 229 53916, 74 53917, 120 74, 204 0xe5, SBC PC: 0xd29b, SP: 0x1c, A: 0x20, X: 0xd2, Y: 0x17, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 83 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i596] | 0.36 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33711, 229 33712, 187 33713, 104 187, 107 0xe5, SBC PC: 0x83af, SP: 0xfe, A: 0x32, X: 0x8a, Y: 0x1e, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i844] | 0.35 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53685, 229 53686, 57 53687, 252 57, 31 0xe5, SBC PC: 0xd1b5, SP: 0x36, A: 0x23, X: 0x1c, Y: 0xa2, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i655] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29620, 229 29621, 51 29622, 103 51, 72 0xe5, SBC PC: 0x73b4, SP: 0x97, A: 0x7e, X: 0xc7, Y: 0xd0, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i420] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14616, 233 14617, 20 14618, 88 0xe9, SBC PC: 0x3918, SP: 0xa2, A: 0xa5, X: 0xab, Y: 0xf7, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i295] | 0.33 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63983, 233 63984, 27 63985, 161 0xe9, SBC PC: 0xf9ef, SP: 0xdc, A: 0xff, X: 0x83, Y: 0xc1, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 484 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i105] | 0.40 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 3264, 233 3265, 36 3266, 168 0xe9, SBC PC: 0x0cc0, SP: 0x09, A: 0x36, X: 0x3c, Y: 0xfa, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i720] | 0.35 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3294, 229 3295, 47 3296, 160 47, 116 0xe5, SBC PC: 0x0cde, SP: 0x0d, A: 0xd8, X: 0x23, Y: 0xd2, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i171] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62481, 233 62482, 172 62483, 21 0xe9, SBC PC: 0xf411, SP: 0xa9, A: 0xf2, X: 0x6b, Y: 0xd2, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i232] | 0.49 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14234, 233 14235, 46 14236, 216 0xe9, SBC PC: 0x379a, SP: 0x2e, A: 0x27, X: 0xd8, Y: 0x12, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i48] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9318, 233 9319, 12 9320, 117 0xe9, SBC PC: 0x2466, SP: 0xba, A: 0x1d, X: 0xd0, Y: 0x93, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i482] | 0.51 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53639, 233 53640, 90 53641, 33 0xe9, SBC PC: 0xd187, SP: 0xf8, A: 0xaf, X: 0x3d, Y: 0x12, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i355] | 0.36 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 63993, 233 63994, 66 63995, 96 0xe9, SBC PC: 0xf9f9, SP: 0xf9, A: 0xb2, X: 0x88, Y: 0x00, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i597] | 0.49 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26584, 229 26585, 231 26586, 138 231, 109 0xe5, SBC PC: 0x67d8, SP: 0x70, A: 0x7d, X: 0xb0, Y: 0xf8, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i534] | 0.52 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16882, 229 16883, 160 16884, 9 160, 251 0xe5, SBC PC: 0x41f2, SP: 0x72, A: 0x0e, X: 0x0f, Y: 0x1c, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 18 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i845] | 0.48 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 57869, 229 57870, 175 57871, 224 175, 3 0xe5, SBC PC: 0xe20d, SP: 0x7f, A: 0x4d, X: 0xf3, Y: 0x33, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i906] | 0.34 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 37893, 229 37894, 91 37895, 86 91, 201 0xe5, SBC PC: 0x9405, SP: 0xe3, A: 0x23, X: 0x74, Y: 0xa2, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 89 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i780] | 0.54 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 25450, 229 25451, 172 25452, 88 172, 47 0xe5, SBC PC: 0x636a, SP: 0xfe, A: 0xfe, X: 0xd5, Y: 0xe9, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 462 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i296] | 0.50 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60494, 233 60495, 227 60496, 212 0xe9, SBC PC: 0xec4e, SP: 0x9e, A: 0xee, X: 0x7f, Y: 0x85, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i172] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54421, 233 54422, 135 54423, 203 0xe9, SBC PC: 0xd495, SP: 0xea, A: 0xd8, X: 0x5b, Y: 0xd5, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i721] | 0.50 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 65450, 229 65451, 138 65452, 225 138, 22 0xe5, SBC PC: 0xffaa, SP: 0x5e, A: 0xe3, X: 0xb8, Y: 0x42, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 461 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i106] | 0.53 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45133, 233 45134, 144 45135, 107 0xe9, SBC PC: 0xb04d, SP: 0x3c, A: 0xb0, X: 0x3a, Y: 0xec, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i968] | 0.42 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13820, 229 13821, 92 13822, 127 92, 233 0xe5, SBC PC: 0x35fc, SP: 0xa7, A: 0xfa, X: 0x91, Y: 0x79, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i421] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54579, 233 54580, 179 54581, 114 0xe9, SBC PC: 0xd533, SP: 0x15, A: 0xa0, X: 0xef, Y: 0xae, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i233] | 0.34 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 10694, 233 10695, 179 10696, 245 0xe9, SBC PC: 0x29c6, SP: 0xb8, A: 0xf1, X: 0x56, Y: 0x1e, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i656] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 15634, 229 15635, 61 15636, 209 61, 116 0xe5, SBC PC: 0x3d12, SP: 0x23, A: 0xbe, X: 0x34, Y: 0x16, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i356] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56567, 233 56568, 180 56569, 203 0xe9, SBC PC: 0xdcf7, SP: 0xef, A: 0x4b, X: 0xbd, Y: 0x33, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 151 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i49] | 0.33 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8823, 233 8824, 241 8825, 113 0xe9, SBC PC: 0x2277, SP: 0xe8, A: 0x9d, X: 0x2d, Y: 0x1c, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i483] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34540, 233 34541, 107 34542, 29 0xe9, SBC PC: 0x86ec, SP: 0x45, A: 0xba, X: 0xee, Y: 0x92, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i907] | 0.47 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13074, 229 13075, 159 13076, 51 159, 69 0xe5, SBC PC: 0x3312, SP: 0x24, A: 0xf4, X: 0xfc, Y: 0xf2, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i598] | 0.50 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62764, 229 62765, 161 62766, 76 161, 32 0xe5, SBC PC: 0xf52c, SP: 0xaf, A: 0xe9, X: 0xb1, Y: 0x37, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 456 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i846] | 0.48 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54570, 229 54571, 174 54572, 49 174, 116 0xe5, SBC PC: 0xd52a, SP: 0x19, A: 0x58, X: 0x41, Y: 0x1a, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i535] | 0.52 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4815, 229 4816, 171 4817, 47 171, 18 0xe5, SBC PC: 0x12cf, SP: 0x3e, A: 0x2c, X: 0x56, Y: 0xd1, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i422] | 0.48 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 1093, 233 1094, 56 1095, 140 0xe9, SBC PC: 0x0445, SP: 0x40, A: 0xb0, X: 0x71, Y: 0xad, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i297] | 0.35 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29431, 233 29432, 144 29433, 251 0xe9, SBC PC: 0x72f7, SP: 0x92, A: 0x55, X: 0x91, Y: 0xc8, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i781] | 0.57 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49829, 229 49830, 37 49831, 55 37, 184 0xe5, SBC PC: 0xc2a5, SP: 0x65, A: 0x85, X: 0xc1, Y: 0x5b, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i969] | 0.49 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 50457, 229 50458, 27 50459, 58 27, 55 0xe5, SBC PC: 0xc519, SP: 0xdb, A: 0xcc, X: 0x29, Y: 0x4d, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i173] | 0.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30702, 233 30703, 202 30704, 246 0xe9, SBC PC: 0x77ee, SP: 0x44, A: 0xba, X: 0xb9, Y: 0xf1, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i722] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59625, 229 59626, 68 59627, 135 68, 18 0xe5, SBC PC: 0xe8e9, SP: 0x29, A: 0x3c, X: 0x34, Y: 0x76, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i234] | 0.50 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 14756, 233 14757, 220 14758, 186 0xe9, SBC PC: 0x39a4, SP: 0x98, A: 0x8f, X: 0x86, Y: 0x23, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i50] | 0.49 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5813, 233 5814, 63 5815, 201 0xe9, SBC PC: 0x16b5, SP: 0x66, A: 0x3e, X: 0x45, Y: 0x3c, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i484] | 0.50 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 20567, 233 20568, 177 20569, 39 0xe9, SBC PC: 0x5057, SP: 0x25, A: 0x17, X: 0xd3, Y: 0x4f, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i107] | 0.37 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 44151, 233 44152, 157 44153, 102 0xe9, SBC PC: 0xac77, SP: 0x1e, A: 0xc1, X: 0xca, Y: 0xd1, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i908] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 42508, 229 42509, 13 42510, 64 13, 180 0xe5, SBC PC: 0xa60c, SP: 0xf1, A: 0x7e, X: 0x81, Y: 0x7d, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i357] | 0.39 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 28044, 233 28045, 70 28046, 71 0xe9, SBC PC: 0x6d8c, SP: 0x4e, A: 0x60, X: 0xd3, Y: 0xa2, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i298] | 0.52 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 601, 233 602, 8 603, 119 0xe9, SBC PC: 0x0259, SP: 0x2a, A: 0x9e, X: 0xe7, Y: 0x5d, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i847] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21526, 229 21527, 93 21528, 196 93, 13 0xe5, SBC PC: 0x5416, SP: 0x96, A: 0xd0, X: 0xd0, Y: 0x28, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 450 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i174] | 0.50 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 10834, 233 10835, 49 10836, 18 0xe9, SBC PC: 0x2a52, SP: 0x25, A: 0xe5, X: 0x6b, Y: 0x08, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i599] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30738, 229 30739, 66 30740, 242 66, 6 0xe5, SBC PC: 0x7812, SP: 0x92, A: 0xe9, X: 0xb7, Y: 0xe1, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 482 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i657] | 0.55 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30088, 229 30089, 28 30090, 63 28, 156 0xe5, SBC PC: 0x7588, SP: 0xd9, A: 0xf2, X: 0xfd, Y: 0x14, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i536] | 0.64 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 28047, 229 28048, 25 28049, 113 25, 233 0xe5, SBC PC: 0x6d8f, SP: 0xd8, A: 0x67, X: 0x5e, Y: 0x30, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i423] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 40458, 233 40459, 253 40460, 3 0xe9, SBC PC: 0x9e0a, SP: 0xa5, A: 0x2d, X: 0xc2, Y: 0xae, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 47 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i108] | 0.52 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 15025, 233 15026, 43 15027, 225 0xe9, SBC PC: 0x3ab1, SP: 0x55, A: 0x28, X: 0x84, Y: 0x50, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i970] | 0.48 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 45076, 229 45077, 225 45078, 94 225, 222 0xe5, SBC PC: 0xb014, SP: 0xe9, A: 0xf7, X: 0xf0, Y: 0x9d, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i51] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 52003, 233 52004, 120 52005, 62 0xe9, SBC PC: 0xcb23, SP: 0x5f, A: 0xa1, X: 0xec, Y: 0x00, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i235] | 0.34 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19405, 233 19406, 74 19407, 130 0xe9, SBC PC: 0x4bcd, SP: 0xf2, A: 0x3c, X: 0xce, Y: 0x4d, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i782] | 0.36 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 46338, 229 46339, 175 46340, 155 175, 192 0xe5, SBC PC: 0xb502, SP: 0xca, A: 0x8a, X: 0x1c, Y: 0x89, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 202 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i485] | 0.34 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 23431, 233 23432, 164 23433, 187 0xe9, SBC PC: 0x5b87, SP: 0xb9, A: 0x82, X: 0x2b, Y: 0xfd, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i723] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54725, 229 54726, 33 54727, 149 33, 88 0xe5, SBC PC: 0xd5c5, SP: 0x77, A: 0x89, X: 0x67, Y: 0x9a, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i358] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13812, 233 13813, 69 13814, 74 0xe9, SBC PC: 0x35f4, SP: 0xcf, A: 0xf6, X: 0x44, Y: 0x46, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i424] | 0.50 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5296, 233 5297, 9 5298, 174 0xe9, SBC PC: 0x14b0, SP: 0x25, A: 0x3d, X: 0x1f, Y: 0x12, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i909] | 0.53 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 43999, 229 44000, 239 44001, 3 239, 154 0xe5, SBC PC: 0xabdf, SP: 0xd8, A: 0xfc, X: 0x88, Y: 0x7f, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i299] | 0.34 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 6782, 233 6783, 70 6784, 36 0xe9, SBC PC: 0x1a7e, SP: 0xc2, A: 0xa6, X: 0x79, Y: 0x3a, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i175] | 0.33 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29374, 233 29375, 31 29376, 214 0xe9, SBC PC: 0x72be, SP: 0x85, A: 0x79, X: 0xd9, Y: 0x83, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i52] | 0.47 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39345, 233 39346, 241 39347, 238 0xe9, SBC PC: 0x99b1, SP: 0x03, A: 0x52, X: 0x5f, Y: 0xc2, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 97 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i600] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14917, 229 14918, 170 14919, 232 170, 85 0xe5, SBC PC: 0x3a45, SP: 0x5c, A: 0x1b, X: 0x9d, Y: 0x3d, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i848] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11895, 229 11896, 109 11897, 242 109, 6 0xe5, SBC PC: 0x2e77, SP: 0x29, A: 0x5a, X: 0x6d, Y: 0xa3, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i236] | 0.58 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9785, 233 9786, 214 9787, 185 0xe9, SBC PC: 0x2639, SP: 0x47, A: 0x4f, X: 0x8a, Y: 0xd5, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 120 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i658] | 0.38 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38716, 229 38717, 215 38718, 104 215, 14 0xe5, SBC PC: 0x973c, SP: 0x42, A: 0x1e, X: 0xd2, Y: 0xcc, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i783] | 0.49 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59423, 229 59424, 195 59425, 150 195, 15 0xe5, SBC PC: 0xe81f, SP: 0x53, A: 0x13, X: 0xe4, Y: 0xcc, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i486] | 0.51 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42743, 233 42744, 143 42745, 122 0xe9, SBC PC: 0xa6f7, SP: 0xff, A: 0x56, X: 0x89, Y: 0x37, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i971] | 0.52 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35873, 229 35874, 22 35875, 158 22, 28 0xe5, SBC PC: 0x8c21, SP: 0x01, A: 0x7e, X: 0x94, Y: 0x09, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i109] | 0.30 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5566, 233 5567, 92 5568, 111 0xe9, SBC PC: 0x15be, SP: 0x8d, A: 0x9c, X: 0x08, Y: 0x16, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i537] | 0.64 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4676, 229 4677, 241 4678, 149 241, 29 0xe5, SBC PC: 0x1244, SP: 0x00, A: 0xe7, X: 0x29, Y: 0xd7, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i724] | 0.57 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 22194, 229 22195, 17 22196, 99 17, 83 0xe5, SBC PC: 0x56b2, SP: 0xa9, A: 0x03, X: 0x74, Y: 0x3b, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i300] | 0.52 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18573, 233 18574, 244 18575, 229 0xe9, SBC PC: 0x488d, SP: 0xc3, A: 0xce, X: 0xbb, Y: 0x88, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i176] | 0.51 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 21231, 233 21232, 235 21233, 15 0xe9, SBC PC: 0x52ef, SP: 0x89, A: 0xcb, X: 0xda, Y: 0xd6, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i359] | 0.39 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61648, 233 61649, 239 61650, 191 0xe9, SBC PC: 0xf0d0, SP: 0xbf, A: 0x18, X: 0xac, Y: 0x03, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 40 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i425] | 0.31 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 16932, 233 16933, 78 16934, 91 0xe9, SBC PC: 0x4224, SP: 0x90, A: 0xcf, X: 0xe6, Y: 0x51, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 384 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i659] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44870, 229 44871, 127 44872, 133 127, 159 0xe5, SBC PC: 0xaf46, SP: 0x1a, A: 0x7a, X: 0x94, Y: 0x8f, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i110] | 0.47 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34830, 233 34831, 143 34832, 42 0xe9, SBC PC: 0x880e, SP: 0x27, A: 0x03, X: 0x90, Y: 0xf4, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i910] | 0.54 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10558, 229 10559, 41 10560, 55 41, 152 0xe5, SBC PC: 0x293e, SP: 0xbf, A: 0x53, X: 0x35, Y: 0xf5, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i53] | 0.31 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53162, 233 53163, 116 53164, 49 0xe9, SBC PC: 0xcfaa, SP: 0xc4, A: 0x3a, X: 0x9e, Y: 0xf6, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i784] | 0.51 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6123, 229 6124, 16 6125, 169 16, 133 0xe5, SBC PC: 0x17eb, SP: 0xd1, A: 0x65, X: 0x1f, Y: 0x21, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i849] | 0.36 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34589, 229 34590, 99 34591, 233 99, 75 0xe5, SBC PC: 0x871d, SP: 0xae, A: 0x1d, X: 0x44, Y: 0x23, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i487] | 0.34 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12321, 233 12322, 137 12323, 165 0xe9, SBC PC: 0x3021, SP: 0xf6, A: 0xde, X: 0x7a, Y: 0x04, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i601] | 0.36 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51007, 229 51008, 202 51009, 125 202, 176 0xe5, SBC PC: 0xc73f, SP: 0x03, A: 0x31, X: 0x6c, Y: 0x81, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i237] | 0.37 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45117, 233 45118, 147 45119, 65 0xe9, SBC PC: 0xb03d, SP: 0x94, A: 0x21, X: 0xc6, Y: 0x18, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i972] | 0.55 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31801, 229 31802, 24 31803, 81 24, 206 0xe5, SBC PC: 0x7c39, SP: 0xd9, A: 0xcb, X: 0x0a, Y: 0xba, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i426] | 0.52 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62621, 233 62622, 24 62623, 249 0xe9, SBC PC: 0xf49d, SP: 0x1e, A: 0x1c, X: 0x1e, Y: 0x65, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i360] | 0.59 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 62450, 233 62451, 125 62452, 80 0xe9, SBC PC: 0xf3f2, SP: 0x43, A: 0x50, X: 0xdc, Y: 0xa2, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i54] | 0.50 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 29021, 233 29022, 44 29023, 208 0xe9, SBC PC: 0x715d, SP: 0x8d, A: 0xf2, X: 0x37, Y: 0x3f, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 453 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i538] | 0.41 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20426, 229 20427, 202 20428, 114 202, 11 0xe5, SBC PC: 0x4fca, SP: 0x78, A: 0xa8, X: 0x88, Y: 0x55, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i177] | 0.36 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 26628, 233 26629, 221 26630, 211 0xe9, SBC PC: 0x6804, SP: 0xb6, A: 0x7c, X: 0x19, Y: 0xd9, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i301] | 0.35 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25511, 233 25512, 232 25513, 113 0xe9, SBC PC: 0x63a7, SP: 0x6c, A: 0x4e, X: 0xdd, Y: 0x35, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 102 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i725] | 0.34 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 40703, 229 40704, 229 40705, 217 229, 214 0xe5, SBC PC: 0x9eff, SP: 0x80, A: 0x99, X: 0xbd, Y: 0x29, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 194 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i111] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 10579, 233 10580, 102 10581, 118 0xe9, SBC PC: 0x2953, SP: 0xa4, A: 0x81, X: 0xa6, Y: 0xdd, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i488] | 0.51 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 33244, 233 33245, 192 33246, 221 0xe9, SBC PC: 0x81dc, SP: 0x53, A: 0xae, X: 0xad, Y: 0xd5, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i850] | 0.46 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55361, 229 55362, 244 55363, 146 244, 50 0xe5, SBC PC: 0xd841, SP: 0x48, A: 0x9e, X: 0x83, Y: 0x69, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 364 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i602] | 0.49 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 36040, 229 36041, 134 36042, 110 134, 124 0xe5, SBC PC: 0x8cc8, SP: 0x49, A: 0x28, X: 0x88, Y: 0x1c, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i911] | 0.35 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39526, 229 39527, 149 39528, 107 149, 215 0xe5, SBC PC: 0x9a66, SP: 0x5a, A: 0x5d, X: 0x8c, Y: 0x44, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i238] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 2560, 233 2561, 30 2562, 139 0xe9, SBC PC: 0x0a00, SP: 0x4a, A: 0xf8, X: 0x64, Y: 0x1c, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i660] | 0.56 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 42916, 229 42917, 116 42918, 22 116, 127 0xe5, SBC PC: 0xa7a4, SP: 0xd6, A: 0x79, X: 0x6c, Y: 0xa6, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i785] | 0.53 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13071, 229 13072, 66 13073, 48 66, 207 0xe5, SBC PC: 0x330f, SP: 0x19, A: 0x69, X: 0x4a, Y: 0x82, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i973] | 0.34 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14577, 229 14578, 48 14579, 98 48, 58 0xe5, SBC PC: 0x38f1, SP: 0x0b, A: 0x3c, X: 0x4d, Y: 0xdf, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i178] | 0.52 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 33413, 233 33414, 177 33415, 96 0xe9, SBC PC: 0x8285, SP: 0x1e, A: 0xd9, X: 0x0f, Y: 0x64, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i302] | 0.52 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 45413, 233 45414, 156 45415, 180 0xe9, SBC PC: 0xb165, SP: 0x2b, A: 0xb4, X: 0xdb, Y: 0x78, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i427] | 0.32 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 9068, 233 9069, 217 9070, 178 0xe9, SBC PC: 0x236c, SP: 0x1d, A: 0xea, X: 0x6a, Y: 0x5f, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i726] | 0.48 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24712, 229 24713, 160 24714, 202 160, 181 0xe5, SBC PC: 0x6088, SP: 0x70, A: 0x51, X: 0x36, Y: 0xde, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i112] | 0.49 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 22703, 233 22704, 133 22705, 46 0xe9, SBC PC: 0x58af, SP: 0xef, A: 0x8f, X: 0x27, Y: 0xc3, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i539] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44506, 229 44507, 242 44508, 195 242, 69 0xe5, SBC PC: 0xadda, SP: 0x51, A: 0x6e, X: 0xf9, Y: 0x05, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i55] | 0.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5830, 233 5831, 222 5832, 197 0xe9, SBC PC: 0x16c6, SP: 0xb4, A: 0x7e, X: 0x20, Y: 0x23, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i912] | 0.48 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 64229, 229 64230, 160 64231, 161 160, 125 0xe5, SBC PC: 0xfae5, SP: 0x97, A: 0xbd, X: 0x7e, Y: 0xbf, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i361] | 0.37 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 40023, 233 40024, 66 40025, 152 0xe9, SBC PC: 0x9c57, SP: 0x56, A: 0x1c, X: 0x39, Y: 0x2b, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i851] | 0.50 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17366, 229 17367, 87 17368, 189 87, 101 0xe5, SBC PC: 0x43d6, SP: 0x08, A: 0x38, X: 0xd2, Y: 0x23, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i489] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55623, 233 55624, 128 55625, 237 0xe9, SBC PC: 0xd947, SP: 0x2f, A: 0x30, X: 0x64, Y: 0xc1, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i603] | 0.53 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10487, 229 10488, 223 10489, 20 223, 198 0xe5, SBC PC: 0x28f7, SP: 0x37, A: 0xa8, X: 0xa2, Y: 0x45, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i974] | 0.48 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34172, 229 34173, 160 34174, 202 160, 148 0xe5, SBC PC: 0x857c, SP: 0xfb, A: 0x56, X: 0xfb, Y: 0xd9, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 194 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i428] | 0.50 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47333, 233 47334, 12 47335, 201 0xe9, SBC PC: 0xb8e5, SP: 0xf7, A: 0xd3, X: 0xd0, Y: 0x9e, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 455 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i661] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6646, 229 6647, 220 6648, 49 220, 54 0xe5, SBC PC: 0x19f6, SP: 0x3d, A: 0x06, X: 0x75, Y: 0xa1, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i786] | 0.56 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54052, 229 54053, 67 54054, 19 67, 230 0xe5, SBC PC: 0xd324, SP: 0xae, A: 0xb8, X: 0xb3, Y: 0x44, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i56] | 0.48 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25798, 233 25799, 17 25800, 30 0xe9, SBC PC: 0x64c6, SP: 0x4c, A: 0x65, X: 0xa5, Y: 0xaf, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i239] | 0.39 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47031, 233 47032, 197 47033, 74 0xe9, SBC PC: 0xb7b7, SP: 0xfe, A: 0x75, X: 0x9d, Y: 0x76, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i727] | 0.50 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4378, 229 4379, 143 4380, 16 143, 109 0xe5, SBC PC: 0x111a, SP: 0xba, A: 0xfd, X: 0xf7, Y: 0xef, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i179] | 0.33 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 61557, 233 61558, 1 61559, 74 0xe9, SBC PC: 0xf075, SP: 0xcf, A: 0xac, X: 0x71, Y: 0x89, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i303] | 0.35 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 27294, 233 27295, 96 27296, 101 0xe9, SBC PC: 0x6a9e, SP: 0x90, A: 0x46, X: 0xdf, Y: 0xa3, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i113] | 0.33 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 51163, 233 51164, 118 51165, 239 0xe9, SBC PC: 0xc7db, SP: 0x89, A: 0xa7, X: 0xbf, Y: 0x6c, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i362] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 4629, 233 4630, 160 4631, 200 0xe9, SBC PC: 0x1215, SP: 0x17, A: 0x70, X: 0x88, Y: 0x91, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i490] | 0.51 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39325, 233 39326, 222 39327, 20 0xe9, SBC PC: 0x999d, SP: 0xce, A: 0xb6, X: 0x62, Y: 0x52, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i540] | 0.61 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34126, 229 34127, 115 34128, 117 115, 172 0xe5, SBC PC: 0x854e, SP: 0xf2, A: 0x9a, X: 0x02, Y: 0x2a, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i913] | 0.51 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 15506, 229 15507, 124 15508, 79 124, 197 0xe5, SBC PC: 0x3c92, SP: 0x88, A: 0x61, X: 0xd5, Y: 0x7a, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i852] | 0.51 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 61074, 229 61075, 25 61076, 194 25, 4 0xe5, SBC PC: 0xee92, SP: 0x4a, A: 0x47, X: 0x0b, Y: 0x7c, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 322 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i604] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62802, 229 62803, 28 62804, 14 28, 153 0xe5, SBC PC: 0xf552, SP: 0x66, A: 0xb4, X: 0x74, Y: 0x2a, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i975] | 0.51 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13783, 229 13784, 24 13785, 58 24, 18 0xe5, SBC PC: 0x35d7, SP: 0xc5, A: 0xde, X: 0xf5, Y: 0x6b, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 459 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i240] | 0.55 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8610, 233 8611, 48 8612, 214 0xe9, SBC PC: 0x21a2, SP: 0x05, A: 0x75, X: 0x46, Y: 0x6e, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i180] | 0.49 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 37707, 233 37708, 73 37709, 172 0xe9, SBC PC: 0x934b, SP: 0x7e, A: 0x63, X: 0xa6, Y: 0xfb, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i429] | 0.33 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30456, 233 30457, 146 30458, 214 0xe9, SBC PC: 0x76f8, SP: 0x4b, A: 0x08, X: 0xa8, Y: 0xe5, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i114] | 0.51 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13565, 233 13566, 255 13567, 28 0xe9, SBC PC: 0x34fd, SP: 0x05, A: 0x1f, X: 0xe8, Y: 0xda, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 32 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i304] | 0.51 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 34563, 233 34564, 201 34565, 177 0xe9, SBC PC: 0x8703, SP: 0x86, A: 0x2b, X: 0x80, Y: 0x49, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i57] | 0.30 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 42715, 233 42716, 138 42717, 225 0xe9, SBC PC: 0xa6db, SP: 0x10, A: 0xaa, X: 0xe1, Y: 0x9a, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i787] | 0.33 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13301, 229 13302, 26 13303, 50 26, 157 0xe5, SBC PC: 0x33f5, SP: 0xfa, A: 0xb8, X: 0x25, Y: 0xc9, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i662] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 28220, 229 28221, 78 28222, 191 78, 121 0xe5, SBC PC: 0x6e3c, SP: 0x46, A: 0xe7, X: 0x27, Y: 0xc2, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i728] | 0.53 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14771, 229 14772, 187 14773, 9 187, 177 0xe5, SBC PC: 0x39b3, SP: 0x62, A: 0xcc, X: 0x4c, Y: 0x82, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i491] | 0.34 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 13338, 233 13339, 168 13340, 210 0xe9, SBC PC: 0x341a, SP: 0xf8, A: 0x2e, X: 0xac, Y: 0x74, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i363] | 0.37 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 65077, 233 65078, 222 65079, 203 0xe9, SBC PC: 0xfe35, SP: 0x22, A: 0x67, X: 0x3f, Y: 0x31, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i914] | 0.53 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44349, 229 44350, 250 44351, 36 250, 115 0xe5, SBC PC: 0xad3d, SP: 0x31, A: 0x79, X: 0xb0, Y: 0xfa, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i430] | 0.51 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 39906, 233 39907, 9 39908, 225 0xe9, SBC PC: 0x9be2, SP: 0xa1, A: 0x7a, X: 0xdf, Y: 0xc3, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i58] | 0.51 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60913, 233 60914, 190 60915, 231 0xe9, SBC PC: 0xedf1, SP: 0x20, A: 0x7e, X: 0x21, Y: 0x20, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i853] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30728, 229 30729, 108 30730, 219 108, 184 0xe5, SBC PC: 0x7808, SP: 0x1f, A: 0xb3, X: 0x67, Y: 0x3f, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i541] | 0.67 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26422, 229 26423, 7 26424, 57 7, 233 0xe5, SBC PC: 0x6736, SP: 0x43, A: 0xb6, X: 0xed, Y: 0x3c, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i788] | 0.49 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60074, 229 60075, 152 60076, 189 152, 133 0xe5, SBC PC: 0xeaaa, SP: 0xbb, A: 0x9d, X: 0x5a, Y: 0xdb, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i976] | 0.50 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33259, 229 33260, 138 33261, 188 138, 120 0xe5, SBC PC: 0x81eb, SP: 0xf1, A: 0x19, X: 0x04, Y: 0x76, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i605] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9125, 229 9126, 222 9127, 126 222, 162 0xe5, SBC PC: 0x23a5, SP: 0xad, A: 0xce, X: 0x10, Y: 0xeb, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i181] | 0.31 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 35695, 233 35696, 12 35697, 68 0xe9, SBC PC: 0x8b6f, SP: 0x88, A: 0x80, X: 0x08, Y: 0xd3, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i305] | 0.35 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 12597, 233 12598, 223 12599, 11 0xe9, SBC PC: 0x3135, SP: 0x05, A: 0xdb, X: 0xf0, Y: 0xac, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i115] | 0.35 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 41943, 233 41944, 102 41945, 194 0xe9, SBC PC: 0xa3d7, SP: 0x74, A: 0x29, X: 0x13, Y: 0x5c, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i241] | 0.43 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 27585, 233 27586, 124 27587, 119 0xe9, SBC PC: 0x6bc1, SP: 0x49, A: 0x17, X: 0xca, Y: 0x23, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i492] | 0.49 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 11581, 233 11582, 89 11583, 44 0xe9, SBC PC: 0x2d3d, SP: 0x6d, A: 0xdd, X: 0xc8, Y: 0x7f, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 387 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i364] | 0.51 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 40033, 233 40034, 18 40035, 231 0xe9, SBC PC: 0x9c61, SP: 0x27, A: 0x13, X: 0xcf, Y: 0x7f, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i729] | 0.62 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38262, 229 38263, 250 38264, 251 250, 100 0xe5, SBC PC: 0x9576, SP: 0x3e, A: 0x0e, X: 0x00, Y: 0x63, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i663] | 0.44 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 342, 229 343, 138 344, 124 138, 211 0xe5, SBC PC: 0x0156, SP: 0xf7, A: 0x5d, X: 0x9a, Y: 0xf7, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i182] | 0.54 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30810, 233 30811, 122 30812, 163 0xe9, SBC PC: 0x785a, SP: 0x14, A: 0xc0, X: 0x09, Y: 0xef, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i915] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11783, 229 11784, 49 11785, 184 49, 208 0xe5, SBC PC: 0x2e07, SP: 0x15, A: 0x3e, X: 0x16, Y: 0x72, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 110 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i431] | 0.37 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 47149, 233 47150, 250 47151, 109 0xe9, SBC PC: 0xb82d, SP: 0x89, A: 0xf5, X: 0x7d, Y: 0x1d, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i116] | 0.61 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31134, 233 31135, 179 31136, 193 0xe9, SBC PC: 0x799e, SP: 0xc2, A: 0x62, X: 0xf8, Y: 0xe7, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i306] | 0.53 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60467, 233 60468, 178 60469, 51 0xe9, SBC PC: 0xec33, SP: 0xeb, A: 0x56, X: 0x94, Y: 0x27, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i59] | 0.36 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 46974, 233 46975, 222 46976, 84 0xe9, SBC PC: 0xb77e, SP: 0xc7, A: 0x1c, X: 0x88, Y: 0x39, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i854] | 0.59 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8679, 229 8680, 129 8681, 1 129, 182 0xe5, SBC PC: 0x21e7, SP: 0x5f, A: 0x89, X: 0x17, Y: 0xea, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i789] | 0.50 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35300, 229 35301, 177 35302, 102 177, 210 0xe5, SBC PC: 0x89e4, SP: 0x4b, A: 0x66, X: 0x85, Y: 0x4e, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i242] | 0.57 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49881, 233 49882, 167 49883, 44 0xe9, SBC PC: 0xc2d9, SP: 0x84, A: 0x5a, X: 0x7c, Y: 0xe3, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i977] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3640, 229 3641, 188 3642, 24 188, 253 0xe5, SBC PC: 0x0e38, SP: 0xc7, A: 0x01, X: 0x4b, Y: 0xac, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 4 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i606] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 40189, 229 40190, 11 40191, 23 11, 33 0xe5, SBC PC: 0x9cfd, SP: 0x0f, A: 0xac, X: 0x7b, Y: 0x5e, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 394 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i542] | 0.53 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41111, 229 41112, 142 41113, 194 142, 46 0xe5, SBC PC: 0xa097, SP: 0x7c, A: 0x84, X: 0xb2, Y: 0x83, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i493] | 0.33 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 49460, 233 49461, 178 49462, 25 0xe9, SBC PC: 0xc134, SP: 0xc9, A: 0x52, X: 0xc2, Y: 0x9a, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i365] | 0.32 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 32914, 233 32915, 49 32916, 58 0xe9, SBC PC: 0x8092, SP: 0x3a, A: 0x8b, X: 0x06, Y: 0x95, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i664] | 0.56 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24134, 229 24135, 128 24136, 180 128, 6 0xe5, SBC PC: 0x5e46, SP: 0xd6, A: 0x66, X: 0x5b, Y: 0x4b, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i432] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 56301, 233 56302, 218 56303, 200 0xe9, SBC PC: 0xdbed, SP: 0x56, A: 0xe2, X: 0x4c, Y: 0xfd, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i60] | 0.50 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 54248, 233 54249, 229 54250, 113 0xe9, SBC PC: 0xd3e8, SP: 0x49, A: 0x9c, X: 0xab, Y: 0xbe, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i730] | 0.67 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30694, 229 30695, 77 30696, 139 77, 16 0xe5, SBC PC: 0x77e6, SP: 0xf1, A: 0x53, X: 0xf9, Y: 0x06, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i183] | 0.33 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 20663, 233 20664, 153 20665, 192 0xe9, SBC PC: 0x50b7, SP: 0x5a, A: 0x58, X: 0x15, Y: 0x13, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i494] | 0.51 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19798, 233 19799, 169 19800, 120 0xe9, SBC PC: 0x4d56, SP: 0x48, A: 0xc1, X: 0xe5, Y: 0xc5, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i307] | 0.32 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 31228, 233 31229, 62 31230, 184 0xe9, SBC PC: 0x79fc, SP: 0x92, A: 0xfc, X: 0x90, Y: 0x28, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 445 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i790] | 0.53 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62815, 229 62816, 120 62817, 153 120, 44 0xe5, SBC PC: 0xf55f, SP: 0xf1, A: 0x6d, X: 0x59, Y: 0x56, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i366] | 0.51 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55737, 233 55738, 98 55739, 234 0xe9, SBC PC: 0xd9b9, SP: 0xd9, A: 0x5d, X: 0x78, Y: 0xcd, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i916] | 0.57 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35386, 229 35387, 39 35388, 162 39, 164 0xe5, SBC PC: 0x8a3a, SP: 0xe5, A: 0x65, X: 0x5e, Y: 0x57, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i117] | 0.39 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25253, 233 25254, 164 25255, 105 0xe9, SBC PC: 0x62a5, SP: 0x68, A: 0x5f, X: 0xd5, Y: 0x45, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i855] | 0.36 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 45578, 229 45579, 111 45580, 234 111, 173 0xe5, SBC PC: 0xb20a, SP: 0x10, A: 0x82, X: 0x06, Y: 0x86, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i243] | 0.34 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 25720, 233 25721, 187 25722, 79 0xe9, SBC PC: 0x6478, SP: 0x69, A: 0x6d, X: 0x86, Y: 0x6e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i978] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7542, 229 7543, 135 7544, 106 135, 13 0xe5, SBC PC: 0x1d76, SP: 0xd8, A: 0xde, X: 0xeb, Y: 0x66, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 465 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i543] | 0.34 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8364, 229 8365, 250 8366, 40 250, 42 0xe5, SBC PC: 0x20ac, SP: 0x81, A: 0x26, X: 0xd3, Y: 0x8c, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i607] | 0.35 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44981, 229 44982, 237 44983, 162 237, 81 0xe5, SBC PC: 0xafb5, SP: 0xff, A: 0x25, X: 0x9d, Y: 0xf2, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i184] | 0.54 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 53755, 233 53756, 77 53757, 118 0xe9, SBC PC: 0xd1fb, SP: 0xb0, A: 0xba, X: 0xf5, Y: 0x80, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i433] | 0.37 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58459, 233 58460, 19 58461, 0 0xe9, SBC PC: 0xe45b, SP: 0x91, A: 0x1d, X: 0x38, Y: 0x93, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i308] | 0.51 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 60445, 233 60446, 127 60447, 109 0xe9, SBC PC: 0xec1d, SP: 0x99, A: 0x5b, X: 0x56, Y: 0x4b, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i61] | 0.36 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 19244, 233 19245, 72 19246, 111 0xe9, SBC PC: 0x4b2c, SP: 0xaf, A: 0x64, X: 0xee, Y: 0xb8, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i665] | 0.51 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 65070, 229 65071, 194 65072, 45 194, 4 0xe5, SBC PC: 0xfe2e, SP: 0xe6, A: 0x59, X: 0x4d, Y: 0xa4, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i856] | 0.50 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62143, 229 62144, 34 62145, 190 34, 200 0xe5, SBC PC: 0xf2bf, SP: 0xa7, A: 0x2d, X: 0xe2, Y: 0xc2, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 100 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i244] | 0.53 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 15972, 233 15973, 0 15974, 90 0xe9, SBC PC: 0x3e64, SP: 0xf7, A: 0x0d, X: 0xea, Y: 0x87, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i118] | 0.55 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 10403, 233 10404, 208 10405, 161 0xe9, SBC PC: 0x28a3, SP: 0x34, A: 0xc3, X: 0x36, Y: 0x5c, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i495] | 0.34 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 3984, 233 3985, 145 3986, 27 0xe9, SBC PC: 0x0f90, SP: 0x63, A: 0x01, X: 0xa9, Y: 0x10, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i544] | 0.50 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6042, 229 6043, 9 6044, 85 9, 136 0xe5, SBC PC: 0x179a, SP: 0x44, A: 0x90, X: 0xaa, Y: 0x0d, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i608] | 0.50 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9639, 229 9640, 227 9641, 63 227, 82 0xe5, SBC PC: 0x25a7, SP: 0x89, A: 0xd6, X: 0xaf, Y: 0xa9, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i791] | 0.56 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 30617, 229 30618, 109 30619, 252 109, 61 0xe5, SBC PC: 0x7799, SP: 0xd8, A: 0x53, X: 0x85, Y: 0xc1, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i731] | 0.38 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10160, 229 10161, 39 10162, 83 39, 1 0xe5, SBC PC: 0x27b0, SP: 0x82, A: 0x60, X: 0x66, Y: 0x37, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i367] | 0.33 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 18774, 233 18775, 183 18776, 237 0xe9, SBC PC: 0x4956, SP: 0xdd, A: 0x09, X: 0xd1, Y: 0x58, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 81 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i917] | 0.42 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20598, 229 20599, 23 20600, 220 23, 60 0xe5, SBC PC: 0x5076, SP: 0xdc, A: 0xcb, X: 0x50, Y: 0xc1, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 398 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i992] | 0.53 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13225, 229 13226, 87 13227, 114 87, 251 0xe5, SBC PC: 0x33a9, SP: 0x7c, A: 0x7e, X: 0x35, Y: 0xde, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1085] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19095, 245 19096, 26 19097, 219 26, 244 194, 202 0xf5, SBC PC: 0x4a97, SP: 0x09, A: 0x5d, X: 0xa8, Y: 0xd9, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i979] | 0.36 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31299, 229 31300, 2 31301, 184 2, 35 0xe5, SBC PC: 0x7a43, SP: 0x91, A: 0xab, X: 0xc6, Y: 0x09, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i185] | 0.33 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 38089, 233 38090, 221 38091, 128 0xe9, SBC PC: 0x94c9, SP: 0x2b, A: 0x27, X: 0xef, Y: 0x49, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 74 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i309] | 0.34 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58606, 233 58607, 39 58608, 160 0xe9, SBC PC: 0xe4ee, SP: 0x9d, A: 0x47, X: 0xe4, Y: 0x72, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1175] | 0.56 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 50791, 245 50792, 255 50793, 95 255, 62 2, 162 0xf5, SBC PC: 0xc667, SP: 0xe0, A: 0x77, X: 0x03, Y: 0x92, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i666] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35592, 229 35593, 223 35594, 116 223, 94 0xe5, SBC PC: 0x8b08, SP: 0x79, A: 0x80, X: 0x6d, Y: 0x9a, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i368] | 0.50 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 58440, 233 58441, 87 58442, 178 0xe9, SBC PC: 0xe448, SP: 0xf7, A: 0x57, X: 0x8d, Y: 0x4e, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i857] | 0.52 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 26372, 229 26373, 74 26374, 47 74, 34 0xe5, SBC PC: 0x6704, SP: 0x5a, A: 0xce, X: 0x37, Y: 0x74, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i732] | 0.49 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 45641, 229 45642, 173 45643, 110 173, 175 0xe5, SBC PC: 0xb249, SP: 0x6b, A: 0x83, X: 0xcc, Y: 0x9d, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i245] | 0.36 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 36280, 233 36281, 111 36282, 105 0xe9, SBC PC: 0x8db8, SP: 0x59, A: 0xfc, X: 0xd0, Y: 0x32, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i545] | 0.50 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 43666, 229 43667, 115 43668, 13 115, 39 0xe5, SBC PC: 0xaa92, SP: 0x29, A: 0x3b, X: 0x48, Y: 0x99, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i119] | 0.32 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 30257, 233 30258, 95 30259, 250 0xe9, SBC PC: 0x7631, SP: 0x0d, A: 0x49, X: 0x97, Y: 0x92, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i609] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39528, 229 39529, 19 39530, 14 19, 71 0xe5, SBC PC: 0x9a68, SP: 0x2d, A: 0x7f, X: 0x58, Y: 0xa3, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i918] | 0.57 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17098, 229 17099, 191 17100, 29 191, 117 0xe5, SBC PC: 0x42ca, SP: 0x74, A: 0x91, X: 0x24, Y: 0x44, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i980] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 22103, 229 22104, 140 22105, 61 140, 180 0xe5, SBC PC: 0x5657, SP: 0x32, A: 0x02, X: 0x81, Y: 0x4f, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 78 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i792] | 0.59 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3285, 229 3286, 164 3287, 40 164, 240 0xe5, SBC PC: 0x0cd5, SP: 0x4b, A: 0xe1, X: 0xe3, Y: 0x1b, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1262] | 0.54 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36576, 245 36577, 83 36578, 103 83, 115 144, 104 0xf5, SBC PC: 0x8ee0, SP: 0x42, A: 0x2c, X: 0x3d, Y: 0xe2, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1346] | 0.56 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25989, 245 25990, 158 25991, 187 158, 202 253, 97 0xf5, SBC PC: 0x6585, SP: 0xa3, A: 0xfe, X: 0x5f, Y: 0x7f, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i993] | 0.53 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29132, 229 29133, 208 29134, 189 208, 53 0xe5, SBC PC: 0x71cc, SP: 0xdf, A: 0xad, X: 0x53, Y: 0x73, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1086] | 0.54 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37882, 245 37883, 131 37884, 104 131, 35 229, 117 0xf5, SBC PC: 0x93fa, SP: 0xe1, A: 0x63, X: 0x62, Y: 0x3e, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i120] | 0.50 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17193, 233 17194, 35 17195, 68 0xe9, SBC PC: 0x4329, SP: 0x65, A: 0x87, X: 0x44, Y: 0x04, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i246] | 0.55 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 3585, 233 3586, 3 3587, 206 0xe9, SBC PC: 0x0e01, SP: 0x26, A: 0xf8, X: 0xde, Y: 0x47, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 500 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i369] | 0.33 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 57274, 233 57275, 160 57276, 54 0xe9, SBC PC: 0xdfba, SP: 0xfa, A: 0x26, X: 0xfa, Y: 0x88, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1176] | 0.54 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7748, 245 7749, 189 7750, 216 189, 46 158, 1 0xf5, SBC PC: 0x1e44, SP: 0x92, A: 0xe7, X: 0xe1, Y: 0x72, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 486 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i733] | 0.51 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59191, 229 59192, 95 59193, 146 95, 146 0xe5, SBC PC: 0xe737, SP: 0x7c, A: 0x32, X: 0x08, Y: 0xd1, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i858] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 56144, 229 56145, 59 56146, 153 59, 124 0xe5, SBC PC: 0xdb50, SP: 0x71, A: 0xdb, X: 0x86, Y: 0xd9, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i667] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 52410, 229 52411, 229 52412, 147 229, 87 0xe5, SBC PC: 0xccba, SP: 0x49, A: 0xce, X: 0x04, Y: 0x55, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 374 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i546] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 63267, 229 63268, 207 63269, 101 207, 40 0xe5, SBC PC: 0xf723, SP: 0x5e, A: 0x10, X: 0xfd, Y: 0xaf, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i610] | 0.53 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5990, 229 5991, 187 5992, 99 187, 195 0xe5, SBC PC: 0x1766, SP: 0x62, A: 0x70, X: 0x53, Y: 0x1d, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i919] | 0.55 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38293, 229 38294, 154 38295, 244 154, 239 0xe5, SBC PC: 0x9595, SP: 0x13, A: 0x4f, X: 0xb4, Y: 0xd9, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 96 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i981] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59870, 229 59871, 167 59872, 123 167, 245 0xe5, SBC PC: 0xe9de, SP: 0x7b, A: 0x4a, X: 0x9e, Y: 0x67, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1263] | 0.53 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 6268, 245 6269, 33 6270, 18 33, 36 108, 27 0xf5, SBC PC: 0x187c, SP: 0x0f, A: 0x9d, X: 0x4b, Y: 0x43, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 385 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i793] | 0.36 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 31815, 229 31816, 46 31817, 71 46, 231 0xe5, SBC PC: 0x7c47, SP: 0x8b, A: 0x0f, X: 0xcb, Y: 0x29, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 40 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i994] | 0.55 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51793, 229 51794, 200 51795, 2 200, 169 0xe5, SBC PC: 0xca51, SP: 0x23, A: 0xcd, X: 0x51, Y: 0x73, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i370] | 0.53 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 5844, 233 5845, 186 5846, 63 0xe9, SBC PC: 0x16d4, SP: 0x5d, A: 0xba, X: 0x7a, Y: 0xd3, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1347] | 0.52 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 33955, 245 33956, 228 33957, 93 228, 137 18, 55 0xf5, SBC PC: 0x84a3, SP: 0x6d, A: 0xb2, X: 0x2e, Y: 0x6d, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1087] | 0.73 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11831, 245 11832, 63 11833, 170 63, 25 4, 107 0xf5, SBC PC: 0x2e37, SP: 0x03, A: 0xd6, X: 0xc5, Y: 0xcc, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i121] | 0.33 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 55714, 233 55715, 138 55716, 55 0xe9, SBC PC: 0xd9a2, SP: 0x7a, A: 0xdd, X: 0x80, Y: 0x9a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i247] | 0.34 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 23341, 233 23342, 239 23343, 55 0xe9, SBC PC: 0x5b2d, SP: 0xd3, A: 0xd0, X: 0x7e, Y: 0xeb, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i734] | 0.52 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23665, 229 23666, 5 23667, 190 5, 12 0xe5, SBC PC: 0x5c71, SP: 0xbf, A: 0xdf, X: 0x93, Y: 0x07, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 466 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1177] | 0.75 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30904, 245 30905, 123 30906, 234 123, 67 45, 201 0xf5, SBC PC: 0x78b8, SP: 0x6a, A: 0x8a, X: 0xb2, Y: 0x34, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i859] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 59326, 229 59327, 227 59328, 195 227, 18 0xe5, SBC PC: 0xe7be, SP: 0x3e, A: 0x6e, X: 0x05, Y: 0xd3, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i611] | 0.55 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2880, 229 2881, 59 2882, 240 59, 149 0xe5, SBC PC: 0x0b40, SP: 0xae, A: 0x74, X: 0x4e, Y: 0x6d, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i668] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35966, 229 35967, 193 35968, 167 193, 225 0xe5, SBC PC: 0x8c7e, SP: 0x58, A: 0x3c, X: 0x5d, Y: 0x47, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 91 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i794] | 0.48 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 50366, 229 50367, 66 50368, 190 66, 251 0xe5, SBC PC: 0xc4be, SP: 0x37, A: 0x78, X: 0x76, Y: 0xc6, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i547] | 0.58 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 57763, 229 57764, 144 57765, 115 144, 55 0xe5, SBC PC: 0xe1a3, SP: 0x04, A: 0x41, X: 0xe5, Y: 0xd3, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i122] | 0.51 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 17746, 233 17747, 121 17748, 16 0xe9, SBC PC: 0x4552, SP: 0xb3, A: 0xce, X: 0xc5, Y: 0x53, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i920] | 0.54 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49153, 229 49154, 40 49155, 215 40, 187 0xe5, SBC PC: 0xc001, SP: 0xf9, A: 0xe0, X: 0x1b, Y: 0xd3, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1264] | 0.76 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61338, 245 61339, 64 61340, 164 64, 6 7, 202 0xf5, SBC PC: 0xef9a, SP: 0x58, A: 0x2f, X: 0xc7, Y: 0xb0, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i982] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 49585, 229 49586, 125 49587, 231 125, 195 0xe5, SBC PC: 0xc1b1, SP: 0xdf, A: 0x77, X: 0x59, Y: 0x60, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1427] | 0.56 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8912, 245 8913, 42 8914, 176 42, 251 163, 66 0xf5, SBC PC: 0x22d0, SP: 0x33, A: 0x0a, X: 0x79, Y: 0xdc, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1348] | 0.77 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17496, 245 17497, 33 17498, 148 33, 44 179, 135 0xf5, SBC PC: 0x4458, SP: 0x36, A: 0x38, X: 0x92, Y: 0x91, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i371] | 0.37 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 8774, 233 8775, 65 8776, 89 0xe9, SBC PC: 0x2246, SP: 0x70, A: 0x5e, X: 0x20, Y: 0x9e, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i995] | 0.33 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47653, 229 47654, 205 47655, 25 205, 24 0xe5, SBC PC: 0xba25, SP: 0x1a, A: 0xd4, X: 0x54, Y: 0x92, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i735] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3161, 229 3162, 228 3163, 214 228, 117 0xe5, SBC PC: 0x0c59, SP: 0xeb, A: 0xb7, X: 0xbc, Y: 0xa9, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1088] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34027, 245 34028, 239 34029, 96 239, 78 25, 170 0xf5, SBC PC: 0x84eb, SP: 0x9d, A: 0x7d, X: 0x2a, Y: 0xdf, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i795] | 0.51 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 22594, 229 22595, 0 22596, 12 0, 23 0xe5, SBC PC: 0x5842, SP: 0x77, A: 0xb5, X: 0x00, Y: 0x7a, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i860] | 0.59 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2227, 229 2228, 67 2229, 122 67, 35 0xe5, SBC PC: 0x08b3, SP: 0x02, A: 0xbb, X: 0x5d, Y: 0xf9, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 407 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i612] | 0.56 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23902, 229 23903, 38 23904, 184 38, 6 0xe5, SBC PC: 0x5d5e, SP: 0x9c, A: 0x35, X: 0xd4, Y: 0x05, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i996] | 0.49 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 13438, 229 13439, 209 13440, 26 209, 30 0xe5, SBC PC: 0x347e, SP: 0x38, A: 0x51, X: 0xbc, Y: 0x27, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1506] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 56971, 237 56972, 223 56973, 116 29919, 210 56974, 217 0xed, SBC PC: 0xde8b, SP: 0x1f, A: 0x0e, X: 0x7f, Y: 0x0e, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 59 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i548] | 0.56 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 57418, 229 57419, 0 57420, 116 0, 138 0xe5, SBC PC: 0xe04a, SP: 0x4e, A: 0x47, X: 0x2c, Y: 0xb4, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json-i123] | 0.33 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e9.json 33483, 233 33484, 101 33485, 9 0xe9, SBC PC: 0x82cb, SP: 0xbe, A: 0xbe, X: 0x39, Y: 0x0d, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1178] | 0.60 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14229, 245 14230, 80 14231, 1 80, 20 132, 149 0xf5, SBC PC: 0x3795, SP: 0xa9, A: 0x98, X: 0x34, Y: 0x7c, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i921] | 0.62 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7234, 229 7235, 160 7236, 222 160, 238 0xe5, SBC PC: 0x1c42, SP: 0x10, A: 0xbc, X: 0x7c, Y: 0x35, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i669] | 0.42 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3105, 229 3106, 178 3107, 137 178, 222 0xe5, SBC PC: 0x0c21, SP: 0x46, A: 0x87, X: 0x12, Y: 0x68, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i983] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 44438, 229 44439, 194 44440, 87 194, 167 0xe5, SBC PC: 0xad96, SP: 0x2f, A: 0xda, X: 0x4e, Y: 0xe5, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1428] | 0.52 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21716, 245 21717, 216 21718, 41 216, 224 245, 236 0xf5, SBC PC: 0x54d4, SP: 0xf1, A: 0xd5, X: 0x1d, Y: 0x56, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1265] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 63373, 245 63374, 190 63375, 194 190, 249 7, 95 0xf5, SBC PC: 0xf78d, SP: 0xc6, A: 0x6a, X: 0x49, Y: 0x31, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1582] | 0.55 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11203, 237 11204, 144 11205, 167 42896, 145 11206, 154 0xed, SBC PC: 0x2bc3, SP: 0x81, A: 0xf7, X: 0x39, Y: 0x11, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i736] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 7593, 229 7594, 201 7595, 120 201, 174 0xe5, SBC PC: 0x1da9, SP: 0x4e, A: 0xb0, X: 0xa2, Y: 0x04, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1349] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51291, 245 51292, 11 51293, 147 11, 38 132, 182 0xf5, SBC PC: 0xc85b, SP: 0xfa, A: 0x62, X: 0x79, Y: 0x31, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i796] | 0.54 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48787, 229 48788, 168 48789, 227 168, 57 0xe5, SBC PC: 0xbe93, SP: 0xc0, A: 0xd8, X: 0xab, Y: 0x0a, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i997] | 0.56 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 63545, 229 63546, 113 63547, 247 113, 78 0xe5, SBC PC: 0xf839, SP: 0x01, A: 0x39, X: 0xae, Y: 0xe1, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i670] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 51529, 229 51530, 62 51531, 13 62, 125 0xe5, SBC PC: 0xc949, SP: 0xea, A: 0x86, X: 0x4a, Y: 0xcb, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1089] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48116, 245 48117, 174 48118, 8 174, 124 119, 125 0xf5, SBC PC: 0xbbf4, SP: 0x9c, A: 0xb8, X: 0xc9, Y: 0x01, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i861] | 0.37 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39356, 229 39357, 252 39358, 15 252, 13 0xe5, SBC PC: 0x99bc, SP: 0x03, A: 0x5d, X: 0x24, Y: 0x1e, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i613] | 0.37 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 4619, 229 4620, 19 4621, 133 19, 232 0xe5, SBC PC: 0x120b, SP: 0x0a, A: 0x3f, X: 0xba, Y: 0x0b, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 87 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i549] | 0.34 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35003, 229 35004, 8 35005, 211 8, 123 0xe5, SBC PC: 0x88bb, SP: 0x0c, A: 0x21, X: 0xa7, Y: 0xbc, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1507] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46747, 237 46748, 159 46749, 172 44191, 84 46750, 126 0xed, SBC PC: 0xb69b, SP: 0x7d, A: 0x7a, X: 0x88, Y: 0x3e, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1179] | 0.60 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55082, 245 55083, 72 55084, 110 72, 196 128, 160 0xf5, SBC PC: 0xd72a, SP: 0xbb, A: 0xf2, X: 0x38, Y: 0x0c, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i922] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 6054, 229 6055, 190 6056, 158 190, 222 0xe5, SBC PC: 0x17a6, SP: 0x01, A: 0x7d, X: 0xc5, Y: 0x79, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1429] | 0.86 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26860, 245 26861, 153 26862, 28 153, 93 57, 255 0xf5, SBC PC: 0x68ec, SP: 0xa7, A: 0x69, X: 0xa0, Y: 0x46, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i984] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18204, 229 18205, 168 18206, 16 168, 155 0xe5, SBC PC: 0x471c, SP: 0xa1, A: 0x51, X: 0xd8, Y: 0x4a, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i862] | 0.52 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9271, 229 9272, 16 9273, 151 16, 59 0xe5, SBC PC: 0x2437, SP: 0xa0, A: 0xa6, X: 0x3a, Y: 0xb4, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i614] | 0.50 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23143, 229 23144, 246 23145, 105 246, 102 0xe5, SBC PC: 0x5a67, SP: 0x7c, A: 0x55, X: 0xc0, Y: 0x52, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1266] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48415, 245 48416, 143 48417, 244 143, 194 38, 103 0xf5, SBC PC: 0xbd1f, SP: 0xf5, A: 0x19, X: 0x97, Y: 0x0a, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1583] | 0.54 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37824, 237 37825, 11 37826, 96 24587, 105 37827, 131 0xed, SBC PC: 0x93c0, SP: 0xc9, A: 0x31, X: 0x52, Y: 0xa2, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i550] | 0.49 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 53386, 229 53387, 206 53388, 140 206, 43 0xe5, SBC PC: 0xd08a, SP: 0x5e, A: 0xae, X: 0x42, Y: 0x06, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i797] | 0.55 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55087, 229 55088, 86 55089, 135 86, 36 0xe5, SBC PC: 0xd72f, SP: 0xfe, A: 0xca, X: 0x8e, Y: 0xc6, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 422 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i737] | 0.35 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55507, 229 55508, 14 55509, 159 14, 2 0xe5, SBC PC: 0xd8d3, SP: 0xed, A: 0x12, X: 0x37, Y: 0x83, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1350] | 0.57 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30512, 245 30513, 232 30514, 251 232, 255 87, 186 0xf5, SBC PC: 0x7730, SP: 0x8f, A: 0x20, X: 0x6f, Y: 0x34, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i998] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 1638, 229 1639, 100 1640, 110 100, 170 0xe5, SBC PC: 0x0666, SP: 0xbb, A: 0x5e, X: 0x3c, Y: 0x73, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i671] | 0.54 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12590, 229 12591, 63 12592, 200 63, 195 0xe5, SBC PC: 0x312e, SP: 0x4c, A: 0x13, X: 0x2a, Y: 0xbd, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 79 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1090] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49267, 245 49268, 75 49269, 37 75, 58 58, 149 0xf5, SBC PC: 0xc073, SP: 0x0a, A: 0xa8, X: 0xef, Y: 0x36, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1508] | 0.86 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22057, 237 22058, 81 22059, 252 64593, 24 22060, 230 0xed, SBC PC: 0x5629, SP: 0x52, A: 0x3b, X: 0x6a, Y: 0x6d, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1180] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55736, 245 55737, 63 55738, 223 63, 243 171, 177 0xf5, SBC PC: 0xd9b8, SP: 0x54, A: 0x78, X: 0x6c, Y: 0xc5, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i923] | 0.35 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55100, 229 55101, 202 55102, 0 202, 203 0xe5, SBC PC: 0xd73c, SP: 0x7d, A: 0x22, X: 0xef, Y: 0xe3, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 86 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i985] | 0.37 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34611, 229 34612, 116 34613, 197 116, 148 0xe5, SBC PC: 0x8733, SP: 0x2f, A: 0x15, X: 0xeb, Y: 0x1a, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i738] | 0.51 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38364, 229 38365, 139 38366, 239 139, 81 0xe5, SBC PC: 0x95dc, SP: 0x6a, A: 0x47, X: 0xab, Y: 0x5b, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i615] | 0.52 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 813, 229 814, 169 815, 62 169, 137 0xe5, SBC PC: 0x032d, SP: 0x76, A: 0xb2, X: 0x16, Y: 0xc7, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i863] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16221, 229 16222, 84 16223, 142 84, 246 0xe5, SBC PC: 0x3f5d, SP: 0xdb, A: 0x85, X: 0x9f, Y: 0xe4, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i551] | 0.54 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47361, 229 47362, 226 47363, 132 226, 187 0xe5, SBC PC: 0xb901, SP: 0x50, A: 0x22, X: 0x86, Y: 0x1a, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 102 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1584] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6887, 237 6888, 218 6889, 209 53722, 1 6890, 55 0xed, SBC PC: 0x1ae7, SP: 0x7e, A: 0xec, X: 0xd6, Y: 0x82, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 490 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i798] | 0.56 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 15299, 229 15300, 107 15301, 100 107, 168 0xe5, SBC PC: 0x3bc3, SP: 0x79, A: 0x58, X: 0x60, Y: 0x8b, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1267] | 0.58 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57763, 245 57764, 104 57765, 236 104, 229 136, 194 0xf5, SBC PC: 0xe1a3, SP: 0x9b, A: 0xd8, X: 0x20, Y: 0x69, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1351] | 0.57 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59928, 245 59929, 164 59930, 201 164, 246 241, 150 0xf5, SBC PC: 0xea18, SP: 0x6e, A: 0xfc, X: 0x4d, Y: 0x90, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1430] | 0.70 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62842, 245 62843, 183 62844, 241 183, 144 223, 124 0xf5, SBC PC: 0xf57a, SP: 0x4f, A: 0xbe, X: 0x28, Y: 0x85, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i672] | 0.56 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 5068, 229 5069, 31 5070, 44 31, 117 0xe5, SBC PC: 0x13cc, SP: 0x84, A: 0xbc, X: 0x0d, Y: 0xc4, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i924] | 0.51 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 28316, 229 28317, 137 28318, 25 137, 123 0xe5, SBC PC: 0x6e9c, SP: 0x63, A: 0x4e, X: 0x0b, Y: 0x5e, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i999] | 0.65 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 20185, 229 20186, 233 20187, 17 233, 227 0xe5, SBC PC: 0x4ed9, SP: 0xd2, A: 0xbc, X: 0x39, Y: 0xce, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i986] | 0.50 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 3710, 229 3711, 181 3712, 108 181, 237 0xe5, SBC PC: 0x0e7e, SP: 0x8e, A: 0x5a, X: 0x91, Y: 0x9f, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1091] | 0.55 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38744, 245 38745, 14 38746, 69 14, 228 239, 20 0xf5, SBC PC: 0x9758, SP: 0x65, A: 0x97, X: 0xe1, Y: 0x00, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i739] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 57623, 229 57624, 252 57625, 35 252, 166 0xe5, SBC PC: 0xe117, SP: 0x09, A: 0xf0, X: 0x78, Y: 0x4d, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1181] | 0.54 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30003, 245 30004, 93 30005, 224 93, 223 27, 221 0xf5, SBC PC: 0x7533, SP: 0xbf, A: 0xf6, X: 0xbe, Y: 0x39, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i616] | 0.53 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41631, 229 41632, 85 41633, 109 85, 98 0xe5, SBC PC: 0xa29f, SP: 0x48, A: 0x38, X: 0x56, Y: 0x94, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i864] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 63244, 229 63245, 117 63246, 122 117, 31 0xe5, SBC PC: 0xf70c, SP: 0x14, A: 0x0b, X: 0x9f, Y: 0xb2, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i552] | 0.52 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 12357, 229 12358, 114 12359, 122 114, 60 0xe5, SBC PC: 0x3045, SP: 0x18, A: 0xcf, X: 0x25, Y: 0x4d, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i799] | 0.37 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9697, 229 9698, 77 9699, 61 77, 154 0xe5, SBC PC: 0x25e1, SP: 0xbb, A: 0x39, X: 0x7e, Y: 0x2d, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1509] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50125, 237 50126, 165 50127, 111 28581, 111 50128, 22 0xed, SBC PC: 0xc3cd, SP: 0xf7, A: 0x36, X: 0x36, Y: 0x16, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1268] | 0.56 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62789, 245 62790, 157 62791, 139 157, 176 165, 152 0xf5, SBC PC: 0xf545, SP: 0x32, A: 0xb8, X: 0x08, Y: 0x8e, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1352] | 0.56 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 605, 245 606, 59 607, 176 59, 112 108, 72 0xf5, SBC PC: 0x025d, SP: 0xe5, A: 0xe1, X: 0x31, Y: 0x2b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i925] | 0.55 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 22207, 229 22208, 2 22209, 143 2, 43 0xe5, SBC PC: 0x56bf, SP: 0xff, A: 0xe0, X: 0xdc, Y: 0x34, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 436 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i987] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 57329, 229 57330, 120 57331, 236 120, 165 0xe5, SBC PC: 0xdff1, SP: 0x2b, A: 0x51, X: 0xc4, Y: 0xbd, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i673] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 35066, 229 35067, 11 35068, 235 11, 115 0xe5, SBC PC: 0x88fa, SP: 0x51, A: 0x04, X: 0x47, Y: 0x74, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1585] | 0.61 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22478, 237 22479, 41 22480, 106 27177, 157 22481, 36 0xed, SBC PC: 0x57ce, SP: 0xb6, A: 0x7d, X: 0x15, Y: 0x13, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1092] | 0.54 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15708, 245 15709, 75 15710, 139 75, 177 212, 207 0xf5, SBC PC: 0x3d5c, SP: 0x54, A: 0x62, X: 0x89, Y: 0x3f, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1431] | 0.67 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52343, 245 52344, 100 52345, 125 100, 185 103, 146 0xf5, SBC PC: 0xcc77, SP: 0xf9, A: 0x2f, X: 0x03, Y: 0xb9, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1000] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 6144, 245 6145, 55 6146, 162 55, 159 101, 7 0xf5, SBC PC: 0x1800, SP: 0xc7, A: 0x45, X: 0x2e, Y: 0xc3, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1182] | 0.57 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 23677, 245 23678, 99 23679, 34 99, 193 3, 96 0xf5, SBC PC: 0x5c7d, SP: 0xcd, A: 0xfe, X: 0xa0, Y: 0x05, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 413 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i740] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 18341, 229 18342, 193 18343, 147 193, 246 0xe5, SBC PC: 0x47a5, SP: 0x97, A: 0xc4, X: 0x66, Y: 0x65, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i800] | 0.50 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 9571, 229 9572, 59 9573, 146 59, 156 0xe5, SBC PC: 0x2563, SP: 0x64, A: 0x09, X: 0x98, Y: 0x26, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i617] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 56207, 229 56208, 219 56209, 44 219, 242 0xe5, SBC PC: 0xdb8f, SP: 0xb9, A: 0x45, X: 0x3a, Y: 0x1e, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i553] | 0.54 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38179, 229 38180, 209 38181, 197 209, 141 0xe5, SBC PC: 0x9523, SP: 0xe1, A: 0x1d, X: 0xf1, Y: 0x9f, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 144 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i865] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34988, 229 34989, 96 34990, 183 96, 126 0xe5, SBC PC: 0x88ac, SP: 0x0a, A: 0x85, X: 0x65, Y: 0x8f, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1269] | 0.56 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57720, 245 57721, 86 57722, 84 86, 115 252, 194 0xf5, SBC PC: 0xe178, SP: 0x69, A: 0x42, X: 0xa6, Y: 0x81, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1353] | 0.54 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34161, 245 34162, 201 34163, 88 201, 56 192, 206 0xf5, SBC PC: 0x8571, SP: 0x09, A: 0x87, X: 0xf7, Y: 0x0a, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i926] | 0.54 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8970, 229 8971, 188 8972, 75 188, 144 0xe5, SBC PC: 0x230a, SP: 0xe0, A: 0x04, X: 0xf7, Y: 0x83, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i988] | 0.55 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 41571, 229 41572, 121 41573, 229 121, 146 0xe5, SBC PC: 0xa263, SP: 0xbd, A: 0x10, X: 0xd7, Y: 0xd4, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1093] | 0.52 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51515, 245 51516, 154 51517, 159 154, 168 129, 203 0xf5, SBC PC: 0xc93b, SP: 0x6c, A: 0xb3, X: 0xe7, Y: 0xd2, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1510] | 0.69 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 12384, 237 12385, 40 12386, 31 7976, 149 12387, 224 0xed, SBC PC: 0x3060, SP: 0x6b, A: 0x00, X: 0x39, Y: 0x85, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i674] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 16235, 229 16236, 213 16237, 224 213, 143 0xe5, SBC PC: 0x3f6b, SP: 0x69, A: 0xf2, X: 0x95, Y: 0x8e, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1586] | 0.59 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50275, 237 50276, 140 50277, 127 32652, 251 50278, 231 0xed, SBC PC: 0xc463, SP: 0x30, A: 0x81, X: 0x48, Y: 0xf1, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 134 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1432] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 995, 245 996, 127 997, 144 127, 136 154, 99 0xf5, SBC PC: 0x03e3, SP: 0x35, A: 0x5f, X: 0x1b, Y: 0x4a, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i801] | 0.54 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 55829, 229 55830, 114 55831, 103 114, 11 0xe5, SBC PC: 0xda15, SP: 0xc0, A: 0x98, X: 0x52, Y: 0x21, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i741] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 17791, 229 17792, 164 17793, 146 164, 60 0xe5, SBC PC: 0x457f, SP: 0x61, A: 0xb0, X: 0xfc, Y: 0xe0, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1183] | 0.54 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43566, 245 43567, 210 43568, 32 210, 21 15, 76 0xf5, SBC PC: 0xaa2e, SP: 0x7a, A: 0x06, X: 0x3d, Y: 0x11, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1001] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26455, 245 26456, 246 26457, 192 246, 165 152, 150 0xf5, SBC PC: 0x6757, SP: 0xa4, A: 0x57, X: 0xa2, Y: 0xdc, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i554] | 0.33 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 48021, 229 48022, 195 48023, 162 195, 97 0xe5, SBC PC: 0xbb95, SP: 0x0b, A: 0x03, X: 0x72, Y: 0x69, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i618] | 0.33 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 14821, 229 14822, 249 14823, 189 249, 26 0xe5, SBC PC: 0x39e5, SP: 0x7e, A: 0xfe, X: 0xc7, Y: 0xcc, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 484 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i866] | 0.34 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21514, 229 21515, 65 21516, 107 65, 130 0xe5, SBC PC: 0x540a, SP: 0xa7, A: 0xe0, X: 0xce, Y: 0xda, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1354] | 0.54 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 28862, 245 28863, 252 28864, 55 252, 246 90, 3 0xf5, SBC PC: 0x70be, SP: 0x9e, A: 0x04, X: 0x5e, Y: 0x88, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1270] | 0.53 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60523, 245 60524, 150 60525, 92 150, 166 1, 227 0xf5, SBC PC: 0xec6b, SP: 0x99, A: 0x74, X: 0x6b, Y: 0x18, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 144 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i927] | 0.57 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33389, 229 33390, 125 33391, 96 125, 253 0xe5, SBC PC: 0x826d, SP: 0x27, A: 0x0c, X: 0x78, Y: 0xbd, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 15 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i989] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34348, 229 34349, 194 34350, 95 194, 204 0xe5, SBC PC: 0x862c, SP: 0xf1, A: 0x85, X: 0xe9, Y: 0x62, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1094] | 0.77 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39468, 245 39469, 219 39470, 116 219, 42 64, 227 0xf5, SBC PC: 0x9a2c, SP: 0x82, A: 0x46, X: 0x65, Y: 0x10, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i555] | 0.47 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2148, 229 2149, 26 2150, 148 26, 206 0xe5, SBC PC: 0x0864, SP: 0x24, A: 0x24, X: 0x05, Y: 0xea, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i619] | 0.51 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 10295, 229 10296, 43 10297, 206 43, 145 0xe5, SBC PC: 0x2837, SP: 0x7c, A: 0xcb, X: 0xf9, Y: 0x79, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i867] | 0.49 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 29110, 229 29111, 240 29112, 46 240, 59 0xe5, SBC PC: 0x71b6, SP: 0x4b, A: 0xd1, X: 0xe7, Y: 0xe3, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1587] | 0.58 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22829, 237 22830, 16 22831, 161 41232, 66 22832, 6 0xed, SBC PC: 0x592d, SP: 0xf3, A: 0xc0, X: 0x22, Y: 0xc3, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 382 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i802] | 0.58 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 39184, 229 39185, 144 39186, 183 144, 69 0xe5, SBC PC: 0x9910, SP: 0xea, A: 0x0d, X: 0xc4, Y: 0x30, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i675] | 0.40 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 8389, 229 8390, 132 8391, 92 132, 154 0xe5, SBC PC: 0x20c5, SP: 0xe4, A: 0x92, X: 0x14, Y: 0x4b, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1184] | 0.77 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 12420, 245 12421, 49 12422, 230 49, 250 141, 52 0xf5, SBC PC: 0x3084, SP: 0x34, A: 0x12, X: 0x5c, Y: 0x40, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1511] | 0.65 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19623, 237 19624, 253 19625, 141 36349, 85 19626, 237 0xed, SBC PC: 0x4ca7, SP: 0x4c, A: 0x57, X: 0xb9, Y: 0xf0, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i742] | 0.35 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60169, 229 60170, 191 60171, 132 191, 244 0xe5, SBC PC: 0xeb09, SP: 0x8d, A: 0x01, X: 0xd6, Y: 0x60, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 12 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1433] | 0.57 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25701, 245 25702, 151 25703, 119 151, 154 132, 33 0xf5, SBC PC: 0x6465, SP: 0xc9, A: 0x0c, X: 0xed, Y: 0x0c, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1002] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2199, 245 2200, 154 2201, 94 154, 217 125, 147 0xf5, SBC PC: 0x0897, SP: 0x5f, A: 0x15, X: 0xe3, Y: 0xbe, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1271] | 0.75 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53938, 245 53939, 68 53940, 50 68, 115 63, 52 0xf5, SBC PC: 0xd2b2, SP: 0x44, A: 0xcb, X: 0xfb, Y: 0xa3, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1355] | 0.77 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55374, 245 55375, 82 55376, 103 82, 60 127, 80 0xf5, SBC PC: 0xd84e, SP: 0xae, A: 0xf0, X: 0x2d, Y: 0xe3, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 416 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i928] | 0.35 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47682, 229 47683, 134 47684, 205 134, 174 0xe5, SBC PC: 0xba42, SP: 0x87, A: 0x59, X: 0x52, Y: 0x0c, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i556] | 0.52 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 21737, 229 21738, 102 21739, 250 102, 101 0xe5, SBC PC: 0x54e9, SP: 0x5f, A: 0x5c, X: 0x38, Y: 0x74, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i990] | 0.35 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 2243, 229 2244, 202 2245, 204 202, 71 0xe5, SBC PC: 0x08c3, SP: 0x4a, A: 0x29, X: 0xc3, Y: 0x60, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1656] | 0.54 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19288, 237 19289, 161 19290, 213 54689, 152 19291, 103 0xed, SBC PC: 0x4b58, SP: 0xc6, A: 0x20, X: 0x9f, Y: 0x6d, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i676] | 0.49 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 60243, 229 60244, 129 60245, 145 129, 108 0xe5, SBC PC: 0xeb53, SP: 0x14, A: 0xe0, X: 0x59, Y: 0x51, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 371 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1728] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19597, 237 19598, 10 19599, 29 7434, 61 19600, 72 0xed, SBC PC: 0x4c8d, SP: 0x99, A: 0x53, X: 0xb7, Y: 0x16, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i743] | 0.47 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24268, 229 24269, 146 24270, 158 146, 201 0xe5, SBC PC: 0x5ecc, SP: 0x42, A: 0x9b, X: 0x09, Y: 0x18, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1588] | 0.57 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 64518, 237 64519, 253 64520, 201 51709, 200 64521, 4 0xed, SBC PC: 0xfc06, SP: 0x24, A: 0xbf, X: 0x65, Y: 0x79, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i803] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 11639, 229 11640, 198 11641, 97 198, 122 0xe5, SBC PC: 0x2d77, SP: 0xf0, A: 0xbb, X: 0x81, Y: 0x1e, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1095] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45363, 245 45364, 139 45365, 207 139, 100 92, 113 0xf5, SBC PC: 0xb133, SP: 0x9e, A: 0x09, X: 0xd1, Y: 0x61, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 151 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1512] | 0.59 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45602, 237 45603, 96 45604, 74 19040, 251 45605, 133 0xed, SBC PC: 0xb222, SP: 0xe9, A: 0x15, X: 0x09, Y: 0xa1, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 25 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i929] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 38682, 229 38683, 194 38684, 75 194, 3 0xe5, SBC PC: 0x971a, SP: 0x6e, A: 0x16, X: 0x0b, Y: 0x34, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1434] | 0.56 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57707, 245 57708, 33 57709, 24 33, 170 247, 196 0xf5, SBC PC: 0xe16b, SP: 0xe9, A: 0xa5, X: 0xd6, Y: 0x18, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i991] | 0.50 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47405, 229 47406, 160 47407, 184 160, 44 0xe5, SBC PC: 0xb92d, SP: 0xcf, A: 0x1d, X: 0xbc, Y: 0xe1, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1003] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49682, 245 49683, 146 49684, 176 146, 235 241, 71 0xf5, SBC PC: 0xc212, SP: 0xf5, A: 0x39, X: 0x5f, Y: 0x15, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1185] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42874, 245 42875, 191 42876, 0 191, 109 105, 129 0xf5, SBC PC: 0xa77a, SP: 0xc4, A: 0x56, X: 0xaa, Y: 0x59, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i557] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 47732, 229 47733, 80 47734, 110 80, 124 0xe5, SBC PC: 0xba74, SP: 0x03, A: 0x85, X: 0xb9, Y: 0xfd, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i677] | 0.51 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 62244, 229 62245, 165 62246, 142 165, 157 0xe5, SBC PC: 0xf324, SP: 0x95, A: 0x47, X: 0x4d, Y: 0x15, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1798] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37744, 237 37745, 227 37746, 96 24803, 136 37747, 141 0xed, SBC PC: 0x9370, SP: 0x4e, A: 0x66, X: 0xb9, Y: 0xf7, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1657] | 0.78 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11350, 237 11351, 90 11352, 4 1114, 130 11353, 36 0xed, SBC PC: 0x2c56, SP: 0xed, A: 0xde, X: 0x4f, Y: 0x01, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1729] | 0.78 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45385, 237 45386, 44 45387, 201 51500, 186 45388, 64 0xed, SBC PC: 0xb149, SP: 0xf1, A: 0x25, X: 0xc2, Y: 0x95, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1272] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38819, 245 38820, 77 38821, 64 77, 184 123, 254 0xf5, SBC PC: 0x97a3, SP: 0x21, A: 0x02, X: 0x2e, Y: 0x70, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 4 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1356] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60187, 245 60188, 133 60189, 97 133, 182 180, 48 0xf5, SBC PC: 0xeb1b, SP: 0xb9, A: 0x57, X: 0x2f, Y: 0x20, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1589] | 0.54 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3303, 237 3304, 54 3305, 159 40758, 146 3306, 254 0xed, SBC PC: 0x0ce7, SP: 0x7f, A: 0xb3, X: 0x9f, Y: 0x88, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1096] | 0.59 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53430, 245 53431, 57 53432, 35 57, 221 100, 70 0xf5, SBC PC: 0xd0b6, SP: 0xe4, A: 0xf8, X: 0x2b, Y: 0x17, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1930] | 0.52 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62174, 237 62175, 219 62176, 110 28379, 97 62177, 27 0xed, SBC PC: 0xf2de, SP: 0xc6, A: 0x3e, X: 0xab, Y: 0xfe, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1865] | 0.61 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31053, 237 31054, 75 31055, 195 49995, 17 31056, 45 0xed, SBC PC: 0x794d, SP: 0x18, A: 0xde, X: 0xc3, Y: 0x17, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 461 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i804] | 0.38 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 24222, 229 24223, 42 24224, 27 42, 224 0xe5, SBC PC: 0x5e9e, SP: 0x0b, A: 0x03, X: 0xdf, Y: 0x12, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 35 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1513] | 0.55 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 60813, 237 60814, 124 60815, 80 20604, 233 60816, 59 0xed, SBC PC: 0xed8d, SP: 0x70, A: 0xf5, X: 0x3b, Y: 0xb1, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1435] | 0.52 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48234, 245 48235, 175 48236, 16 175, 9 121, 189 0xf5, SBC PC: 0xbc6a, SP: 0xac, A: 0x0f, X: 0xca, Y: 0x57, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1004] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52841, 245 52842, 204 52843, 54 204, 114 152, 120 0xf5, SBC PC: 0xce69, SP: 0x8f, A: 0xb0, X: 0xcc, Y: 0xd3, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i678] | 0.56 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33916, 229 33917, 14 33918, 83 14, 215 0xe5, SBC PC: 0x847c, SP: 0x7e, A: 0xfc, X: 0x0a, Y: 0xa8, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1186] | 0.60 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14338, 245 14339, 23 14340, 162 23, 200 192, 61 0xf5, SBC PC: 0x3802, SP: 0xdd, A: 0x09, X: 0xa9, Y: 0x33, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1993] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25757, 237 25758, 144 25759, 8 2192, 73 25760, 40 0xed, SBC PC: 0x649d, SP: 0xaa, A: 0x77, X: 0x2d, Y: 0x8d, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1799] | 0.78 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 32455, 237 32456, 64 32457, 250 64064, 103 32458, 201 0xed, SBC PC: 0x7ec7, SP: 0x13, A: 0x55, X: 0xfe, Y: 0xf9, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1590] | 0.54 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14469, 237 14470, 67 14471, 184 47171, 189 14472, 223 0xed, SBC PC: 0x3885, SP: 0x49, A: 0x2a, X: 0xba, Y: 0xc7, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1273] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15498, 245 15499, 132 15500, 68 132, 239 184, 83 0xf5, SBC PC: 0x3c8a, SP: 0x27, A: 0x8d, X: 0x34, Y: 0x83, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i805] | 0.55 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 33008, 229 33009, 172 33010, 217 172, 65 0xe5, SBC PC: 0x80f0, SP: 0x65, A: 0x57, X: 0xb6, Y: 0x2c, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1357] | 0.62 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39093, 245 39094, 111 39095, 130 111, 255 218, 3 0xf5, SBC PC: 0x98b5, SP: 0x63, A: 0x35, X: 0x6b, Y: 0xd3, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1658] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25299, 237 25300, 123 25301, 26 6779, 11 25302, 210 0xed, SBC PC: 0x62d3, SP: 0xcf, A: 0x78, X: 0xc8, Y: 0xfd, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1931] | 0.79 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59039, 237 59040, 147 59041, 253 64915, 54 59042, 242 0xed, SBC PC: 0xe69f, SP: 0x60, A: 0xb1, X: 0xa0, Y: 0x68, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 378 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1730] | 0.65 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44706, 237 44707, 45 44708, 87 22317, 1 44709, 137 0xed, SBC PC: 0xaea2, SP: 0xac, A: 0x28, X: 0x6b, Y: 0x8f, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1436] | 0.74 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45323, 245 45324, 212 45325, 73 212, 39 33, 21 0xf5, SBC PC: 0xb10b, SP: 0xe0, A: 0x3d, X: 0x4d, Y: 0x79, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1097] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26949, 245 26950, 181 26951, 155 181, 255 158, 158 0xf5, SBC PC: 0x6945, SP: 0xf4, A: 0x94, X: 0xe9, Y: 0x16, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1514] | 0.53 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51609, 237 51610, 124 51611, 203 52092, 204 51612, 50 0xed, SBC PC: 0xc999, SP: 0x36, A: 0x94, X: 0x67, Y: 0x3c, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1866] | 0.88 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 43738, 237 43739, 92 43740, 105 26972, 223 43741, 132 0xed, SBC PC: 0xaada, SP: 0x78, A: 0xb6, X: 0xfe, Y: 0x8c, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1005] | 0.82 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39618, 245 39619, 145 39620, 215 145, 99 233, 3 0xf5, SBC PC: 0x9ac2, SP: 0xd5, A: 0xe2, X: 0x58, Y: 0xcb, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 479 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i679] | 0.57 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 54380, 229 54381, 83 54382, 249 83, 223 0xe5, SBC PC: 0xd46c, SP: 0x0c, A: 0x9f, X: 0x17, Y: 0xf4, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1187] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 1420, 245 1421, 142 1422, 4 142, 150 36, 21 0xf5, SBC PC: 0x058c, SP: 0xb0, A: 0x81, X: 0x96, Y: 0x7a, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1994] | 0.67 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52802, 237 52803, 171 52804, 198 50859, 76 52805, 119 0xed, SBC PC: 0xce42, SP: 0x27, A: 0xe2, X: 0x04, Y: 0x71, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1591] | 0.77 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 13849, 237 13850, 199 13851, 151 38855, 238 13852, 3 0xed, SBC PC: 0x3619, SP: 0xa0, A: 0xd0, X: 0x36, Y: 0x47, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2054] | 0.88 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52786, 253 52787, 254 52788, 164 41992, 228 42248, 229 52789, 244 0xfd, SBC PC: 0xce32, SP: 0x6d, A: 0xc9, X: 0x0a, Y: 0x62, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1800] | 0.61 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49742, 237 49743, 165 49744, 162 41637, 83 49745, 19 0xed, SBC PC: 0xc24e, SP: 0x5e, A: 0x00, X: 0x76, Y: 0xf9, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1274] | 0.59 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 353, 245 354, 1 355, 140 1, 40 62, 99 0xf5, SBC PC: 0x0161, SP: 0x1c, A: 0x91, X: 0x3d, Y: 0x26, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1358] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 20691, 245 20692, 216 20693, 233 216, 243 104, 35 0xf5, SBC PC: 0x50d3, SP: 0x7a, A: 0x0e, X: 0x90, Y: 0xbf, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1659] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59700, 237 59701, 100 59702, 130 33380, 139 59703, 123 0xed, SBC PC: 0xe934, SP: 0xc3, A: 0xbb, X: 0xd0, Y: 0x3f, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1515] | 0.78 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 32280, 237 32281, 172 32282, 33 8620, 120 32283, 195 0xed, SBC PC: 0x7e18, SP: 0xcc, A: 0xab, X: 0x8f, Y: 0x18, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1098] | 0.56 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 47221, 245 47222, 76 47223, 201 76, 15 27, 0 0xf5, SBC PC: 0xb875, SP: 0x2a, A: 0x7d, X: 0xcf, Y: 0x30, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 380 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1731] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26438, 237 26439, 191 26440, 6 1727, 146 26441, 24 0xed, SBC PC: 0x6746, SP: 0x6f, A: 0xb7, X: 0xad, Y: 0xc0, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1437] | 0.70 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 9565, 245 9566, 156 9567, 95 156, 44 0, 97 0xf5, SBC PC: 0x255d, SP: 0x12, A: 0x9d, X: 0x64, Y: 0x6e, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1932] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 12413, 237 12414, 130 12415, 184 47234, 236 12416, 15 0xed, SBC PC: 0x307d, SP: 0x3a, A: 0xb2, X: 0xaf, Y: 0x98, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i680] | 0.34 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 34287, 229 34288, 115 34289, 239 115, 143 0xe5, SBC PC: 0x85ef, SP: 0x5e, A: 0x76, X: 0x13, Y: 0x9d, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1188] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51354, 245 51355, 231 51356, 146 231, 73 19, 200 0xf5, SBC PC: 0xc89a, SP: 0xf3, A: 0xb7, X: 0x2c, Y: 0x31, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1867] | 0.72 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61334, 237 61335, 28 61336, 21 5404, 216 61337, 181 0xed, SBC PC: 0xef96, SP: 0x33, A: 0x22, X: 0x6a, Y: 0x7a, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 73 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1006] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25033, 245 25034, 103 25035, 65 103, 128 54, 224 0xf5, SBC PC: 0x61c9, SP: 0xdb, A: 0x8b, X: 0xcf, Y: 0x46, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1995] | 0.60 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1007, 237 1008, 113 1009, 49 12657, 112 1010, 140 0xed, SBC PC: 0x03ef, SP: 0x54, A: 0x48, X: 0xd0, Y: 0x47, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1801] | 0.68 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27298, 237 27299, 79 27300, 216 55375, 33 27301, 146 0xed, SBC PC: 0x6aa2, SP: 0xad, A: 0x54, X: 0xba, Y: 0xc0, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1275] | 0.59 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10496, 245 10497, 153 10498, 210 153, 8 146, 207 0xf5, SBC PC: 0x2900, SP: 0x77, A: 0x6f, X: 0xf9, Y: 0x86, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1359] | 0.62 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39794, 245 39795, 8 39796, 166 8, 186 5, 205 0xf5, SBC PC: 0x9b72, SP: 0xc6, A: 0x16, X: 0xfd, Y: 0x1e, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 72 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json-i681] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e5.json 23922, 229 23923, 194 23924, 52 194, 233 0xe5, SBC PC: 0x5d72, SP: 0xbe, A: 0xa7, X: 0x77, Y: 0x91, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1099] | 0.55 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 16136, 245 16137, 179 16138, 176 179, 245 192, 247 0xf5, SBC PC: 0x3f08, SP: 0x27, A: 0xc1, X: 0x0d, Y: 0x60, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1592] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46436, 237 46437, 141 46438, 226 57997, 206 46439, 53 0xed, SBC PC: 0xb564, SP: 0x78, A: 0x14, X: 0x17, Y: 0xf5, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 69 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1660] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26677, 237 26678, 90 26679, 191 48986, 200 26680, 230 0xed, SBC PC: 0x6835, SP: 0x5f, A: 0x7e, X: 0x21, Y: 0xa2, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1732] | 0.77 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24392, 237 24393, 65 24394, 149 38209, 176 24395, 218 0xed, SBC PC: 0x5f48, SP: 0x73, A: 0x18, X: 0x2d, Y: 0x9a, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 103 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2055] | 0.72 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55521, 253 55522, 81 55523, 174 44637, 167 55524, 164 0xfd, SBC PC: 0xd8e1, SP: 0x01, A: 0x89, X: 0x0c, Y: 0xbb, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1516] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18919, 237 18920, 183 18921, 155 39863, 10 18922, 72 0xed, SBC PC: 0x49e7, SP: 0x93, A: 0x9a, X: 0x73, Y: 0xbe, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1933] | 0.70 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4044, 237 4045, 168 4046, 172 44200, 175 4047, 216 0xed, SBC PC: 0x0fcc, SP: 0x95, A: 0x3a, X: 0x20, Y: 0x0a, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1189] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 63803, 245 63804, 171 63805, 35 171, 113 71, 139 0xf5, SBC PC: 0xf93b, SP: 0x84, A: 0x54, X: 0x9c, Y: 0xfc, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1438] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45492, 245 45493, 104 45494, 179 104, 7 83, 92 0xf5, SBC PC: 0xb1b4, SP: 0x36, A: 0xb5, X: 0xeb, Y: 0x09, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1996] | 0.85 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 33129, 237 33130, 242 33131, 146 37618, 8 33132, 109 0xed, SBC PC: 0x8169, SP: 0x17, A: 0x04, X: 0xb3, Y: 0x0a, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1868] | 0.72 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48259, 237 48260, 138 48261, 230 59018, 37 48262, 235 0xed, SBC PC: 0xbc83, SP: 0xe3, A: 0xb4, X: 0xa7, Y: 0x83, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1276] | 0.57 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 12758, 245 12759, 128 12760, 217 128, 224 178, 220 0xf5, SBC PC: 0x31d6, SP: 0x25, A: 0x46, X: 0x32, Y: 0xb7, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 106 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1100] | 0.63 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49919, 245 49920, 218 49921, 205 218, 29 210, 122 0xf5, SBC PC: 0xc2ff, SP: 0x97, A: 0xed, X: 0xf8, Y: 0x5c, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1007] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55177, 245 55178, 219 55179, 253 219, 104 149, 42 0xf5, SBC PC: 0xd789, SP: 0x0e, A: 0x0d, X: 0xba, Y: 0xa8, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2113] | 0.96 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33792, 253 33793, 37 33794, 187 47952, 39 33795, 213 0xfd, SBC PC: 0x8400, SP: 0xd1, A: 0xe0, X: 0x2b, Y: 0x6b, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 440 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1360] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43025, 245 43026, 241 43027, 255 241, 246 112, 130 0xf5, SBC PC: 0xa811, SP: 0x33, A: 0x6e, X: 0x7f, Y: 0x51, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1802] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 340, 237 341, 210 342, 168 43218, 170 343, 149 0xed, SBC PC: 0x0154, SP: 0x2d, A: 0xe1, X: 0x87, Y: 0x0b, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1593] | 0.63 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35014, 237 35015, 38 35016, 10 2598, 16 35017, 142 0xed, SBC PC: 0x88c6, SP: 0xd8, A: 0x2b, X: 0xb4, Y: 0xb6, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1661] | 0.70 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42810, 237 42811, 166 42812, 136 34982, 95 42813, 242 0xed, SBC PC: 0xa73a, SP: 0x44, A: 0xd6, X: 0x28, Y: 0x59, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1190] | 0.55 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52948, 245 52949, 241 52950, 159 241, 75 180, 26 0xf5, SBC PC: 0xced4, SP: 0xf5, A: 0x53, X: 0xc3, Y: 0xe9, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1733] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 38808, 237 38809, 12 38810, 200 51212, 58 38811, 186 0xed, SBC PC: 0x9798, SP: 0xa0, A: 0xaa, X: 0xa7, Y: 0xe9, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 368 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1517] | 0.67 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44042, 237 44043, 110 44044, 92 23662, 136 44045, 130 0xed, SBC PC: 0xac0a, SP: 0x4f, A: 0x0d, X: 0x2b, Y: 0x22, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2056] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3795, 253 3796, 169 3797, 145 37370, 195 3798, 159 0xfd, SBC PC: 0x0ed3, SP: 0xa5, A: 0x15, X: 0x51, Y: 0x27, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1439] | 0.60 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 20970, 245 20971, 248 20972, 28 248, 129 184, 242 0xf5, SBC PC: 0x51ea, SP: 0x59, A: 0x5a, X: 0xc0, Y: 0x70, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 104 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1934] | 0.73 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 13512, 237 13513, 67 13514, 204 52291, 34 13515, 181 0xed, SBC PC: 0x34c8, SP: 0x2e, A: 0x5b, X: 0x23, Y: 0x02, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1277] | 0.57 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25212, 245 25213, 243 25214, 125 243, 59 247, 214 0xf5, SBC PC: 0x627c, SP: 0xf9, A: 0xee, X: 0x04, Y: 0x26, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1101] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 3360, 245 3361, 121 3362, 146 121, 165 220, 81 0xf5, SBC PC: 0x0d20, SP: 0xd2, A: 0xba, X: 0x63, Y: 0xa3, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1361] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59294, 245 59295, 123 59296, 96 123, 221 191, 247 0xf5, SBC PC: 0xe79e, SP: 0x52, A: 0xb1, X: 0x44, Y: 0x80, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1008] | 0.66 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26528, 245 26529, 68 26530, 144 68, 81 249, 88 0xf5, SBC PC: 0x67a0, SP: 0xce, A: 0x4c, X: 0xb5, Y: 0xda, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1869] | 0.78 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14497, 237 14498, 122 14499, 185 47482, 138 14500, 176 0xed, SBC PC: 0x38a1, SP: 0xd4, A: 0x32, X: 0xaf, Y: 0xa1, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1803] | 0.65 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 32054, 237 32055, 116 32056, 76 19572, 60 32057, 85 0xed, SBC PC: 0x7d36, SP: 0x70, A: 0x2a, X: 0xc4, Y: 0xac, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1594] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3589, 237 3590, 28 3591, 20 5148, 118 3592, 112 0xed, SBC PC: 0x0e05, SP: 0x1e, A: 0xce, X: 0xaa, Y: 0xd1, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1997] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24720, 237 24721, 167 24722, 229 58791, 218 24723, 177 0xed, SBC PC: 0x6090, SP: 0xb5, A: 0x9e, X: 0x82, Y: 0x3a, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1191] | 0.81 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 9447, 245 9448, 99 9449, 170 99, 28 220, 166 0xf5, SBC PC: 0x24e7, SP: 0x8f, A: 0x58, X: 0x79, Y: 0x94, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1662] | 0.61 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19273, 237 19274, 218 19275, 96 24794, 129 19276, 247 0xed, SBC PC: 0x4b49, SP: 0x89, A: 0x34, X: 0xb1, Y: 0x4d, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1734] | 0.74 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42593, 237 42594, 205 42595, 28 7373, 219 42596, 18 0xed, SBC PC: 0xa661, SP: 0x72, A: 0x89, X: 0x66, Y: 0xe6, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2114] | 0.85 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1437, 253 1438, 82 1439, 156 40044, 156 1440, 248 0xfd, SBC PC: 0x059d, SP: 0x30, A: 0x4b, X: 0x1a, Y: 0xe2, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1440] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38466, 245 38467, 116 38468, 192 116, 230 63, 173 0xf5, SBC PC: 0x9642, SP: 0x07, A: 0x6b, X: 0xcb, Y: 0x31, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1518] | 0.71 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3019, 237 3020, 53 3021, 84 21557, 197 3022, 201 0xed, SBC PC: 0x0bcb, SP: 0x75, A: 0xb8, X: 0x8e, Y: 0x93, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2057] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57820, 253 57821, 236 57822, 25 6527, 70 6783, 6 57823, 86 0xfd, SBC PC: 0xe1dc, SP: 0x78, A: 0x4b, X: 0x93, Y: 0xa7, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1935] | 0.78 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3147, 237 3148, 39 3149, 98 25127, 139 3150, 35 0xed, SBC PC: 0x0c4b, SP: 0x4d, A: 0xf6, X: 0x35, Y: 0x99, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1278] | 0.96 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2390, 245 2391, 167 2392, 63 167, 107 11, 76 0xf5, SBC PC: 0x0956, SP: 0xb8, A: 0xae, X: 0x64, Y: 0x01, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1362] | 0.82 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 12102, 245 12103, 118 12104, 53 118, 8 135, 248 0xf5, SBC PC: 0x2f46, SP: 0x27, A: 0xd8, X: 0x11, Y: 0x65, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1009] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37809, 245 37810, 203 37811, 90 203, 222 198, 192 0xf5, SBC PC: 0x93b1, SP: 0x1c, A: 0xf0, X: 0xfb, Y: 0xd6, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1804] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15796, 237 15797, 42 15798, 84 21546, 178 15799, 140 0xed, SBC PC: 0x3db4, SP: 0x91, A: 0xfe, X: 0xe6, Y: 0x1d, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1595] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27841, 237 27842, 91 27843, 14 3675, 226 27844, 57 0xed, SBC PC: 0x6cc1, SP: 0xd1, A: 0xf4, X: 0x61, Y: 0x66, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1998] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2941, 237 2942, 61 2943, 142 36413, 30 2944, 5 0xed, SBC PC: 0x0b7d, SP: 0x3a, A: 0x73, X: 0x9c, Y: 0x3f, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1663] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41012, 237 41013, 217 41014, 95 24537, 91 41015, 124 0xed, SBC PC: 0xa034, SP: 0x6d, A: 0xe8, X: 0x85, Y: 0x29, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1870] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36767, 237 36768, 55 36769, 207 53047, 64 36770, 44 0xed, SBC PC: 0x8f9f, SP: 0xc1, A: 0x89, X: 0xb1, Y: 0xae, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1102] | 0.71 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2361, 245 2362, 229 2363, 10 229, 9 204, 9 0xf5, SBC PC: 0x0939, SP: 0xad, A: 0x6f, X: 0xe7, Y: 0xff, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2058] | 1.00 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16035, 253 16036, 46 16037, 163 41837, 236 16038, 134 0xfd, SBC PC: 0x3ea3, SP: 0x03, A: 0x57, X: 0x3f, Y: 0x84, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1192] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11564, 245 11565, 177 11566, 130 177, 216 56, 182 0xf5, SBC PC: 0x2d2c, SP: 0x37, A: 0x1a, X: 0x87, Y: 0x2f, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1441] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26863, 245 26864, 246 26865, 211 246, 195 204, 214 0xf5, SBC PC: 0x68ef, SP: 0xd7, A: 0x38, X: 0xd6, Y: 0xb5, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 97 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1735] | 0.78 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20256, 237 20257, 195 20258, 100 25795, 214 20259, 57 0xed, SBC PC: 0x4f20, SP: 0x83, A: 0xf4, X: 0x8f, Y: 0x40, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1519] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42117, 237 42118, 48 42119, 115 29488, 17 42120, 164 0xed, SBC PC: 0xa485, SP: 0x80, A: 0x72, X: 0x86, Y: 0xd9, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2115] | 0.78 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53973, 253 53974, 221 53975, 174 44750, 250 45006, 254 53976, 88 0xfd, SBC PC: 0xd2d5, SP: 0xa2, A: 0x64, X: 0xf1, Y: 0xfd, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1936] | 0.79 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24291, 237 24292, 191 24293, 137 35263, 224 24294, 32 0xed, SBC PC: 0x5ee3, SP: 0x69, A: 0x9b, X: 0x69, Y: 0x8f, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1805] | 0.65 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39127, 237 39128, 74 39129, 8 2122, 19 39130, 16 0xed, SBC PC: 0x98d7, SP: 0x04, A: 0x80, X: 0x26, Y: 0x51, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1664] | 0.56 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30353, 237 30354, 114 30355, 200 51314, 216 30356, 128 0xed, SBC PC: 0x7691, SP: 0x37, A: 0x9c, X: 0x1d, Y: 0x24, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1363] | 0.71 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51609, 245 51610, 88 51611, 211 88, 124 85, 187 0xf5, SBC PC: 0xc999, SP: 0x04, A: 0x1e, X: 0xfd, Y: 0x9d, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1596] | 0.63 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 29691, 237 29692, 191 29693, 156 40127, 11 29694, 181 0xed, SBC PC: 0x73fb, SP: 0x18, A: 0x1f, X: 0x82, Y: 0xc0, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1279] | 0.80 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42438, 245 42439, 233 42440, 63 233, 92 199, 77 0xf5, SBC PC: 0xa5c6, SP: 0x23, A: 0xe4, X: 0xde, Y: 0xf0, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1871] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 911, 237 912, 186 913, 254 65210, 247 914, 135 0xed, SBC PC: 0x038f, SP: 0xd0, A: 0x13, X: 0xbd, Y: 0x1b, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 28 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1010] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59735, 245 59736, 53 59737, 226 53, 235 229, 128 0xf5, SBC PC: 0xe957, SP: 0x2a, A: 0x83, X: 0xb0, Y: 0xa0, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1999] | 0.63 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62462, 237 62463, 10 62464, 213 54538, 50 62465, 156 0xed, SBC PC: 0xf3fe, SP: 0x03, A: 0xff, X: 0x5f, Y: 0x44, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 460 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1103] | 0.65 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15012, 245 15013, 201 15014, 195 201, 4 220, 206 0xf5, SBC PC: 0x3aa4, SP: 0xf4, A: 0xa2, X: 0x13, Y: 0x73, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1193] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43098, 245 43099, 182 43100, 79 182, 185 39, 237 0xf5, SBC PC: 0xa85a, SP: 0x59, A: 0x42, X: 0x71, Y: 0x5a, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1520] | 0.70 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50402, 237 50403, 136 50404, 167 42888, 43 50405, 144 0xed, SBC PC: 0xc4e2, SP: 0x2e, A: 0x0c, X: 0x9b, Y: 0xf1, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1442] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7777, 245 7778, 148 7779, 242 148, 167 119, 22 0xf5, SBC PC: 0x1e61, SP: 0xb0, A: 0xe2, X: 0xe3, Y: 0x6e, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 459 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1736] | 0.69 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52987, 237 52988, 66 52989, 53 13634, 235 52990, 90 0xed, SBC PC: 0xcefb, SP: 0xc7, A: 0xd6, X: 0x04, Y: 0xbb, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2116] | 0.68 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 45809, 253 45810, 201 45811, 93 23976, 65 24232, 64 45812, 77 0xfd, SBC PC: 0xb2f1, SP: 0xf0, A: 0xce, X: 0xdf, Y: 0xa9, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 398 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1665] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15768, 237 15769, 65 15770, 75 19265, 95 15771, 134 0xed, SBC PC: 0x3d98, SP: 0x47, A: 0x16, X: 0x69, Y: 0xec, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1806] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39034, 237 39035, 159 39036, 162 41631, 247 39037, 47 0xed, SBC PC: 0x987a, SP: 0x47, A: 0xf8, X: 0x0c, Y: 0x1d, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2059] | 0.77 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63268, 253 63269, 139 63270, 204 52469, 232 63271, 57 0xfd, SBC PC: 0xf724, SP: 0x86, A: 0x3f, X: 0x6a, Y: 0xe1, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 86 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1937] | 0.70 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 33161, 237 33162, 219 33163, 197 50651, 19 33164, 44 0xed, SBC PC: 0x8189, SP: 0x31, A: 0x75, X: 0xbf, Y: 0xa2, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1597] | 0.56 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45761, 237 45762, 102 45763, 52 13414, 58 45764, 75 0xed, SBC PC: 0xb2c1, SP: 0x79, A: 0x53, X: 0x0a, Y: 0x79, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1872] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58005, 237 58006, 92 58007, 138 35420, 98 58008, 172 0xed, SBC PC: 0xe295, SP: 0x75, A: 0x4d, X: 0x9a, Y: 0xfb, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1364] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7979, 245 7980, 93 7981, 189 93, 248 145, 114 0xf5, SBC PC: 0x1f2b, SP: 0x03, A: 0x58, X: 0x34, Y: 0xc1, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1011] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48910, 245 48911, 129 48912, 101 129, 177 218, 155 0xf5, SBC PC: 0xbf0e, SP: 0x51, A: 0x21, X: 0x59, Y: 0xb7, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2000] | 0.63 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49705, 253 49706, 137 49707, 223 57225, 40 49708, 37 0xfd, SBC PC: 0xc229, SP: 0x47, A: 0x56, X: 0x00, Y: 0x3c, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1280] | 0.69 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2496, 245 2497, 233 2498, 51 233, 160 232, 94 0xf5, SBC PC: 0x09c0, SP: 0x28, A: 0xfa, X: 0xff, Y: 0x73, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1104] | 0.70 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35759, 245 35760, 111 35761, 218 111, 245 11, 33 0xf5, SBC PC: 0x8baf, SP: 0xd3, A: 0x38, X: 0x9c, Y: 0xbc, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1443] | 0.81 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52101, 245 52102, 203 52103, 192 203, 206 79, 252 0xf5, SBC PC: 0xcb85, SP: 0x3e, A: 0xc5, X: 0x84, Y: 0x61, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1194] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52579, 245 52580, 163 52581, 223 163, 41 76, 184 0xf5, SBC PC: 0xcd63, SP: 0x65, A: 0x27, X: 0xa9, Y: 0x25, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1521] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 57321, 237 57322, 223 57323, 106 27359, 211 57324, 127 0xed, SBC PC: 0xdfe9, SP: 0x89, A: 0xd1, X: 0xa4, Y: 0x65, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1737] | 0.88 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54728, 237 54729, 97 54730, 41 10593, 119 54731, 88 0xed, SBC PC: 0xd5c8, SP: 0x73, A: 0x1b, X: 0x52, Y: 0x4c, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1807] | 0.86 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30174, 237 30175, 196 30176, 82 21188, 56 30177, 67 0xed, SBC PC: 0x75de, SP: 0x49, A: 0xeb, X: 0xe5, Y: 0xc2, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 434 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1598] | 0.82 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39412, 237 39413, 52 39414, 217 55604, 87 39415, 238 0xed, SBC PC: 0x99f4, SP: 0x63, A: 0xee, X: 0xe5, Y: 0x9e, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2117] | 0.82 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20626, 253 20627, 153 20628, 49 12731, 171 20629, 72 0xfd, SBC PC: 0x5092, SP: 0x65, A: 0x1d, X: 0x22, Y: 0x1e, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 113 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1873] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36145, 237 36146, 149 36147, 219 56213, 132 36148, 24 0xed, SBC PC: 0x8d31, SP: 0x7e, A: 0x19, X: 0x59, Y: 0xf5, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1938] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6082, 237 6083, 25 6084, 83 21273, 199 6085, 252 0xed, SBC PC: 0x17c2, SP: 0x81, A: 0xa9, X: 0x90, Y: 0xea, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1365] | 0.62 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 54083, 245 54084, 219 54085, 122 219, 199 44, 176 0xf5, SBC PC: 0xd343, SP: 0xc2, A: 0x32, X: 0x51, Y: 0xa6, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1012] | 0.87 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14560, 245 14561, 127 14562, 153 127, 203 24, 157 0xf5, SBC PC: 0x38e0, SP: 0x68, A: 0xa2, X: 0x99, Y: 0xd1, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1666] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15283, 237 15284, 249 15285, 152 39161, 211 15286, 214 0xed, SBC PC: 0x3bb3, SP: 0x47, A: 0x72, X: 0x73, Y: 0x70, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2060] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5962, 253 5963, 92 5964, 97 25038, 0 5965, 204 0xfd, SBC PC: 0x174a, SP: 0x7a, A: 0xfd, X: 0x72, Y: 0x54, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 509 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2001] | 0.58 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 51304, 253 51305, 183 51306, 197 50666, 74 51307, 67 0xfd, SBC PC: 0xc868, SP: 0x35, A: 0x93, X: 0x33, Y: 0x46, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1281] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19199, 245 19200, 89 19201, 57 89, 231 87, 102 0xf5, SBC PC: 0x4aff, SP: 0xb0, A: 0xd8, X: 0xfe, Y: 0xe9, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1522] | 0.84 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 923, 237 924, 195 925, 199 51139, 95 926, 235 0xed, SBC PC: 0x039b, SP: 0x00, A: 0xd1, X: 0x3f, Y: 0xb2, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1105] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7403, 245 7404, 154 7405, 64 154, 197 228, 127 0xf5, SBC PC: 0x1ceb, SP: 0x60, A: 0x8f, X: 0x4a, Y: 0x9e, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1195] | 0.60 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29908, 245 29909, 23 29910, 220 23, 4 71, 204 0xf5, SBC PC: 0x74d4, SP: 0x3b, A: 0x9d, X: 0x30, Y: 0x64, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1444] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19866, 245 19867, 249 19868, 107 249, 192 103, 32 0xf5, SBC PC: 0x4d9a, SP: 0x1e, A: 0x68, X: 0x6e, Y: 0x17, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1874] | 0.86 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51194, 237 51195, 69 51196, 36 9285, 164 51197, 6 0xed, SBC PC: 0xc7fa, SP: 0xa1, A: 0xc8, X: 0x64, Y: 0x18, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1366] | 0.57 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51585, 245 51586, 81 51587, 9 81, 46 77, 6 0xf5, SBC PC: 0xc981, SP: 0xca, A: 0x1b, X: 0xfc, Y: 0xfe, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2002] | 0.81 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53195, 253 53196, 54 53197, 17 4550, 223 53198, 115 0xfd, SBC PC: 0xcfcb, SP: 0x13, A: 0x89, X: 0x90, Y: 0x1f, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1939] | 0.80 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37115, 237 37116, 12 37117, 161 41228, 54 37118, 91 0xed, SBC PC: 0x90fb, SP: 0x10, A: 0x45, X: 0x38, Y: 0x64, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1738] | 0.65 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62764, 237 62765, 132 62766, 80 20612, 178 62767, 225 0xed, SBC PC: 0xf52c, SP: 0xf4, A: 0x52, X: 0xfc, Y: 0x70, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1808] | 0.67 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45382, 237 45383, 41 45384, 110 28201, 147 45385, 162 0xed, SBC PC: 0xb146, SP: 0x6f, A: 0x1f, X: 0x33, Y: 0xea, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1599] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48370, 237 48371, 42 48372, 25 6442, 54 48373, 234 0xed, SBC PC: 0xbcf2, SP: 0xbf, A: 0xc2, X: 0x17, Y: 0x00, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1667] | 0.68 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28810, 237 28811, 35 28812, 211 54051, 70 28813, 248 0xed, SBC PC: 0x708a, SP: 0x85, A: 0xb4, X: 0xb8, Y: 0xbc, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2061] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33098, 253 33099, 142 33100, 137 35229, 218 33101, 77 0xfd, SBC PC: 0x814a, SP: 0xf3, A: 0x17, X: 0x0f, Y: 0xd2, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2118] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10533, 253 10534, 244 10535, 218 55961, 133 56217, 223 10536, 88 0xfd, SBC PC: 0x2925, SP: 0xe4, A: 0x04, X: 0xa5, Y: 0xe8, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 36 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1282] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52465, 245 52466, 35 52467, 129 35, 202 181, 182 0xf5, SBC PC: 0xccf1, SP: 0x2b, A: 0x42, X: 0x92, Y: 0x8c, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 140 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1106] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 5240, 245 5241, 14 5242, 46 14, 222 100, 171 0xf5, SBC PC: 0x1478, SP: 0x2b, A: 0xf9, X: 0x56, Y: 0x47, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1196] | 0.57 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8614, 245 8615, 240 8616, 7 240, 80 236, 133 0xf5, SBC PC: 0x21a6, SP: 0x6e, A: 0x12, X: 0xfc, Y: 0x53, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1013] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40299, 245 40300, 13 40301, 32 13, 230 184, 92 0xf5, SBC PC: 0x9d6b, SP: 0xf6, A: 0x44, X: 0xab, Y: 0x94, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1445] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34255, 245 34256, 241 34257, 195 241, 59 122, 31 0xf5, SBC PC: 0x85cf, SP: 0x84, A: 0xb1, X: 0x89, Y: 0x22, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1523] | 0.68 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 38417, 237 38418, 216 38419, 4 1240, 17 38420, 173 0xed, SBC PC: 0x9611, SP: 0x83, A: 0xe8, X: 0xfa, Y: 0x50, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 471 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1367] | 0.53 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 327, 245 328, 187 329, 53 187, 36 153, 245 0xf5, SBC PC: 0x0147, SP: 0xb4, A: 0x9c, X: 0xde, Y: 0x86, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1739] | 0.65 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23021, 237 23022, 221 23023, 59 15325, 248 23024, 46 0xed, SBC PC: 0x59ed, SP: 0x95, A: 0xcb, X: 0x51, Y: 0xe7, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2062] | 0.95 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55986, 253 55987, 48 55988, 147 37850, 174 55989, 98 0xfd, SBC PC: 0xdab2, SP: 0xd1, A: 0x91, X: 0xaa, Y: 0xf8, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1809] | 0.65 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 9858, 237 9859, 239 9860, 184 47343, 82 9861, 229 0xed, SBC PC: 0x2682, SP: 0xc6, A: 0x6e, X: 0x2a, Y: 0x30, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1668] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 243, 237 244, 39 245, 129 33063, 198 246, 242 0xed, SBC PC: 0x00f3, SP: 0xa9, A: 0xee, X: 0x4b, Y: 0xee, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1875] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63658, 237 63659, 243 63660, 236 60659, 40 63661, 75 0xed, SBC PC: 0xf8aa, SP: 0xb8, A: 0x60, X: 0x67, Y: 0x47, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2119] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20879, 253 20880, 77 20881, 168 43066, 184 43322, 102 20882, 254 0xfd, SBC PC: 0x518f, SP: 0x12, A: 0x84, X: 0xed, Y: 0xcd, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1600] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27907, 237 27908, 178 27909, 137 35250, 56 27910, 53 0xed, SBC PC: 0x6d03, SP: 0xb0, A: 0x11, X: 0x43, Y: 0x89, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1283] | 0.55 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 28651, 245 28652, 44 28653, 70 44, 145 235, 232 0xf5, SBC PC: 0x6feb, SP: 0xbf, A: 0x67, X: 0xbf, Y: 0x17, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1107] | 0.54 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40290, 245 40291, 246 40292, 87 246, 0 102, 79 0xf5, SBC PC: 0x9d62, SP: 0x87, A: 0x4a, X: 0x70, Y: 0x8d, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1197] | 0.53 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61856, 245 61857, 13 61858, 141 13, 149 182, 193 0xf5, SBC PC: 0xf1a0, SP: 0xce, A: 0xfa, X: 0xa9, Y: 0xd3, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1940] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35294, 237 35295, 20 35296, 40 10260, 64 35297, 36 0xed, SBC PC: 0x89de, SP: 0x7b, A: 0xd0, X: 0xbf, Y: 0x4b, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2003] | 0.63 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 60229, 253 60230, 165 60231, 131 33682, 32 33938, 173 60232, 106 0xfd, SBC PC: 0xeb45, SP: 0x5d, A: 0x06, X: 0xed, Y: 0xde, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 88 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1014] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24297, 245 24298, 133 24299, 245 133, 112 228, 73 0xf5, SBC PC: 0x5ee9, SP: 0x84, A: 0x1c, X: 0x5f, Y: 0x25, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1446] | 0.58 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11583, 245 11584, 202 11585, 99 202, 213 201, 74 0xf5, SBC PC: 0x2d3f, SP: 0x51, A: 0xc5, X: 0xff, Y: 0xb0, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 378 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1368] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 50294, 245 50295, 162 50296, 236 162, 240 56, 226 0xf5, SBC PC: 0xc476, SP: 0x37, A: 0xb7, X: 0x96, Y: 0x10, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1524] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7158, 237 7159, 239 7160, 180 46319, 199 7161, 28 0xed, SBC PC: 0x1bf6, SP: 0xb4, A: 0x8d, X: 0xe6, Y: 0x15, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1198] | 0.78 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64036, 245 64037, 142 64038, 213 142, 46 177, 161 0xf5, SBC PC: 0xfa24, SP: 0x6e, A: 0xca, X: 0x23, Y: 0x60, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1284] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 65452, 245 65453, 143 65454, 84 143, 132 118, 170 0xf5, SBC PC: 0xffac, SP: 0x81, A: 0xfb, X: 0xe7, Y: 0x48, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1108] | 0.85 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 31229, 245 31230, 68 31231, 102 68, 232 16, 70 0xf5, SBC PC: 0x79fd, SP: 0xc8, A: 0xec, X: 0xcc, Y: 0x7e, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1740] | 0.67 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48804, 237 48805, 42 48806, 117 29994, 44 48807, 185 0xed, SBC PC: 0xbea4, SP: 0x47, A: 0x27, X: 0xc9, Y: 0xa1, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1669] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36236, 237 36237, 33 36238, 13 3361, 131 36239, 117 0xed, SBC PC: 0x8d8c, SP: 0xde, A: 0xd8, X: 0x04, Y: 0x66, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1810] | 0.66 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14996, 237 14997, 149 14998, 72 18581, 30 14999, 205 0xed, SBC PC: 0x3a94, SP: 0x32, A: 0xf1, X: 0x6d, Y: 0xa4, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 467 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2120] | 0.68 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39953, 253 39954, 92 39955, 137 35228, 68 39956, 157 0xfd, SBC PC: 0x9c11, SP: 0xcf, A: 0x63, X: 0x40, Y: 0xca, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1876] | 0.86 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42575, 237 42576, 131 42577, 222 56963, 90 42578, 194 0xed, SBC PC: 0xa64f, SP: 0x45, A: 0x00, X: 0xa6, Y: 0x57, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2004] | 0.82 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 12689, 253 12690, 178 12691, 221 56665, 6 56921, 50 12692, 84 0xfd, SBC PC: 0x3191, SP: 0xa6, A: 0x0d, X: 0xa7, Y: 0x52, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1941] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10551, 237 10552, 117 10553, 79 20341, 66 10554, 95 0xed, SBC PC: 0x2937, SP: 0xe4, A: 0xe9, X: 0x3f, Y: 0xeb, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 422 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1601] | 0.82 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52904, 237 52905, 111 52906, 10 2671, 150 52907, 93 0xed, SBC PC: 0xcea8, SP: 0x7e, A: 0xcb, X: 0x71, Y: 0xcf, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1015] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2203, 245 2204, 128 2205, 220 128, 42 69, 91 0xf5, SBC PC: 0x089b, SP: 0x6f, A: 0xbd, X: 0xc5, Y: 0x7f, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1447] | 0.66 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35073, 245 35074, 211 35075, 0 211, 1 85, 166 0xf5, SBC PC: 0x8901, SP: 0x21, A: 0x5a, X: 0x82, Y: 0xe7, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2063] | 0.83 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34808, 253 34809, 127 34810, 108 27780, 95 34811, 51 0xfd, SBC PC: 0x87f8, SP: 0xa3, A: 0xe9, X: 0x05, Y: 0xc0, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 394 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1369] | 0.78 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17760, 245 17761, 35 17762, 200 35, 224 151, 80 0xf5, SBC PC: 0x4560, SP: 0x08, A: 0xd9, X: 0x74, Y: 0x9b, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1525] | 0.68 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62568, 237 62569, 100 62570, 245 62820, 11 62571, 136 0xed, SBC PC: 0xf468, SP: 0xd6, A: 0x49, X: 0x56, Y: 0xe2, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1285] | 0.78 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62070, 245 62071, 202 62072, 17 202, 65 64, 74 0xf5, SBC PC: 0xf276, SP: 0x06, A: 0x42, X: 0x76, Y: 0xc5, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1670] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1823, 237 1824, 255 1825, 138 35583, 63 1826, 181 0xed, SBC PC: 0x071f, SP: 0x25, A: 0x87, X: 0x45, Y: 0x05, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1741] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7997, 237 7998, 145 7999, 204 52369, 217 8000, 50 0xed, SBC PC: 0x1f3d, SP: 0x8d, A: 0x64, X: 0x7f, Y: 0x5a, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1811] | 0.66 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 40707, 237 40708, 114 40709, 161 41330, 39 40710, 50 0xed, SBC PC: 0x9f03, SP: 0x60, A: 0x00, X: 0x79, Y: 0x37, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1016] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48821, 245 48822, 194 48823, 187 194, 163 32, 212 0xf5, SBC PC: 0xbeb5, SP: 0xfb, A: 0x53, X: 0x5e, Y: 0xcc, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2121] | 0.83 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49911, 253 49912, 184 49913, 58 14874, 82 15130, 253 49914, 218 0xfd, SBC PC: 0xc2f7, SP: 0x5e, A: 0x62, X: 0x62, Y: 0x98, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 100 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1199] | 0.69 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57950, 245 57951, 204 57952, 1 204, 189 107, 23 0xf5, SBC PC: 0xe25e, SP: 0xc4, A: 0x20, X: 0x9f, Y: 0x11, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1942] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49496, 237 49497, 175 49498, 171 43951, 235 49499, 205 0xed, SBC PC: 0xc158, SP: 0x57, A: 0x4c, X: 0x83, Y: 0x36, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 96 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1109] | 0.66 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37595, 245 37596, 212 37597, 143 212, 23 66, 22 0xf5, SBC PC: 0x92db, SP: 0x7b, A: 0x7b, X: 0x6e, Y: 0xd5, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1448] | 0.53 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59523, 245 59524, 175 59525, 247 175, 23 233, 157 0xf5, SBC PC: 0xe883, SP: 0xeb, A: 0x18, X: 0x3a, Y: 0x90, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2005] | 0.84 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15728, 253 15729, 217 15730, 130 33301, 140 33557, 198 15731, 50 0xfd, SBC PC: 0x3d70, SP: 0x95, A: 0x45, X: 0x3c, Y: 0x0e, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1602] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30748, 237 30749, 140 30750, 147 37772, 72 30751, 241 0xed, SBC PC: 0x781c, SP: 0x43, A: 0xc9, X: 0x02, Y: 0xbf, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 384 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1877] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4576, 237 4577, 15 4578, 118 30223, 110 4579, 37 0xed, SBC PC: 0x11e0, SP: 0x4b, A: 0xe5, X: 0x95, Y: 0x9c, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1526] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 8518, 237 8519, 189 8520, 91 23485, 83 8521, 130 0xed, SBC PC: 0x2146, SP: 0xda, A: 0x55, X: 0xf3, Y: 0x5b, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2064] | 0.75 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33007, 253 33008, 202 33009, 35 9142, 96 9398, 23 33010, 114 0xfd, SBC PC: 0x80ef, SP: 0x76, A: 0x9e, X: 0xec, Y: 0xf3, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1370] | 0.67 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37441, 245 37442, 143 37443, 75 143, 116 17, 62 0xf5, SBC PC: 0x9241, SP: 0x66, A: 0x3b, X: 0x82, Y: 0xc2, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1671] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 8506, 237 8507, 38 8508, 13 3366, 143 8509, 177 0xed, SBC PC: 0x213a, SP: 0x91, A: 0x5d, X: 0x6c, Y: 0x36, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1742] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18035, 237 18036, 91 18037, 253 64859, 70 18038, 116 0xed, SBC PC: 0x4673, SP: 0xd4, A: 0xcb, X: 0x12, Y: 0x2b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 389 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1017] | 0.55 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62636, 245 62637, 36 62638, 203 36, 23 181, 29 0xf5, SBC PC: 0xf4ac, SP: 0x03, A: 0x56, X: 0x91, Y: 0x3f, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1812] | 0.62 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21150, 237 21151, 142 21152, 159 40846, 5 21153, 102 0xed, SBC PC: 0x529e, SP: 0x17, A: 0xe7, X: 0xf8, Y: 0x43, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 482 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1286] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60835, 245 60836, 161 60837, 253 161, 169 32, 205 0xf5, SBC PC: 0xeda3, SP: 0xe0, A: 0xf8, X: 0x7f, Y: 0x7e, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1943] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58157, 237 58158, 155 58159, 44 11419, 193 58160, 10 0xed, SBC PC: 0xe32d, SP: 0xaf, A: 0x66, X: 0xcd, Y: 0x27, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1449] | 0.53 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 23346, 245 23347, 126 23348, 102 126, 236 1, 174 0xf5, SBC PC: 0x5b32, SP: 0xd6, A: 0x02, X: 0x83, Y: 0x2e, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 83 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1200] | 0.67 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24007, 245 24008, 25 24009, 124 25, 94 170, 161 0xf5, SBC PC: 0x5dc7, SP: 0x75, A: 0x42, X: 0x91, Y: 0x39, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1110] | 0.65 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 33006, 245 33007, 148 33008, 254 148, 41 115, 211 0xf5, SBC PC: 0x80ee, SP: 0x76, A: 0xec, X: 0xdf, Y: 0xbf, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1603] | 0.63 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 33095, 237 33096, 223 33097, 167 42975, 149 33098, 16 0xed, SBC PC: 0x8147, SP: 0xe1, A: 0x92, X: 0xad, Y: 0x8e, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2122] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13728, 253 13729, 92 13730, 144 36916, 193 37172, 109 13731, 26 0xfd, SBC PC: 0x35a0, SP: 0x87, A: 0x2f, X: 0xd8, Y: 0x27, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 194 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1878] | 0.65 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27334, 237 27335, 173 27336, 149 38317, 10 27337, 73 0xed, SBC PC: 0x6ac6, SP: 0xcd, A: 0x18, X: 0xbc, Y: 0x4c, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 270 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1527] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42313, 237 42314, 49 42315, 110 28209, 141 42316, 62 0xed, SBC PC: 0xa549, SP: 0x1f, A: 0x5d, X: 0x5a, Y: 0x8f, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2006] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62359, 253 62360, 253 62361, 90 23103, 127 23359, 152 62362, 167 0xfd, SBC PC: 0xf397, SP: 0x84, A: 0x00, X: 0x42, Y: 0x43, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 104 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1672] | 0.60 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36397, 237 36398, 202 36399, 109 28106, 254 36400, 111 0xed, SBC PC: 0x8e2d, SP: 0xe7, A: 0x79, X: 0x69, Y: 0x72, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1371] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61696, 245 61697, 230 61698, 243 230, 178 244, 212 0xf5, SBC PC: 0xf100, SP: 0xd3, A: 0xd3, X: 0x0e, Y: 0xc9, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2065] | 0.88 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 8838, 253 8839, 82 8840, 32 8292, 17 8841, 236 0xfd, SBC PC: 0x2286, SP: 0xe4, A: 0x7b, X: 0x12, Y: 0x4f, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1018] | 0.57 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43485, 245 43486, 10 43487, 131 10, 30 52, 25 0xf5, SBC PC: 0xa9dd, SP: 0x24, A: 0xfd, X: 0x2a, Y: 0x2a, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 483 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1450] | 0.75 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2034, 245 2035, 134 2036, 220 134, 61 222, 83 0xf5, SBC PC: 0x07f2, SP: 0xf5, A: 0x45, X: 0x58, Y: 0x3a, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1743] | 0.58 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61924, 237 61925, 86 61926, 30 7766, 246 61927, 234 0xed, SBC PC: 0xf1e4, SP: 0x2b, A: 0xd8, X: 0xc7, Y: 0xe5, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1813] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41965, 237 41966, 36 41967, 185 47396, 212 41968, 213 0xed, SBC PC: 0xa3ed, SP: 0x34, A: 0x5a, X: 0x75, Y: 0x27, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1287] | 0.68 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17974, 245 17975, 214 17976, 113 214, 200 211, 80 0xf5, SBC PC: 0x4636, SP: 0x2e, A: 0x12, X: 0xfd, Y: 0x94, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 194 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1944] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50181, 237 50182, 92 50183, 199 51036, 7 50184, 131 0xed, SBC PC: 0xc405, SP: 0xfc, A: 0x7b, X: 0x2a, Y: 0x4c, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1201] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21137, 245 21138, 189 21139, 132 189, 109 56, 93 0xf5, SBC PC: 0x5291, SP: 0x09, A: 0x46, X: 0x7b, Y: 0x51, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1111] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26320, 245 26321, 150 26322, 207 150, 67 51, 210 0xf5, SBC PC: 0x66d0, SP: 0x52, A: 0x77, X: 0x9d, Y: 0xd5, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1604] | 0.60 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 43353, 237 43354, 204 43355, 166 42700, 139 43356, 145 0xed, SBC PC: 0xa959, SP: 0xe8, A: 0x60, X: 0x84, Y: 0xf5, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2123] | 0.73 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17060, 253 17061, 224 17062, 149 38331, 116 38587, 232 17063, 244 0xfd, SBC PC: 0x42a4, SP: 0x67, A: 0xef, X: 0xdb, Y: 0x83, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1879] | 0.67 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42347, 237 42348, 241 42349, 149 38385, 108 42350, 155 0xed, SBC PC: 0xa56b, SP: 0x0d, A: 0x70, X: 0x1a, Y: 0x61, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1528] | 0.59 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50314, 237 50315, 223 50316, 156 40159, 38 50317, 249 0xed, SBC PC: 0xc48a, SP: 0xee, A: 0xdf, X: 0xfb, Y: 0x43, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 440 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1673] | 0.79 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 56576, 237 56577, 206 56578, 56 14542, 95 56579, 239 0xed, SBC PC: 0xdd00, SP: 0xf5, A: 0xae, X: 0x1e, Y: 0xa3, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2007] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 44560, 253 44561, 246 44562, 210 53894, 165 54150, 216 44563, 200 0xfd, SBC PC: 0xae10, SP: 0xea, A: 0xaf, X: 0x90, Y: 0xe1, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1372] | 0.61 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24681, 245 24682, 93 24683, 232 93, 199 33, 128 0xf5, SBC PC: 0x6069, SP: 0xd3, A: 0x78, X: 0xc4, Y: 0xbc, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1019] | 0.76 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4929, 245 4930, 223 4931, 19 223, 101 151, 28 0xf5, SBC PC: 0x1341, SP: 0x4d, A: 0xc7, X: 0xb8, Y: 0x70, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1744] | 0.58 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59909, 237 59910, 167 59911, 88 22695, 160 59912, 6 0xed, SBC PC: 0xea05, SP: 0x14, A: 0x87, X: 0x7a, Y: 0xa8, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1814] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 55925, 237 55926, 110 55927, 62 15982, 207 55928, 174 0xed, SBC PC: 0xda75, SP: 0x09, A: 0x6f, X: 0x40, Y: 0xfe, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1945] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 8153, 237 8154, 37 8155, 226 57893, 152 8156, 58 0xed, SBC PC: 0x1fd9, SP: 0xec, A: 0xb1, X: 0x12, Y: 0x19, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1288] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8751, 245 8752, 138 8753, 219 138, 125 56, 143 0xf5, SBC PC: 0x222f, SP: 0x00, A: 0x6a, X: 0xae, Y: 0x5c, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1451] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 44327, 245 44328, 37 44329, 31 37, 105 24, 76 0xf5, SBC PC: 0xad27, SP: 0x1c, A: 0xfe, X: 0xf3, Y: 0x39, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1202] | 0.64 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57570, 245 57571, 252 57572, 58 252, 237 179, 174 0xf5, SBC PC: 0xe0e2, SP: 0xa6, A: 0xaf, X: 0xb7, Y: 0xe4, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2066] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57640, 253 57641, 37 57642, 137 35303, 42 57643, 63 0xfd, SBC PC: 0xe128, SP: 0xd0, A: 0x8f, X: 0xc2, Y: 0x11, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1605] | 0.88 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23432, 237 23433, 134 23434, 6 1670, 137 23435, 247 0xed, SBC PC: 0x5b88, SP: 0xdc, A: 0xc8, X: 0x65, Y: 0x5b, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1112] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52169, 245 52170, 213 52171, 117 213, 94 231, 210 0xf5, SBC PC: 0xcbc9, SP: 0x63, A: 0x0d, X: 0x12, Y: 0x1f, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 59 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1529] | 0.87 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49941, 237 49942, 231 49943, 13 3559, 13 49944, 225 0xed, SBC PC: 0xc315, SP: 0x51, A: 0xf6, X: 0x32, Y: 0xe9, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 488 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1880] | 0.65 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27500, 237 27501, 249 27502, 149 38393, 156 27503, 245 0xed, SBC PC: 0x6b6c, SP: 0x35, A: 0xe9, X: 0x34, Y: 0x9a, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2124] | 0.90 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 65093, 253 65094, 104 65095, 98 25280, 250 65096, 178 0xfd, SBC PC: 0xfe45, SP: 0xfe, A: 0x9c, X: 0x58, Y: 0xa5, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1373] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38083, 245 38084, 172 38085, 227 172, 95 201, 33 0xf5, SBC PC: 0x94c3, SP: 0xa2, A: 0xcf, X: 0x1d, Y: 0x97, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 430 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2008] | 0.57 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53476, 253 53477, 182 53478, 198 50714, 233 50970, 16 53479, 13 0xfd, SBC PC: 0xd0e4, SP: 0x45, A: 0x94, X: 0x64, Y: 0x16, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 387 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1745] | 0.91 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39571, 237 39572, 154 39573, 139 35738, 149 39574, 201 0xed, SBC PC: 0x9a93, SP: 0xc2, A: 0xc8, X: 0x2a, Y: 0x21, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1815] | 0.87 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39927, 237 39928, 208 39929, 204 52432, 1 39930, 7 0xed, SBC PC: 0x9bf7, SP: 0x1d, A: 0x14, X: 0x0c, Y: 0x48, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1674] | 0.72 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48211, 237 48212, 254 48213, 119 30718, 207 48214, 58 0xed, SBC PC: 0xbc53, SP: 0x60, A: 0x75, X: 0xbe, Y: 0x0b, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1020] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10469, 245 10470, 45 10471, 211 45, 187 163, 106 0xf5, SBC PC: 0x28e5, SP: 0x9f, A: 0x5c, X: 0x76, Y: 0x78, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1289] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61417, 245 61418, 8 61419, 122 8, 20 5, 23 0xf5, SBC PC: 0xefe9, SP: 0xf8, A: 0x4f, X: 0xfd, Y: 0x27, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1452] | 0.60 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46731, 245 46732, 224 46733, 72 224, 127 44, 212 0xf5, SBC PC: 0xb68b, SP: 0xe1, A: 0x41, X: 0x4c, Y: 0xda, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1946] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44471, 237 44472, 245 44473, 142 36597, 26 44474, 147 0xed, SBC PC: 0xadb7, SP: 0x6b, A: 0x5f, X: 0xda, Y: 0x42, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1203] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57143, 245 57144, 27 57145, 128 27, 147 186, 125 0xf5, SBC PC: 0xdf37, SP: 0x08, A: 0x41, X: 0x9f, Y: 0x2b, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2067] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55388, 253 55389, 216 55390, 9 2391, 79 2647, 31 55391, 171 0xfd, SBC PC: 0xd85c, SP: 0x37, A: 0xbb, X: 0x7f, Y: 0x2f, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1113] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51277, 245 51278, 2 51279, 103 2, 183 80, 140 0xf5, SBC PC: 0xc84d, SP: 0x00, A: 0x8d, X: 0x4e, Y: 0xf9, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1881] | 0.62 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42051, 237 42052, 67 42053, 176 45123, 32 42054, 199 0xed, SBC PC: 0xa443, SP: 0xa3, A: 0x6f, X: 0x9e, Y: 0x15, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2009] | 0.82 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40505, 253 40506, 151 40507, 232 59490, 123 59746, 71 40508, 122 0xfd, SBC PC: 0x9e39, SP: 0x6a, A: 0xa8, X: 0xcb, Y: 0xe3, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1606] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6175, 237 6176, 85 6177, 166 42581, 50 6178, 249 0xed, SBC PC: 0x181f, SP: 0x85, A: 0xb2, X: 0xc0, Y: 0xab, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 384 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1374] | 0.66 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18593, 245 18594, 212 18595, 108 212, 41 134, 136 0xf5, SBC PC: 0x48a1, SP: 0x4c, A: 0x52, X: 0xb2, Y: 0x61, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1530] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49601, 237 49602, 103 49603, 133 34151, 58 49604, 4 0xed, SBC PC: 0xc1c1, SP: 0xca, A: 0x12, X: 0xe6, Y: 0x43, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1021] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30268, 245 30269, 114 30270, 225 114, 214 198, 223 0xf5, SBC PC: 0x763c, SP: 0x18, A: 0x74, X: 0x54, Y: 0x34, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2125] | 0.80 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63339, 253 63340, 61 63341, 238 61022, 186 63342, 41 0xfd, SBC PC: 0xf76b, SP: 0x1c, A: 0x7f, X: 0x21, Y: 0x0c, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1290] | 0.64 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38257, 245 38258, 12 38259, 99 12, 118 194, 85 0xf5, SBC PC: 0x9571, SP: 0x9d, A: 0x85, X: 0xb6, Y: 0x20, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1675] | 0.74 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 53404, 237 53405, 157 53406, 195 50077, 227 53407, 55 0xed, SBC PC: 0xd09c, SP: 0xee, A: 0x4c, X: 0x5f, Y: 0x68, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1453] | 0.58 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 6993, 245 6994, 192 6995, 108 192, 134 185, 201 0xf5, SBC PC: 0x1b51, SP: 0x83, A: 0xe4, X: 0xf9, Y: 0x7e, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1947] | 0.87 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 5735, 237 5736, 148 5737, 104 26772, 172 5738, 219 0xed, SBC PC: 0x1667, SP: 0x75, A: 0x9e, X: 0x90, Y: 0xa0, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1204] | 0.60 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46446, 245 46447, 240 46448, 184 240, 148 224, 91 0xf5, SBC PC: 0xb56e, SP: 0xcd, A: 0x91, X: 0xf0, Y: 0x0a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1816] | 0.73 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62152, 237 62153, 27 62154, 53 13595, 240 62155, 180 0xed, SBC PC: 0xf2c8, SP: 0xb0, A: 0xdd, X: 0x49, Y: 0xa9, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1746] | 0.76 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26171, 237 26172, 6 26173, 187 47878, 6 26174, 170 0xed, SBC PC: 0x663b, SP: 0x83, A: 0x13, X: 0x84, Y: 0x04, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2068] | 0.56 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1769, 253 1770, 255 1771, 157 40410, 109 40666, 121 1772, 242 0xfd, SBC PC: 0x06e9, SP: 0x57, A: 0x8a, X: 0xdb, Y: 0xe7, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1114] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 6907, 245 6908, 124 6909, 167 124, 165 93, 58 0xf5, SBC PC: 0x1afb, SP: 0xad, A: 0x05, X: 0xe1, Y: 0x81, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 202 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1882] | 0.86 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52272, 237 52273, 208 52274, 100 25808, 145 52275, 242 0xed, SBC PC: 0xcc30, SP: 0xb9, A: 0xe8, X: 0x1e, Y: 0x69, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1375] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36316, 245 36317, 21 36318, 172 21, 184 98, 73 0xf5, SBC PC: 0x8ddc, SP: 0x86, A: 0x82, X: 0x4d, Y: 0x45, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1607] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 9491, 237 9492, 156 9493, 29 7580, 145 9494, 17 0xed, SBC PC: 0x2513, SP: 0x95, A: 0x92, X: 0xe6, Y: 0x5b, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1531] | 0.69 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20739, 237 20740, 209 20741, 127 32721, 203 20742, 163 0xed, SBC PC: 0x5103, SP: 0xe2, A: 0xf7, X: 0x6b, Y: 0x30, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1022] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38106, 245 38107, 93 38108, 189 93, 129 168, 79 0xf5, SBC PC: 0x94da, SP: 0xd6, A: 0x1f, X: 0x4b, Y: 0x0f, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2010] | 0.64 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30598, 253 30599, 103 30600, 136 34989, 4 30601, 194 0xfd, SBC PC: 0x7786, SP: 0xd9, A: 0xaf, X: 0x46, Y: 0xbe, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1454] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13267, 245 13268, 130 13269, 141 130, 151 33, 233 0xf5, SBC PC: 0x33d3, SP: 0x2c, A: 0x36, X: 0x9f, Y: 0xf5, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 76 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1291] | 0.59 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45090, 245 45091, 126 45092, 218 126, 61 173, 108 0xf5, SBC PC: 0xb022, SP: 0x68, A: 0xee, X: 0x2f, Y: 0x49, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1205] | 1.01 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25589, 245 25590, 239 25591, 223 239, 164 23, 100 0xf5, SBC PC: 0x63f5, SP: 0x8f, A: 0x04, X: 0x28, Y: 0x01, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2069] | 0.81 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5783, 253 5784, 110 5785, 243 62260, 2 62516, 124 5786, 197 0xfd, SBC PC: 0x1697, SP: 0x65, A: 0x7f, X: 0xc6, Y: 0x15, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1676] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54978, 237 54979, 188 54980, 94 24252, 28 54981, 206 0xed, SBC PC: 0xd6c2, SP: 0x6b, A: 0x23, X: 0x63, Y: 0x63, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2126] | 0.73 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6523, 253 6524, 236 6525, 71 18245, 128 18501, 36 6526, 24 0xfd, SBC PC: 0x197b, SP: 0x07, A: 0xd8, X: 0x59, Y: 0x79, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 436 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1115] | 1.05 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35203, 245 35204, 103 35205, 195 103, 16 66, 114 0xf5, SBC PC: 0x8983, SP: 0x17, A: 0xfd, X: 0xdb, Y: 0x0a, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1817] | 1.02 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51045, 237 51046, 8 51047, 28 7176, 201 51048, 217 0xed, SBC PC: 0xc765, SP: 0x43, A: 0xcb, X: 0x78, Y: 0xd5, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1747] | 0.75 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 33608, 237 33609, 228 33610, 55 14308, 136 33611, 164 0xed, SBC PC: 0x8348, SP: 0x66, A: 0xcc, X: 0x97, Y: 0x92, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1948] | 0.97 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 5723, 237 5724, 43 5725, 130 33323, 250 5726, 52 0xed, SBC PC: 0x165b, SP: 0x03, A: 0x7d, X: 0xdb, Y: 0xc8, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1376] | 0.94 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 23936, 245 23937, 26 23938, 93 26, 121 251, 154 0xf5, SBC PC: 0x5d80, SP: 0xc8, A: 0xe8, X: 0xe1, Y: 0xf3, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1608] | 0.59 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3379, 237 3380, 193 3381, 183 47041, 169 3382, 113 0xed, SBC PC: 0x0d33, SP: 0xfb, A: 0x42, X: 0x66, Y: 0xdb, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1883] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31722, 237 31723, 26 31724, 55 14106, 65 31725, 22 0xed, SBC PC: 0x7bea, SP: 0x3f, A: 0x5e, X: 0x69, Y: 0x8a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1023] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 3253, 245 3254, 58 3255, 243 58, 34 184, 8 0xf5, SBC PC: 0x0cb5, SP: 0x36, A: 0xe7, X: 0x7e, Y: 0xe7, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 478 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2011] | 0.62 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41847, 253 41848, 195 41849, 65 16736, 55 16992, 182 41850, 201 0xfd, SBC PC: 0xa377, SP: 0xa3, A: 0x9d, X: 0x9d, Y: 0xba, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1292] | 1.18 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35002, 245 35003, 72 35004, 57 72, 230 3, 1 0xf5, SBC PC: 0x88ba, SP: 0x50, A: 0xd7, X: 0xbb, Y: 0x7b, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 470 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1455] | 0.67 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53535, 245 53536, 28 53537, 224 28, 72 54, 204 0xf5, SBC PC: 0xd11f, SP: 0x4d, A: 0x36, X: 0x1a, Y: 0xe1, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1532] | 0.68 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16519, 237 16520, 202 16521, 10 2762, 69 16522, 159 0xed, SBC PC: 0x4087, SP: 0x0f, A: 0xca, X: 0x98, Y: 0x19, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2127] | 0.64 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 24586, 253 24587, 187 24588, 178 45750, 191 46006, 113 24589, 235 0xfd, SBC PC: 0x600a, SP: 0xb4, A: 0xcd, X: 0xfb, Y: 0x9a, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2070] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58816, 253 58817, 118 58818, 1 305, 139 561, 72 58819, 185 0xfd, SBC PC: 0xe5c0, SP: 0x5e, A: 0xc7, X: 0xbb, Y: 0x5e, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 383 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1677] | 1.20 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 60268, 237 60269, 161 60270, 97 24993, 31 60271, 158 0xed, SBC PC: 0xeb6c, SP: 0xf8, A: 0xeb, X: 0x9e, Y: 0x64, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 460 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1748] | 0.70 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16844, 237 16845, 178 16846, 6 1714, 196 16847, 42 0xed, SBC PC: 0x41cc, SP: 0x8f, A: 0x0d, X: 0xde, Y: 0x99, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 72 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1206] | 0.75 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19422, 245 19423, 137 19424, 109 137, 209 143, 254 0xf5, SBC PC: 0x4bde, SP: 0x77, A: 0xa3, X: 0x06, Y: 0x1b, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1609] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24148, 237 24149, 58 24150, 6 1594, 167 24151, 252 0xed, SBC PC: 0x5e54, SP: 0x96, A: 0xe2, X: 0x94, Y: 0x99, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1024] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 16542, 245 16543, 224 16544, 23 224, 124 197, 28 0xf5, SBC PC: 0x409e, SP: 0xfa, A: 0x4b, X: 0xe5, Y: 0x6a, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2012] | 0.90 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 21454, 253 21455, 120 21456, 119 30637, 217 21457, 224 0xfd, SBC PC: 0x53ce, SP: 0xe0, A: 0x5a, X: 0x35, Y: 0x9d, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1818] | 1.05 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 65028, 237 65029, 229 65030, 16 4325, 254 65031, 233 0xed, SBC PC: 0xfe04, SP: 0x28, A: 0x5d, X: 0xb8, Y: 0x71, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 95 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1116] | 1.04 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25702, 245 25703, 172 25704, 244 172, 254 138, 70 0xf5, SBC PC: 0x6466, SP: 0x22, A: 0x9e, X: 0xde, Y: 0x52, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1949] | 0.98 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61428, 237 61429, 99 61430, 81 20835, 38 61431, 143 0xed, SBC PC: 0xeff4, SP: 0xf1, A: 0x2c, X: 0xb5, Y: 0x9b, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1456] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36365, 245 36366, 251 36367, 17 251, 211 173, 5 0xf5, SBC PC: 0x8e0d, SP: 0x8e, A: 0xc0, X: 0xb2, Y: 0xee, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 443 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1533] | 0.70 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59438, 237 59439, 210 59440, 58 15058, 72 59441, 85 0xed, SBC PC: 0xe82e, SP: 0x1a, A: 0x4a, X: 0xd6, Y: 0x46, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1884] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19673, 237 19674, 132 19675, 168 43140, 19 19676, 192 0xed, SBC PC: 0x4cd9, SP: 0xe8, A: 0x6e, X: 0xf4, Y: 0x2d, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1377] | 0.82 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8919, 245 8920, 141 8921, 41 141, 9 104, 60 0xf5, SBC PC: 0x22d7, SP: 0xbe, A: 0xe7, X: 0xdb, Y: 0xb3, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2128] | 0.92 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30837, 253 30838, 110 30839, 239 61332, 172 30840, 102 0xfd, SBC PC: 0x7875, SP: 0xa6, A: 0x15, X: 0x26, Y: 0x30, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 104 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2071] | 0.59 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34044, 253 34045, 6 34046, 227 58354, 48 34047, 149 0xfd, SBC PC: 0x84fc, SP: 0x35, A: 0xcc, X: 0xec, Y: 0x52, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1749] | 0.72 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44017, 237 44018, 11 44019, 115 29451, 12 44020, 2 0xed, SBC PC: 0xabf1, SP: 0x70, A: 0xa0, X: 0x25, Y: 0x3f, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1025] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 28569, 245 28570, 42 28571, 165 42, 46 48, 198 0xf5, SBC PC: 0x6f99, SP: 0x4a, A: 0x1b, X: 0x06, Y: 0x3e, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 84 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1610] | 0.63 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46748, 237 46749, 128 46750, 182 46720, 53 46751, 199 0xed, SBC PC: 0xb69c, SP: 0x43, A: 0x6b, X: 0x31, Y: 0x47, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1293] | 1.13 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14536, 245 14537, 226 14538, 133 226, 34 220, 3 0xf5, SBC PC: 0x38c8, SP: 0xd5, A: 0xd1, X: 0xfa, Y: 0x03, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 461 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1207] | 0.77 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37250, 245 37251, 175 37252, 53 175, 177 182, 114 0xf5, SBC PC: 0x9182, SP: 0xa1, A: 0x56, X: 0x07, Y: 0x1d, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1457] | 0.77 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42581, 245 42582, 138 42583, 222 138, 17 106, 164 0xf5, SBC PC: 0xa655, SP: 0x86, A: 0x37, X: 0xe0, Y: 0x84, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1885] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6418, 237 6419, 24 6420, 217 55576, 206 6421, 132 0xed, SBC PC: 0x1912, SP: 0xf7, A: 0x5a, X: 0x6a, Y: 0x00, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1534] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3821, 237 3822, 91 3823, 119 30555, 254 3824, 243 0xed, SBC PC: 0x0eed, SP: 0x9a, A: 0x02, X: 0x5c, Y: 0x52, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 4 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2013] | 0.76 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50463, 253 50464, 92 50465, 202 51952, 114 50466, 164 0xfd, SBC PC: 0xc51f, SP: 0x72, A: 0xbf, X: 0x94, Y: 0x93, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1678] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14124, 237 14125, 246 14126, 173 44534, 239 14127, 228 0xed, SBC PC: 0x372c, SP: 0xdb, A: 0x3a, X: 0x80, Y: 0x4e, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 74 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1378] | 0.68 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64762, 245 64763, 14 64764, 140 14, 36 141, 142 0xf5, SBC PC: 0xfcfa, SP: 0x63, A: 0x42, X: 0x7f, Y: 0xa9, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2072] | 0.81 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37723, 253 37724, 61 37725, 90 23167, 60 37726, 182 0xfd, SBC PC: 0x935b, SP: 0xb8, A: 0x41, X: 0x42, Y: 0x7e, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1950] | 0.98 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28494, 237 28495, 41 28496, 1 297, 169 28497, 205 0xed, SBC PC: 0x6f4e, SP: 0x4b, A: 0xfc, X: 0xe1, Y: 0xd7, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1819] | 0.67 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7113, 237 7114, 224 7115, 46 12000, 72 7116, 89 0xed, SBC PC: 0x1bc9, SP: 0x51, A: 0x94, X: 0x3b, Y: 0x9f, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1117] | 1.12 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 27508, 245 27509, 78 27510, 191 78, 87 215, 59 0xf5, SBC PC: 0x6b74, SP: 0x0b, A: 0xd1, X: 0x89, Y: 0xd2, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1026] | 1.18 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64107, 245 64108, 2 64109, 109 2, 92 179, 106 0xf5, SBC PC: 0xfa6b, SP: 0x9a, A: 0x6b, X: 0xb1, Y: 0xbf, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1611] | 0.62 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 56947, 237 56948, 100 56949, 18 4708, 9 56950, 231 0xed, SBC PC: 0xde73, SP: 0x87, A: 0x18, X: 0x6d, Y: 0xff, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 270 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2129] | 0.70 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50037, 253 50038, 72 50039, 30 7763, 214 50040, 83 0xfd, SBC PC: 0xc375, SP: 0xdd, A: 0x2a, X: 0x0b, Y: 0x05, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 84 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1750] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10164, 237 10165, 220 10166, 40 10460, 207 10167, 243 0xed, SBC PC: 0x27b4, SP: 0x5f, A: 0x44, X: 0x65, Y: 0x00, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 117 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1886] | 0.56 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18486, 237 18487, 225 18488, 59 15329, 158 18489, 249 0xed, SBC PC: 0x4836, SP: 0x51, A: 0x24, X: 0x1a, Y: 0x76, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1208] | 0.67 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 44374, 245 44375, 45 44376, 227 45, 111 174, 45 0xf5, SBC PC: 0xad56, SP: 0xff, A: 0x38, X: 0x81, Y: 0x88, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1458] | 0.60 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13214, 245 13215, 71 13216, 214 71, 235 187, 38 0xf5, SBC PC: 0x339e, SP: 0x07, A: 0xae, X: 0x74, Y: 0xed, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1535] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 64035, 237 64036, 11 64037, 152 38923, 63 64038, 197 0xed, SBC PC: 0xfa23, SP: 0x5f, A: 0x1d, X: 0x2c, Y: 0x99, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1679] | 0.81 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49380, 237 49381, 5 49382, 169 43269, 65 49383, 233 0xed, SBC PC: 0xc0e4, SP: 0x6f, A: 0xfa, X: 0x12, Y: 0x64, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 441 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1379] | 0.71 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39410, 245 39411, 183 39412, 51 183, 107 91, 111 0xf5, SBC PC: 0x99f2, SP: 0x0c, A: 0xd4, X: 0xa4, Y: 0xcb, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2014] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13215, 253 13216, 7 13217, 184 47204, 1 13218, 35 0xfd, SBC PC: 0x339f, SP: 0x0b, A: 0x37, X: 0x5d, Y: 0x99, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1294] | 0.97 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52289, 245 52290, 231 52291, 152 231, 37 205, 68 0xf5, SBC PC: 0xcc41, SP: 0xed, A: 0x5e, X: 0xe6, Y: 0xc8, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1820] | 0.70 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28252, 237 28253, 225 28254, 136 35041, 22 28255, 25 0xed, SBC PC: 0x6e5c, SP: 0x14, A: 0x43, X: 0xfc, Y: 0x1e, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1751] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58577, 237 58578, 51 58579, 231 59187, 244 58580, 164 0xed, SBC PC: 0xe4d1, SP: 0x8b, A: 0x2e, X: 0x46, Y: 0x60, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 58 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2073] | 0.64 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10986, 253 10987, 40 10988, 112 28840, 174 10989, 197 0xfd, SBC PC: 0x2aea, SP: 0xd7, A: 0xc8, X: 0x80, Y: 0x59, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1612] | 0.85 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31123, 237 31124, 149 31125, 154 39573, 148 31126, 42 0xed, SBC PC: 0x7993, SP: 0x4c, A: 0xb7, X: 0x8d, Y: 0xd1, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1887] | 0.55 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62854, 237 62855, 239 62856, 12 3311, 237 62857, 108 0xed, SBC PC: 0xf586, SP: 0xd7, A: 0xe4, X: 0xd4, Y: 0x42, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2130] | 0.70 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 249, 253 250, 220 251, 35 9065, 168 9321, 24 252, 116 0xfd, SBC PC: 0x00f9, SP: 0x2e, A: 0xf3, X: 0x8d, Y: 0x4e, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 475 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1951] | 0.85 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1267, 237 1268, 6 1269, 171 43782, 9 1270, 181 0xed, SBC PC: 0x04f3, SP: 0xe1, A: 0x30, X: 0xa7, Y: 0x9e, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1459] | 0.60 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29653, 245 29654, 144 29655, 169 144, 233 82, 145 0xf5, SBC PC: 0x73d5, SP: 0x72, A: 0xb5, X: 0xc2, Y: 0xf7, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1209] | 0.68 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 54820, 245 54821, 175 54822, 88 175, 136 54, 147 0xf5, SBC PC: 0xd624, SP: 0xe3, A: 0x25, X: 0x87, Y: 0x37, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1536] | 0.90 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37814, 237 37815, 48 37816, 230 58928, 140 37817, 27 0xed, SBC PC: 0x93b6, SP: 0x23, A: 0xbe, X: 0x27, Y: 0x86, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1118] | 0.79 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34351, 245 34352, 3 34353, 96 3, 235 125, 118 0xf5, SBC PC: 0x862f, SP: 0xaa, A: 0xb4, X: 0x7a, Y: 0xf3, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1752] | 0.77 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62977, 237 62978, 164 62979, 4 1188, 182 62980, 102 0xed, SBC PC: 0xf601, SP: 0x8b, A: 0x75, X: 0x4c, Y: 0xaa, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1027] | 0.80 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 1535, 245 1536, 165 1537, 94 165, 92 207, 6 0xf5, SBC PC: 0x05ff, SP: 0xb2, A: 0x77, X: 0x2a, Y: 0x68, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1380] | 0.66 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60326, 245 60327, 132 60328, 48 132, 229 114, 35 0xf5, SBC PC: 0xeba6, SP: 0x34, A: 0xfb, X: 0xee, Y: 0xca, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 472 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1680] | 1.16 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 60701, 237 60702, 39 60703, 146 37415, 15 60704, 178 0xed, SBC PC: 0xed1d, SP: 0x6d, A: 0x76, X: 0x6e, Y: 0xcc, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2015] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20666, 253 20667, 5 20668, 247 63422, 224 20669, 174 0xfd, SBC PC: 0x50ba, SP: 0xa9, A: 0x81, X: 0xb9, Y: 0x04, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2074] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32255, 253 32256, 150 32257, 90 23239, 107 32258, 28 0xfd, SBC PC: 0x7dff, SP: 0xc0, A: 0x65, X: 0x31, Y: 0x6c, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1821] | 0.78 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11437, 237 11438, 163 11439, 154 39587, 245 11440, 167 0xed, SBC PC: 0x2cad, SP: 0x52, A: 0x73, X: 0x00, Y: 0xcc, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1888] | 0.64 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36083, 237 36084, 127 36085, 237 60799, 187 36086, 28 0xed, SBC PC: 0x8cf3, SP: 0xd6, A: 0xce, X: 0xfa, Y: 0xd8, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2131] | 1.01 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62287, 253 62288, 28 62289, 255 65394, 144 62290, 45 0xfd, SBC PC: 0xf34f, SP: 0x1b, A: 0x02, X: 0x56, Y: 0x10, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 114 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1460] | 0.60 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36435, 245 36436, 20 36437, 161 20, 231 60, 24 0xf5, SBC PC: 0x8e53, SP: 0xae, A: 0x1a, X: 0x28, Y: 0x20, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1613] | 0.65 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50807, 237 50808, 1 50809, 139 35585, 1 50810, 113 0xed, SBC PC: 0xc677, SP: 0xf5, A: 0xf8, X: 0xc6, Y: 0x83, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 502 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1295] | 0.78 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49727, 245 49728, 57 49729, 219 57, 61 202, 212 0xf5, SBC PC: 0xc23f, SP: 0x7e, A: 0x08, X: 0x91, Y: 0x70, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 52 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1210] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 41128, 245 41129, 117 41130, 77 117, 196 129, 65 0xf5, SBC PC: 0xa0a8, SP: 0xf0, A: 0xad, X: 0x0c, Y: 0xf1, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1952] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58444, 237 58445, 155 58446, 58 15003, 47 58447, 212 0xed, SBC PC: 0xe44c, SP: 0x89, A: 0x0e, X: 0x66, Y: 0x4e, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1119] | 0.65 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35333, 245 35334, 227 35335, 171 227, 45 114, 227 0xf5, SBC PC: 0x8a05, SP: 0xac, A: 0xb1, X: 0x8f, Y: 0x9e, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1537] | 0.75 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4877, 237 4878, 59 4879, 159 40763, 6 4880, 205 0xed, SBC PC: 0x130d, SP: 0x98, A: 0xfa, X: 0xa7, Y: 0x47, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 499 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1753] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46657, 237 46658, 23 46659, 74 18967, 36 46660, 129 0xed, SBC PC: 0xb641, SP: 0x9a, A: 0x8a, X: 0x9b, Y: 0x75, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2016] | 0.91 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53615, 253 53616, 98 53617, 101 26079, 223 53618, 245 0xfd, SBC PC: 0xd16f, SP: 0x63, A: 0xdb, X: 0x7d, Y: 0xde, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1381] | 0.87 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24759, 245 24760, 29 24761, 103 29, 7 1, 11 0xf5, SBC PC: 0x60b7, SP: 0xd8, A: 0xac, X: 0xe4, Y: 0xd2, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 416 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2075] | 0.87 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59466, 253 59467, 202 59468, 78 20052, 8 20308, 221 59469, 156 0xfd, SBC PC: 0xe84a, SP: 0xa9, A: 0x51, X: 0x8a, Y: 0x9e, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1889] | 1.00 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48164, 237 48165, 241 48166, 43 11249, 66 48167, 11 0xed, SBC PC: 0xbc24, SP: 0x8d, A: 0x22, X: 0x69, Y: 0xd0, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1028] | 0.74 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24410, 245 24411, 202 24412, 115 202, 144 44, 101 0xf5, SBC PC: 0x5f5a, SP: 0xb7, A: 0x2b, X: 0x62, Y: 0xca, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1822] | 1.38 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27786, 237 27787, 97 27788, 123 31585, 127 27789, 15 0xed, SBC PC: 0x6c8a, SP: 0x94, A: 0xc8, X: 0x5a, Y: 0x4b, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1461] | 0.56 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59683, 245 59684, 139 59685, 129 139, 20 158, 8 0xf5, SBC PC: 0xe923, SP: 0xd9, A: 0x78, X: 0x13, Y: 0xad, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 368 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1614] | 0.61 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39826, 237 39827, 186 39828, 143 36794, 214 39829, 170 0xed, SBC PC: 0x9b92, SP: 0xbc, A: 0x5e, X: 0xec, Y: 0x2a, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 136 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1296] | 0.69 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15310, 245 15311, 253 15312, 112 253, 157 93, 70 0xf5, SBC PC: 0x3bce, SP: 0xbc, A: 0x19, X: 0x60, Y: 0xbe, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1953] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 43687, 237 43688, 170 43689, 110 28330, 221 43690, 93 0xed, SBC PC: 0xaaa7, SP: 0x76, A: 0x98, X: 0x56, Y: 0xc5, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1681] | 1.14 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18527, 237 18528, 126 18529, 234 60030, 232 18530, 232 0xed, SBC PC: 0x485f, SP: 0x11, A: 0x6b, X: 0xc5, Y: 0xf4, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1211] | 0.78 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2082, 245 2083, 141 2084, 241 141, 2 214, 179 0xf5, SBC PC: 0x0822, SP: 0x1b, A: 0x9a, X: 0x49, Y: 0x13, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1120] | 0.80 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 16433, 245 16434, 186 16435, 181 186, 209 85, 188 0xf5, SBC PC: 0x4031, SP: 0x6d, A: 0x93, X: 0x9b, Y: 0x89, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2132] | 0.75 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57811, 253 57812, 159 57813, 6 1580, 81 1836, 112 57814, 229 0xfd, SBC PC: 0xe1d3, SP: 0x79, A: 0x79, X: 0x8d, Y: 0x18, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1754] | 0.61 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39898, 237 39899, 95 39900, 176 45151, 119 39901, 54 0xed, SBC PC: 0x9bda, SP: 0xe6, A: 0xdf, X: 0x54, Y: 0xa6, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 360 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1538] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18311, 237 18312, 32 18313, 119 30496, 143 18314, 235 0xed, SBC PC: 0x4787, SP: 0xcf, A: 0x56, X: 0x44, Y: 0xc8, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1462] | 0.55 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15339, 245 15340, 37 15341, 147 37, 102 149, 31 0xf5, SBC PC: 0x3beb, SP: 0x88, A: 0xc6, X: 0x70, Y: 0x3c, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 423 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1029] | 0.74 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51564, 245 51565, 112 51566, 202 112, 109 26, 81 0xf5, SBC PC: 0xc96c, SP: 0x9f, A: 0x50, X: 0xaa, Y: 0xa4, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1382] | 0.86 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48481, 245 48482, 32 48483, 14 32, 192 99, 128 0xf5, SBC PC: 0xbd61, SP: 0xa9, A: 0xdc, X: 0x43, Y: 0x45, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2076] | 0.69 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31014, 253 31015, 240 31016, 31 8155, 177 8411, 2 31017, 49 0xfd, SBC PC: 0x7926, SP: 0xf4, A: 0xbf, X: 0xeb, Y: 0xbc, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 445 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1615] | 0.59 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44752, 237 44753, 85 44754, 51 13141, 172 44755, 171 0xed, SBC PC: 0xaed0, SP: 0x40, A: 0x1f, X: 0xab, Y: 0xca, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2017] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32764, 253 32765, 130 32766, 69 17849, 179 32767, 25 0xfd, SBC PC: 0x7ffc, SP: 0x5e, A: 0x55, X: 0x37, Y: 0x65, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1890] | 0.70 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3326, 237 3327, 250 3328, 86 22266, 77 3329, 242 0xed, SBC PC: 0x0cfe, SP: 0x41, A: 0xfd, X: 0x09, Y: 0x23, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 432 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1954] | 1.00 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3898, 237 3899, 163 3900, 83 21411, 156 3901, 81 0xed, SBC PC: 0x0f3a, SP: 0x5f, A: 0x3a, X: 0x8d, Y: 0x9f, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1297] | 0.69 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 33862, 245 33863, 191 33864, 230 191, 208 238, 99 0xf5, SBC PC: 0x8446, SP: 0x91, A: 0x0d, X: 0x2f, Y: 0xf9, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1755] | 0.59 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54434, 237 54435, 231 54436, 227 58343, 113 54437, 125 0xed, SBC PC: 0xd4a2, SP: 0x1c, A: 0x82, X: 0x84, Y: 0x2f, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1212] | 1.55 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7402, 245 7403, 255 7404, 0 255, 224 53, 189 0xf5, SBC PC: 0x1cea, SP: 0x7f, A: 0xbe, X: 0x36, Y: 0x59, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1463] | 0.54 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51915, 245 51916, 212 51917, 129 212, 249 230, 112 0xf5, SBC PC: 0xcacb, SP: 0xf0, A: 0x85, X: 0x12, Y: 0xb9, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2133] | 0.70 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3372, 253 3373, 69 3374, 34 8773, 185 3375, 124 0xfd, SBC PC: 0x0d2c, SP: 0x7f, A: 0x9e, X: 0x00, Y: 0xaa, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1121] | 1.05 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10623, 245 10624, 132 10625, 89 132, 99 219, 209 0xf5, SBC PC: 0x297f, SP: 0xaf, A: 0x22, X: 0x57, Y: 0x64, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 80 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1539] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61986, 237 61987, 242 61988, 229 58866, 125 61989, 81 0xed, SBC PC: 0xf222, SP: 0x72, A: 0x6b, X: 0x53, Y: 0xbf, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1616] | 0.58 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4058, 237 4059, 206 4060, 48 12494, 54 4061, 244 0xed, SBC PC: 0x0fda, SP: 0x48, A: 0xc0, X: 0xfd, Y: 0x88, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1823] | 1.26 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62736, 237 62737, 46 62738, 237 60718, 10 62739, 86 0xed, SBC PC: 0xf510, SP: 0xdb, A: 0x38, X: 0x61, Y: 0xc8, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2077] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17600, 253 17601, 15 17602, 211 54183, 162 17603, 64 0xfd, SBC PC: 0x44c0, SP: 0x48, A: 0xa4, X: 0x98, Y: 0x42, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1030] | 0.84 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45901, 245 45902, 171 45903, 190 171, 181 22, 223 0xf5, SBC PC: 0xb34d, SP: 0x00, A: 0x00, X: 0x6b, Y: 0x38, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 32 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1682] | 1.14 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42044, 237 42045, 25 42046, 220 56345, 181 42047, 155 0xed, SBC PC: 0xa43c, SP: 0x77, A: 0x1e, X: 0xb1, Y: 0xf1, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2018] | 0.66 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59288, 253 59289, 180 59290, 124 31957, 224 59291, 116 0xfd, SBC PC: 0xe798, SP: 0x6a, A: 0xdf, X: 0x21, Y: 0xed, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1383] | 0.99 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29232, 245 29233, 237 29234, 167 237, 50 57, 221 0xf5, SBC PC: 0x7230, SP: 0x7c, A: 0xa4, X: 0x4c, Y: 0xce, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1891] | 0.61 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44131, 237 44132, 122 44133, 199 51066, 202 44134, 226 0xed, SBC PC: 0xac63, SP: 0x40, A: 0x94, X: 0x9f, Y: 0xc9, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1298] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17444, 245 17445, 230 17446, 254 230, 53 139, 133 0xf5, SBC PC: 0x4424, SP: 0xbc, A: 0xa6, X: 0xa5, Y: 0x14, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1464] | 0.76 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36816, 245 36817, 95 36818, 251 95, 207 3, 49 0xf5, SBC PC: 0x8fd0, SP: 0x58, A: 0x94, X: 0xa4, Y: 0x5e, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1756] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36079, 237 36080, 255 36081, 125 32255, 167 36082, 72 0xed, SBC PC: 0x8cef, SP: 0xf1, A: 0x25, X: 0x89, Y: 0xa1, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2134] | 1.00 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48247, 253 48248, 231 48249, 148 38046, 110 38302, 177 48250, 52 0xfd, SBC PC: 0xbc77, SP: 0x5f, A: 0x73, X: 0xb7, Y: 0x8d, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1617] | 0.58 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35672, 237 35673, 116 35674, 123 31604, 20 35675, 93 0xed, SBC PC: 0x8b58, SP: 0x07, A: 0xc5, X: 0xdd, Y: 0x4d, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1955] | 0.74 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50339, 237 50340, 55 50341, 194 49719, 203 50342, 167 0xed, SBC PC: 0xc4a3, SP: 0x66, A: 0x35, X: 0x8d, Y: 0xb9, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 106 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1540] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 64945, 237 64946, 141 64947, 211 54157, 174 64948, 20 0xed, SBC PC: 0xfdb1, SP: 0x47, A: 0x2b, X: 0xb8, Y: 0x3e, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2078] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6140, 253 6141, 162 6142, 27 7025, 7 7281, 103 6143, 187 0xfd, SBC PC: 0x17fc, SP: 0x4f, A: 0xad, X: 0xcf, Y: 0x42, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2019] | 0.98 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35827, 253 35828, 103 35829, 235 60293, 5 35830, 45 0xfd, SBC PC: 0x8bf3, SP: 0x51, A: 0xb3, X: 0x1e, Y: 0x30, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 430 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1892] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35641, 237 35642, 198 35643, 86 22214, 161 35644, 179 0xed, SBC PC: 0x8b39, SP: 0x03, A: 0x10, X: 0x8f, Y: 0x87, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1031] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64471, 245 64472, 73 64473, 33 73, 1 217, 92 0xf5, SBC PC: 0xfbd7, SP: 0xa7, A: 0x9d, X: 0x90, Y: 0xdc, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1122] | 1.25 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55663, 245 55664, 217 55665, 100 217, 243 59, 211 0xf5, SBC PC: 0xd96f, SP: 0xa3, A: 0x24, X: 0x62, Y: 0x20, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 81 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1757] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 29098, 237 29099, 89 29100, 145 37209, 122 29101, 60 0xed, SBC PC: 0x71aa, SP: 0xc6, A: 0x52, X: 0xaa, Y: 0x9a, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1299] | 0.92 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 23790, 245 23791, 52 23792, 246 52, 76 170, 96 0xf5, SBC PC: 0x5cee, SP: 0x7f, A: 0x77, X: 0x76, Y: 0x4a, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1465] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 5657, 245 5658, 203 5659, 159 203, 183 209, 238 0xf5, SBC PC: 0x1619, SP: 0x75, A: 0xe5, X: 0x06, Y: 0x44, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1618] | 0.53 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6831, 237 6832, 231 6833, 180 46311, 166 6834, 249 0xed, SBC PC: 0x1aaf, SP: 0xc7, A: 0x85, X: 0x42, Y: 0xc3, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1384] | 0.74 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 56290, 245 56291, 72 56292, 116 72, 52 107, 111 0xf5, SBC PC: 0xdbe2, SP: 0x9a, A: 0xef, X: 0x23, Y: 0x5b, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 383 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1541] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10086, 237 10087, 204 10088, 67 17356, 180 10089, 187 0xed, SBC PC: 0x2766, SP: 0x6b, A: 0xaa, X: 0x8a, Y: 0x64, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1683] | 0.97 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45003, 237 45004, 51 45005, 115 29491, 109 45006, 32 0xed, SBC PC: 0xafcb, SP: 0xa9, A: 0x16, X: 0xe7, Y: 0xb8, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1824] | 1.01 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 50227, 237 50228, 212 50229, 17 4564, 247 50230, 199 0xed, SBC PC: 0xc433, SP: 0xb2, A: 0x77, X: 0x5c, Y: 0xca, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1956] | 0.70 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59326, 237 59327, 71 59328, 176 45127, 199 59329, 235 0xed, SBC PC: 0xe7be, SP: 0xcc, A: 0x28, X: 0x4d, Y: 0x8a, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 97 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1213] | 1.06 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 26270, 245 26271, 128 26272, 2 128, 5 84, 34 0xf5, SBC PC: 0x669e, SP: 0x80, A: 0x17, X: 0xd4, Y: 0xea, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2079] | 0.97 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5860, 253 5861, 221 5862, 163 41852, 95 42108, 248 5863, 253 0xfd, SBC PC: 0x16e4, SP: 0xae, A: 0xbe, X: 0x9f, Y: 0x53, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1893] | 0.58 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4288, 237 4289, 12 4290, 124 31756, 29 4291, 35 0xed, SBC PC: 0x10c0, SP: 0xac, A: 0xf8, X: 0xf0, Y: 0xca, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 475 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1758] | 0.53 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19848, 237 19849, 78 19850, 191 48974, 221 19851, 229 0xed, SBC PC: 0x4d88, SP: 0x76, A: 0xd5, X: 0x54, Y: 0x0d, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1032] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21432, 245 21433, 138 21434, 81 138, 198 66, 207 0xf5, SBC PC: 0x53b8, SP: 0x0f, A: 0x93, X: 0xb8, Y: 0xad, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2135] | 0.74 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34922, 253 34923, 38 34924, 248 63639, 39 34925, 74 0xfd, SBC PC: 0x886a, SP: 0x20, A: 0x9d, X: 0x71, Y: 0x46, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1619] | 0.78 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41186, 237 41187, 167 41188, 197 50599, 227 41189, 221 0xed, SBC PC: 0xa0e2, SP: 0x7f, A: 0xb1, X: 0x50, Y: 0x16, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1466] | 0.58 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61, 245 62, 94 63, 6 94, 232 156, 239 0xf5, SBC PC: 0x003d, SP: 0x1a, A: 0xd0, X: 0x3e, Y: 0xb6, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2020] | 0.76 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 24462, 253 24463, 95 24464, 65 16761, 95 24465, 114 0xfd, SBC PC: 0x5f8e, SP: 0xde, A: 0x22, X: 0x1a, Y: 0xf1, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1300] | 0.75 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45339, 245 45340, 171 45341, 30 171, 225 94, 241 0xf5, SBC PC: 0xb11b, SP: 0x1e, A: 0x0c, X: 0xb3, Y: 0xeb, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 27 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1542] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39990, 237 39991, 10 39992, 44 11274, 1 39993, 255 0xed, SBC PC: 0x9c36, SP: 0xe3, A: 0xc2, X: 0x32, Y: 0xbc, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 449 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1385] | 0.75 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 33857, 245 33858, 100 33859, 145 100, 27 64, 130 0xf5, SBC PC: 0x8441, SP: 0x92, A: 0xad, X: 0xdc, Y: 0x87, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1759] | 0.80 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20239, 237 20240, 199 20241, 128 32967, 69 20242, 157 0xed, SBC PC: 0x4f0f, SP: 0x1d, A: 0xaa, X: 0xe1, Y: 0x91, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1957] | 0.76 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 12737, 237 12738, 39 12739, 32 8231, 58 12740, 181 0xed, SBC PC: 0x31c1, SP: 0xa1, A: 0x06, X: 0xd8, Y: 0xee, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1894] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48928, 237 48929, 86 48930, 123 31574, 2 48931, 193 0xed, SBC PC: 0xbf20, SP: 0xf9, A: 0x4e, X: 0xe5, Y: 0xf5, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1123] | 1.07 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 41496, 245 41497, 175 41498, 212 175, 53 160, 176 0xf5, SBC PC: 0xa218, SP: 0xa8, A: 0x26, X: 0xf1, Y: 0xf3, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1033] | 1.26 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 6779, 245 6780, 81 6781, 74 81, 131 98, 151 0xf5, SBC PC: 0x1a7b, SP: 0x3b, A: 0x52, X: 0x11, Y: 0xc2, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1684] | 0.98 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52838, 237 52839, 149 52840, 23 6037, 218 52841, 87 0xed, SBC PC: 0xce66, SP: 0xf3, A: 0xa2, X: 0x81, Y: 0x2d, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2136] | 0.70 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40749, 253 40750, 193 40751, 183 47066, 157 40752, 116 0xfd, SBC PC: 0x9f2d, SP: 0x94, A: 0xd3, X: 0x19, Y: 0x67, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1825] | 0.77 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62132, 237 62133, 201 62134, 254 65225, 50 62135, 181 0xed, SBC PC: 0xf2b4, SP: 0x6a, A: 0x73, X: 0xda, Y: 0x5e, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1467] | 0.61 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37959, 245 37960, 96 37961, 209 96, 196 203, 177 0xf5, SBC PC: 0x9447, SP: 0xa1, A: 0xea, X: 0x6b, Y: 0xc4, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2080] | 0.73 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 18407, 253 18408, 160 18409, 51 13228, 14 18410, 169 0xfd, SBC PC: 0x47e7, SP: 0x43, A: 0xea, X: 0x0c, Y: 0xc6, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 476 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1214] | 1.09 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60897, 245 60898, 24 60899, 146 24, 76 99, 125 0xf5, SBC PC: 0xede1, SP: 0x6a, A: 0x3f, X: 0x4b, Y: 0x68, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1620] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 55310, 237 55311, 67 55312, 28 7235, 36 55313, 117 0xed, SBC PC: 0xd80e, SP: 0x3c, A: 0xc2, X: 0x54, Y: 0xe1, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1543] | 0.84 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23062, 237 23063, 123 23064, 168 43131, 2 23065, 152 0xed, SBC PC: 0x5a16, SP: 0xe0, A: 0xdf, X: 0x3f, Y: 0x0e, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 477 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2021] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57099, 253 57100, 114 57101, 173 44401, 108 44657, 102 57102, 141 0xfd, SBC PC: 0xdf0b, SP: 0x12, A: 0xb3, X: 0xff, Y: 0xe9, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1301] | 0.79 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11838, 245 11839, 188 11840, 196 188, 199 9, 238 0xf5, SBC PC: 0x2e3e, SP: 0xbd, A: 0xf7, X: 0x4d, Y: 0xe0, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1895] | 0.52 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 43651, 237 43652, 45 43653, 17 4397, 151 43654, 3 0xed, SBC PC: 0xaa83, SP: 0x50, A: 0xf3, X: 0x4c, Y: 0xdb, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1386] | 0.72 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 58008, 245 58009, 157 58010, 59 157, 90 92, 99 0xf5, SBC PC: 0xe298, SP: 0x3a, A: 0x58, X: 0xbf, Y: 0xbe, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1958] | 0.98 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14715, 237 14716, 11 14717, 84 21515, 0 14718, 50 0xed, SBC PC: 0x397b, SP: 0x62, A: 0x78, X: 0x25, Y: 0x73, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1760] | 0.77 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59710, 237 59711, 45 59712, 124 31789, 10 59713, 56 0xed, SBC PC: 0xe93e, SP: 0xf5, A: 0xbe, X: 0xcc, Y: 0x3f, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1468] | 0.67 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 1763, 245 1764, 81 1765, 181 81, 174 18, 110 0xf5, SBC PC: 0x06e3, SP: 0x1f, A: 0x72, X: 0xc1, Y: 0x8a, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2137] | 0.68 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49317, 253 49318, 227 49319, 175 44995, 54 45251, 179 49320, 119 0xfd, SBC PC: 0xc0a5, SP: 0xf6, A: 0x51, X: 0xe0, Y: 0x9b, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1826] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11985, 237 11986, 70 11987, 181 46406, 223 11988, 50 0xed, SBC PC: 0x2ed1, SP: 0xb9, A: 0xc8, X: 0x64, Y: 0x84, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1621] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41403, 237 41404, 254 41405, 91 23550, 120 41406, 71 0xed, SBC PC: 0xa1bb, SP: 0x28, A: 0xf1, X: 0x74, Y: 0xaa, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2081] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 23395, 253 23396, 105 23397, 213 54662, 25 23398, 94 0xfd, SBC PC: 0x5b63, SP: 0x98, A: 0x1a, X: 0x1d, Y: 0xff, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1896] | 0.79 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39513, 237 39514, 245 39515, 152 39157, 126 39516, 191 0xed, SBC PC: 0x9a59, SP: 0x1b, A: 0xfc, X: 0x21, Y: 0x8c, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 381 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1685] | 0.75 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25772, 237 25773, 72 25774, 115 29512, 19 25775, 140 0xed, SBC PC: 0x64ac, SP: 0xb9, A: 0x5f, X: 0xe0, Y: 0x06, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1124] | 0.81 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21491, 245 21492, 77 21493, 75 77, 22 136, 204 0xf5, SBC PC: 0x53f3, SP: 0x76, A: 0x6e, X: 0x3b, Y: 0x89, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2022] | 0.91 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39685, 253 39686, 130 39687, 230 59069, 250 39688, 134 0xfd, SBC PC: 0x9b05, SP: 0xb2, A: 0x9b, X: 0x3b, Y: 0xfd, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1544] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62220, 237 62221, 32 62222, 11 2848, 93 62223, 35 0xed, SBC PC: 0xf30c, SP: 0x32, A: 0xa2, X: 0x69, Y: 0xb4, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1302] | 0.95 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25029, 245 25030, 245 25031, 216 245, 155 209, 68 0xf5, SBC PC: 0x61c5, SP: 0x39, A: 0x15, X: 0xdc, Y: 0xbc, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1387] | 0.80 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 28916, 245 28917, 169 28918, 188 169, 184 197, 230 0xf5, SBC PC: 0x70f4, SP: 0xdf, A: 0xe6, X: 0x1c, Y: 0xd5, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1034] | 1.18 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46944, 245 46945, 157 46946, 135 157, 236 240, 3 0xf5, SBC PC: 0xb760, SP: 0x52, A: 0x7a, X: 0x53, Y: 0xfa, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1215] | 0.94 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34675, 245 34676, 56 34677, 198 56, 248 11, 218 0xf5, SBC PC: 0x8773, SP: 0x22, A: 0xd3, X: 0xd3, Y: 0xa1, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1761] | 0.76 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24809, 237 24810, 54 24811, 86 22070, 216 24812, 53 0xed, SBC PC: 0x60e9, SP: 0x84, A: 0xf6, X: 0x03, Y: 0xcc, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1469] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4663, 245 4664, 238 4665, 249 238, 143 156, 96 0xf5, SBC PC: 0x1237, SP: 0x12, A: 0x2a, X: 0xae, Y: 0x99, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 202 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2138] | 0.95 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 24167, 253 24168, 193 24169, 116 29721, 170 29977, 81 24170, 108 0xfd, SBC PC: 0x5e67, SP: 0x45, A: 0xa4, X: 0x58, Y: 0xad, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1827] | 0.57 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31954, 237 31955, 216 31956, 133 34264, 187 31957, 193 0xed, SBC PC: 0x7cd2, SP: 0x1d, A: 0x33, X: 0x72, Y: 0x2f, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 120 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1959] | 0.85 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7020, 237 7021, 84 7022, 255 65364, 43 7023, 115 0xed, SBC PC: 0x1b6c, SP: 0xe1, A: 0xa7, X: 0x77, Y: 0x9d, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 380 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2082] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26705, 253 26706, 119 26707, 167 42868, 95 43124, 41 26708, 201 0xfd, SBC PC: 0x6851, SP: 0x19, A: 0x9a, X: 0xfd, Y: 0xda, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1622] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 9517, 237 9518, 134 9519, 11 2950, 92 9520, 169 0xed, SBC PC: 0x252d, SP: 0x40, A: 0xef, X: 0xf9, Y: 0x3c, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1897] | 0.65 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37077, 237 37078, 242 37079, 108 27890, 234 37080, 210 0xed, SBC PC: 0x90d5, SP: 0x20, A: 0xaa, X: 0xc2, Y: 0xc6, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1686] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 9941, 237 9942, 252 9943, 131 33788, 231 9944, 221 0xed, SBC PC: 0x26d5, SP: 0xb9, A: 0xab, X: 0x81, Y: 0x37, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1545] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48935, 237 48936, 36 48937, 190 48676, 121 48938, 7 0xed, SBC PC: 0xbf27, SP: 0xf4, A: 0xa1, X: 0x09, Y: 0xf6, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1125] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 58441, 245 58442, 212 58443, 32 212, 220 100, 168 0xf5, SBC PC: 0xe449, SP: 0x11, A: 0x5a, X: 0x90, Y: 0xcc, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2023] | 0.80 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16249, 253 16250, 231 16251, 192 49344, 152 49600, 117 16252, 159 0xfd, SBC PC: 0x3f79, SP: 0xca, A: 0x0b, X: 0xd9, Y: 0x57, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1388] | 0.92 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 47708, 245 47709, 240 47710, 172 240, 46 8, 205 0xf5, SBC PC: 0xba5c, SP: 0x4c, A: 0x1d, X: 0x18, Y: 0xa4, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 80 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1470] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 65284, 245 65285, 220 65286, 212 220, 130 171, 75 0xf5, SBC PC: 0xff04, SP: 0x3e, A: 0x7c, X: 0xcf, Y: 0x28, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1828] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21865, 237 21866, 164 21867, 181 46500, 244 21868, 239 0xed, SBC PC: 0x5569, SP: 0x08, A: 0x1e, X: 0x21, Y: 0x8c, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 42 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1303] | 0.70 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4276, 245 4277, 105 4278, 181 105, 217 175, 247 0xf5, SBC PC: 0x10b4, SP: 0xe9, A: 0xbe, X: 0x46, Y: 0xae, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1762] | 0.76 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35044, 237 35045, 94 35046, 163 41822, 91 35047, 104 0xed, SBC PC: 0x88e4, SP: 0x05, A: 0x60, X: 0x64, Y: 0x77, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2083] | 0.85 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 43991, 253 43992, 124 43993, 172 44098, 95 44354, 73 43994, 43 0xfd, SBC PC: 0xabd7, SP: 0x57, A: 0xfd, X: 0xc6, Y: 0xac, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 436 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1216] | 0.81 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38040, 245 38041, 188 38042, 84 188, 148 71, 142 0xf5, SBC PC: 0x9498, SP: 0xac, A: 0x0d, X: 0x8b, Y: 0xc8, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1623] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61832, 237 61833, 2 61834, 191 48898, 206 61835, 199 0xed, SBC PC: 0xf188, SP: 0x50, A: 0x55, X: 0x97, Y: 0xac, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1898] | 0.63 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31252, 237 31253, 232 31254, 125 32232, 212 31255, 228 0xed, SBC PC: 0x7a14, SP: 0x30, A: 0xcf, X: 0xf4, Y: 0xb3, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1960] | 0.71 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39111, 237 39112, 201 39113, 126 32457, 107 39114, 17 0xed, SBC PC: 0x98c7, SP: 0x53, A: 0x19, X: 0xf2, Y: 0xc1, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1546] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61747, 237 61748, 244 61749, 194 49908, 191 61750, 225 0xed, SBC PC: 0xf133, SP: 0xb4, A: 0xda, X: 0x47, Y: 0xb2, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1035] | 0.91 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 22919, 245 22920, 49 22921, 107 49, 213 223, 18 0xf5, SBC PC: 0x5987, SP: 0x01, A: 0xab, X: 0xae, Y: 0x9e, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2139] | 0.71 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50965, 253 50966, 65 50967, 34 8931, 182 50968, 199 0xfd, SBC PC: 0xc715, SP: 0x30, A: 0x5f, X: 0xa2, Y: 0x30, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1687] | 0.94 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15803, 237 15804, 144 15805, 136 34960, 20 15806, 83 0xed, SBC PC: 0x3dbb, SP: 0x8f, A: 0xd4, X: 0x2b, Y: 0x5e, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 447 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1126] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 857, 245 858, 78 859, 212 78, 255 167, 190 0xf5, SBC PC: 0x0359, SP: 0x7d, A: 0x22, X: 0x59, Y: 0x31, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1829] | 0.79 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18511, 237 18512, 24 18513, 8 2072, 195 18514, 15 0xed, SBC PC: 0x484f, SP: 0x7b, A: 0x17, X: 0x2f, Y: 0x33, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 83 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1471] | 0.78 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60705, 245 60706, 88 60707, 200 88, 34 7, 212 0xf5, SBC PC: 0xed21, SP: 0xe9, A: 0x2e, X: 0xaf, Y: 0x91, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 89 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2024] | 0.71 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6847, 253 6848, 202 6849, 204 52477, 8 6850, 80 0xfd, SBC PC: 0x1abf, SP: 0x6a, A: 0xc7, X: 0x33, Y: 0x98, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 447 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1304] | 0.73 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11049, 245 11050, 96 11051, 162 96, 205 37, 68 0xf5, SBC PC: 0x2b29, SP: 0x5d, A: 0xbb, X: 0xc5, Y: 0x03, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1763] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15444, 237 15445, 25 15446, 154 39449, 131 15447, 77 0xed, SBC PC: 0x3c54, SP: 0x1c, A: 0xbd, X: 0x06, Y: 0x29, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1389] | 0.70 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45985, 245 45986, 61 45987, 29 61, 228 241, 242 0xf5, SBC PC: 0xb3a1, SP: 0xb8, A: 0x38, X: 0xb4, Y: 0x66, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 70 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1624] | 0.62 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58592, 237 58593, 164 58594, 90 23204, 211 58595, 111 0xed, SBC PC: 0xe4e0, SP: 0x48, A: 0x19, X: 0xcb, Y: 0x1f, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 70 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1547] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 32542, 237 32543, 155 32544, 170 43675, 74 32545, 245 0xed, SBC PC: 0x7f1e, SP: 0x76, A: 0xc6, X: 0xaf, Y: 0xf1, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1899] | 0.70 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37842, 237 37843, 133 37844, 104 26757, 241 37845, 250 0xed, SBC PC: 0x93d2, SP: 0x40, A: 0x08, X: 0x46, Y: 0x64, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 23 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2084] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9300, 253 9301, 190 9302, 168 43046, 238 43302, 195 9303, 46 0xfd, SBC PC: 0x2454, SP: 0x88, A: 0xbe, X: 0x68, Y: 0x58, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1217] | 0.70 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38165, 245 38166, 194 38167, 162 194, 185 168, 91 0xf5, SBC PC: 0x9515, SP: 0x52, A: 0x88, X: 0xe6, Y: 0x4c, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1961] | 0.88 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2801, 237 2802, 80 2803, 101 25936, 81 2804, 69 0xed, SBC PC: 0x0af1, SP: 0x7c, A: 0x1a, X: 0xce, Y: 0xc0, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2140] | 0.73 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30893, 253 30894, 211 30895, 212 54421, 120 54677, 145 30896, 5 0xfd, SBC PC: 0x78ad, SP: 0x17, A: 0x4f, X: 0xc2, Y: 0xd9, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1127] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36498, 245 36499, 33 36500, 130 33, 103 173, 67 0xf5, SBC PC: 0x8e92, SP: 0x3a, A: 0x74, X: 0x8c, Y: 0xc9, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1036] | 0.65 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14497, 245 14498, 21 14499, 38 21, 218 36, 149 0xf5, SBC PC: 0x38a1, SP: 0x1c, A: 0xd4, X: 0x0f, Y: 0x10, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1688] | 0.68 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31302, 237 31303, 141 31304, 28 7309, 60 31305, 60 0xed, SBC PC: 0x7a46, SP: 0x18, A: 0x68, X: 0x01, Y: 0x7a, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1830] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1396, 237 1397, 72 1398, 144 36936, 177 1399, 207 0xed, SBC PC: 0x0574, SP: 0x58, A: 0xcd, X: 0x95, Y: 0xb6, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1472] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45022, 245 45023, 5 45024, 40 5, 132 74, 79 0xf5, SBC PC: 0xafde, SP: 0xac, A: 0x44, X: 0x45, Y: 0x14, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2025] | 1.12 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58790, 253 58791, 69 58792, 13 3403, 171 58793, 54 0xfd, SBC PC: 0xe5a6, SP: 0xec, A: 0x34, X: 0x06, Y: 0x53, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 136 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1305] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 44562, 245 44563, 130 44564, 107 130, 93 217, 196 0xf5, SBC PC: 0xae12, SP: 0xe5, A: 0xe5, X: 0x57, Y: 0xbb, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1764] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 40917, 237 40918, 50 40919, 13 3378, 21 40920, 199 0xed, SBC PC: 0x9fd5, SP: 0x93, A: 0x18, X: 0x85, Y: 0xf8, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1625] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 8831, 237 8832, 18 8833, 74 18962, 219 8834, 73 0xed, SBC PC: 0x227f, SP: 0x1e, A: 0xe9, X: 0xe8, Y: 0x22, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1548] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58985, 237 58986, 121 58987, 12 3193, 98 58988, 24 0xed, SBC PC: 0xe669, SP: 0xb4, A: 0x09, X: 0x2b, Y: 0x67, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1390] | 0.83 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 50614, 245 50615, 229 50616, 18 229, 229 198, 254 0xf5, SBC PC: 0xc5b6, SP: 0x4c, A: 0x82, X: 0xe1, Y: 0x6b, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1900] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44530, 237 44531, 170 44532, 13 3498, 68 44533, 240 0xed, SBC PC: 0xadf2, SP: 0xad, A: 0x4f, X: 0xcd, Y: 0x59, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2085] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62250, 253 62251, 157 62252, 20 5289, 217 62253, 155 0xfd, SBC PC: 0xf32a, SP: 0xde, A: 0x95, X: 0x0c, Y: 0x49, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1218] | 0.56 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45511, 245 45512, 60 45513, 220 60, 134 2, 81 0xf5, SBC PC: 0xb1c7, SP: 0x56, A: 0x0c, X: 0xc6, Y: 0xbb, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2141] | 0.83 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17106, 253 17107, 166 17108, 81 20870, 41 21126, 112 17109, 81 0xfd, SBC PC: 0x42d2, SP: 0x90, A: 0x8c, X: 0xe0, Y: 0x10, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1128] | 0.55 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 41681, 245 41682, 169 41683, 57 169, 210 53, 255 0xf5, SBC PC: 0xa2d1, SP: 0xf4, A: 0xc5, X: 0x8c, Y: 0x77, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1037] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60217, 245 60218, 13 60219, 197 13, 116 95, 44 0xf5, SBC PC: 0xeb39, SP: 0xf9, A: 0x5c, X: 0x52, Y: 0x56, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1962] | 0.69 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 997, 237 998, 65 999, 97 24897, 87 1000, 17 0xed, SBC PC: 0x03e5, SP: 0x1f, A: 0xfa, X: 0x52, Y: 0x3b, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 418 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1831] | 0.73 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 38186, 237 38187, 191 38188, 123 31679, 99 38189, 165 0xed, SBC PC: 0x952a, SP: 0x4a, A: 0xcd, X: 0xd7, Y: 0x35, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1689] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 47912, 237 47913, 84 47914, 102 26196, 70 47915, 135 0xed, SBC PC: 0xbb28, SP: 0x67, A: 0xc0, X: 0xc0, Y: 0x92, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 378 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1473] | 0.70 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13940, 245 13941, 99 13942, 163 99, 180 193, 100 0xf5, SBC PC: 0x3674, SP: 0xaf, A: 0xfe, X: 0x5e, Y: 0xec, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1765] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59772, 237 59773, 75 59774, 251 64331, 30 59775, 158 0xed, SBC PC: 0xe97c, SP: 0x48, A: 0x1a, X: 0x0b, Y: 0x14, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1306] | 0.80 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52524, 245 52525, 66 52526, 14 66, 225 213, 196 0xf5, SBC PC: 0xcd2c, SP: 0x33, A: 0x1d, X: 0x93, Y: 0xbf, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 89 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1549] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 33780, 237 33781, 172 33782, 32 8364, 81 33783, 250 0xed, SBC PC: 0x83f4, SP: 0xd8, A: 0xf3, X: 0x35, Y: 0xfe, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 417 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1626] | 1.01 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37119, 237 37120, 33 37121, 108 27681, 12 37122, 190 0xed, SBC PC: 0x90ff, SP: 0xe5, A: 0x64, X: 0xf8, Y: 0xa5, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1219] | 0.79 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18752, 245 18753, 147 18754, 226 147, 54 69, 66 0xf5, SBC PC: 0x4940, SP: 0xd5, A: 0x0d, X: 0xb2, Y: 0x9e, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2086] | 0.96 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31852, 253 31853, 178 31854, 12 3284, 30 31855, 29 0xfd, SBC PC: 0x7c6c, SP: 0x83, A: 0x68, X: 0x22, Y: 0x38, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1129] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52003, 245 52004, 233 52005, 255 233, 61 65, 99 0xf5, SBC PC: 0xcb23, SP: 0xed, A: 0x02, X: 0x58, Y: 0xab, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1391] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10455, 245 10456, 183 10457, 171 183, 82 108, 58 0xf5, SBC PC: 0x28d7, SP: 0x89, A: 0x46, X: 0xb5, Y: 0xba, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1901] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 29410, 237 29411, 1 29412, 1 257, 25 29413, 157 0xed, SBC PC: 0x72e2, SP: 0x40, A: 0xd0, X: 0xd4, Y: 0x18, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 438 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1038] | 0.56 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 20098, 245 20099, 193 20100, 105 193, 1 127, 193 0xf5, SBC PC: 0x4e82, SP: 0x41, A: 0xb4, X: 0xbe, Y: 0xd6, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 243 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2026] | 0.78 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17125, 253 17126, 4 17127, 243 62237, 30 17128, 3 0xfd, SBC PC: 0x42e5, SP: 0x88, A: 0xd0, X: 0x19, Y: 0xbd, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 434 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1963] | 0.63 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63228, 237 63229, 162 63230, 250 64162, 89 63231, 129 0xed, SBC PC: 0xf6fc, SP: 0xe6, A: 0x0b, X: 0xec, Y: 0x50, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1690] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 13049, 237 13050, 45 13051, 44 11309, 185 13052, 68 0xed, SBC PC: 0x32f9, SP: 0x32, A: 0x67, X: 0x6c, Y: 0x41, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2142] | 0.94 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55482, 253 55483, 218 55484, 200 51340, 177 51596, 111 55485, 203 0xfd, SBC PC: 0xd8ba, SP: 0x5f, A: 0x46, X: 0xb2, Y: 0x23, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1766] | 0.88 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30383, 237 30384, 104 30385, 150 38504, 104 30386, 91 0xed, SBC PC: 0x76af, SP: 0xdc, A: 0xf7, X: 0x10, Y: 0x95, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1832] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2306, 237 2307, 194 2308, 144 37058, 47 2309, 116 0xed, SBC PC: 0x0902, SP: 0x95, A: 0x5c, X: 0xb6, Y: 0xd4, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1474] | 0.57 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51613, 245 51614, 103 51615, 51 103, 191 106, 215 0xf5, SBC PC: 0xc99d, SP: 0x81, A: 0x92, X: 0x03, Y: 0xe9, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1550] | 0.76 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54130, 237 54131, 170 54132, 233 59818, 165 54133, 13 0xed, SBC PC: 0xd372, SP: 0xf0, A: 0xee, X: 0x40, Y: 0xfb, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1307] | 0.66 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 65507, 245 65508, 162 65509, 217 162, 121 57, 215 0xf5, SBC PC: 0xffe3, SP: 0xa8, A: 0x47, X: 0x97, Y: 0xd6, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1220] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53216, 245 53217, 132 53218, 43 132, 248 28, 212 0xf5, SBC PC: 0xcfe0, SP: 0x65, A: 0xfd, X: 0x98, Y: 0x9c, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1392] | 0.64 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40089, 245 40090, 186 40091, 248 186, 202 243, 26 0xf5, SBC PC: 0x9c99, SP: 0x55, A: 0x57, X: 0x39, Y: 0x05, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1039] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 3841, 245 3842, 157 3843, 68 157, 0 58, 25 0xf5, SBC PC: 0x0f01, SP: 0x1e, A: 0xcb, X: 0x9d, Y: 0x3f, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 434 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1902] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19190, 237 19191, 86 19192, 200 51286, 120 19193, 127 0xed, SBC PC: 0x4af6, SP: 0x07, A: 0x03, X: 0xe4, Y: 0x58, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1130] | 0.76 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38552, 245 38553, 193 38554, 216 193, 155 96, 211 0xf5, SBC PC: 0x9698, SP: 0xc9, A: 0xbc, X: 0x9f, Y: 0x96, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1627] | 0.85 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2976, 237 2977, 23 2978, 56 14359, 124 2979, 49 0xed, SBC PC: 0x0ba0, SP: 0x16, A: 0xf7, X: 0x25, Y: 0xc7, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 378 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2087] | 0.71 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25394, 253 25395, 14 25396, 83 21387, 252 25397, 137 0xfd, SBC PC: 0x6332, SP: 0xa2, A: 0x79, X: 0x7d, Y: 0xd3, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1964] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25794, 237 25795, 24 25796, 40 10264, 11 25797, 226 0xed, SBC PC: 0x64c2, SP: 0xf4, A: 0x50, X: 0xa0, Y: 0xc2, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1691] | 0.72 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63470, 237 63471, 34 63472, 245 62754, 107 63473, 187 0xed, SBC PC: 0xf7ee, SP: 0x24, A: 0x43, X: 0x23, Y: 0x16, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1833] | 0.59 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26377, 237 26378, 5 26379, 9 2309, 15 26380, 11 0xed, SBC PC: 0x6709, SP: 0x1b, A: 0x09, X: 0x6a, Y: 0x7d, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1475] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15740, 245 15741, 172 15742, 62 172, 44 242, 172 0xf5, SBC PC: 0x3d7c, SP: 0x8b, A: 0xe5, X: 0x46, Y: 0x42, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2027] | 0.75 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50977, 253 50978, 233 50979, 151 38768, 128 39024, 117 50980, 30 0xfd, SBC PC: 0xc721, SP: 0xf8, A: 0xef, X: 0x87, Y: 0xb2, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1551] | 0.65 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49676, 237 49677, 94 49678, 224 57438, 6 49679, 42 0xed, SBC PC: 0xc20c, SP: 0x6e, A: 0x23, X: 0xb0, Y: 0xd4, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1767] | 0.65 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21438, 237 21439, 126 21440, 220 56446, 83 21441, 19 0xed, SBC PC: 0x53be, SP: 0xda, A: 0xb0, X: 0x57, Y: 0xd7, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2143] | 0.79 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17159, 253 17160, 3 17161, 62 16025, 81 17162, 138 0xfd, SBC PC: 0x4307, SP: 0x2c, A: 0xb6, X: 0x96, Y: 0x2b, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1308] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 58496, 245 58497, 101 58498, 23 101, 137 123, 224 0xf5, SBC PC: 0xe480, SP: 0xaf, A: 0xd6, X: 0x16, Y: 0xc3, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1393] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 5857, 245 5858, 251 5859, 77 251, 231 63, 160 0xf5, SBC PC: 0x16e1, SP: 0x2c, A: 0x99, X: 0x44, Y: 0xb5, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1221] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55347, 245 55348, 20 55349, 37 20, 216 231, 165 0xf5, SBC PC: 0xd833, SP: 0xbe, A: 0xc7, X: 0xd3, Y: 0x61, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1040] | 0.77 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24243, 245 24244, 242 24245, 87 242, 138 60, 165 0xf5, SBC PC: 0x5eb3, SP: 0xc0, A: 0xaf, X: 0x4a, Y: 0xdb, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1903] | 0.96 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2275, 237 2276, 13 2277, 58 14861, 199 2278, 189 0xed, SBC PC: 0x08e3, SP: 0x8c, A: 0xfd, X: 0x09, Y: 0x67, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1965] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14056, 237 14057, 248 14058, 178 45816, 140 14059, 255 0xed, SBC PC: 0x36e8, SP: 0x2e, A: 0xcd, X: 0xb7, Y: 0xea, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1834] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 47326, 237 47327, 90 47328, 161 41306, 219 47329, 175 0xed, SBC PC: 0xb8de, SP: 0xe6, A: 0x25, X: 0x95, Y: 0xbd, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 74 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1476] | 0.55 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24460, 245 24461, 230 24462, 168 230, 236 29, 138 0xf5, SBC PC: 0x5f8c, SP: 0x6c, A: 0xff, X: 0x37, Y: 0x02, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2088] | 0.65 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5017, 253 5018, 23 5019, 189 48419, 161 5020, 226 0xfd, SBC PC: 0x1399, SP: 0x80, A: 0x9b, X: 0x0c, Y: 0x14, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1131] | 0.59 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53766, 245 53767, 55 53768, 122 55, 56 79, 83 0xf5, SBC PC: 0xd206, SP: 0x61, A: 0x10, X: 0x18, Y: 0xdf, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1692] | 0.55 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 34688, 237 34689, 121 34690, 14 3705, 244 34691, 242 0xed, SBC PC: 0x8780, SP: 0xb0, A: 0xe2, X: 0x6c, Y: 0xcf, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1628] | 0.78 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28936, 237 28937, 202 28938, 224 57546, 120 28939, 41 0xed, SBC PC: 0x7108, SP: 0x17, A: 0xee, X: 0xe3, Y: 0xcf, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 374 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2028] | 0.66 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10170, 253 10171, 229 10172, 198 50928, 33 10173, 100 0xfd, SBC PC: 0x27ba, SP: 0x81, A: 0xdb, X: 0x0b, Y: 0x1c, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 441 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1552] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54591, 237 54592, 235 54593, 11 3051, 81 54594, 232 0xed, SBC PC: 0xd53f, SP: 0x43, A: 0x1d, X: 0x54, Y: 0x88, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1309] | 0.59 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7536, 245 7537, 239 7538, 56 239, 76 16, 219 0xf5, SBC PC: 0x1d70, SP: 0x56, A: 0xf3, X: 0x21, Y: 0x24, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1768] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 12888, 237 12889, 124 12890, 208 53372, 184 12891, 203 0xed, SBC PC: 0x3258, SP: 0xa6, A: 0x26, X: 0xb9, Y: 0x7d, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1394] | 0.56 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45729, 245 45730, 219 45731, 118 219, 203 210, 122 0xf5, SBC PC: 0xb2a1, SP: 0x42, A: 0x24, X: 0xf7, Y: 0x7b, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1222] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51129, 245 51130, 151 51131, 97 151, 30 246, 194 0xf5, SBC PC: 0xc7b9, SP: 0x5d, A: 0x6f, X: 0x5f, Y: 0x1f, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2144] | 0.74 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3533, 253 3534, 144 3535, 204 52309, 225 52565, 172 3536, 216 0xfd, SBC PC: 0x0dcd, SP: 0x9f, A: 0xa6, X: 0xc5, Y: 0x62, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1966] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 65525, 237 65526, 44 65527, 32 8236, 234 65528, 254 0xed, SBC PC: 0xfff5, SP: 0x61, A: 0x31, X: 0x3a, Y: 0xc2, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 70 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1835] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45309, 237 45310, 27 45311, 65 16667, 149 45312, 53 0xed, SBC PC: 0xb0fd, SP: 0xb3, A: 0xc5, X: 0xd6, Y: 0x99, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1477] | 0.53 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53267, 245 53268, 97 53269, 156 97, 107 143, 88 0xf5, SBC PC: 0xd013, SP: 0xa4, A: 0x40, X: 0x2e, Y: 0xd0, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1041] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55485, 245 55486, 218 55487, 237 218, 234 81, 246 0xf5, SBC PC: 0xd8bd, SP: 0xed, A: 0x0f, X: 0x77, Y: 0x63, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 24 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1693] | 0.56 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21314, 237 21315, 13 21316, 98 25101, 178 21317, 217 0xed, SBC PC: 0x5342, SP: 0x6f, A: 0x7f, X: 0x70, Y: 0xee, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1132] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21929, 245 21930, 213 21931, 149 213, 102 77, 79 0xf5, SBC PC: 0x55a9, SP: 0x2c, A: 0x04, X: 0x78, Y: 0x93, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2089] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57026, 253 57027, 199 57028, 209 53676, 42 53932, 22 57029, 246 0xfd, SBC PC: 0xdec2, SP: 0xa8, A: 0x7e, X: 0xe5, Y: 0xf1, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 359 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1904] | 0.72 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 34207, 237 34208, 10 34209, 240 61450, 174 34210, 245 0xed, SBC PC: 0x859f, SP: 0xe9, A: 0xb0, X: 0xc0, Y: 0x89, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2029] | 0.98 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2161, 253 2162, 254 2163, 126 32476, 184 32732, 5 2164, 74 0xfd, SBC PC: 0x0871, SP: 0x7b, A: 0x22, X: 0xde, Y: 0x1b, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1310] | 0.57 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48787, 245 48788, 107 48789, 210 107, 122 87, 164 0xf5, SBC PC: 0xbe93, SP: 0x94, A: 0x2f, X: 0xec, Y: 0x0b, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 138 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1553] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58014, 237 58015, 134 58016, 109 28038, 187 58017, 16 0xed, SBC PC: 0xe29e, SP: 0x38, A: 0x8b, X: 0x38, Y: 0xcd, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1769] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20506, 237 20507, 44 20508, 55 14124, 61 20509, 20 0xed, SBC PC: 0x501a, SP: 0xcf, A: 0x41, X: 0xdb, Y: 0xd6, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1395] | 0.53 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 32593, 245 32594, 171 32595, 132 171, 141 142, 229 0xf5, SBC PC: 0x7f51, SP: 0xa4, A: 0x70, X: 0xe3, Y: 0x28, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1629] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19498, 237 19499, 138 19500, 5 1418, 103 19501, 155 0xed, SBC PC: 0x4c2a, SP: 0x0b, A: 0x07, X: 0x3b, Y: 0x7e, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1223] | 0.57 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 5962, 245 5963, 159 5964, 151 159, 75 164, 134 0xf5, SBC PC: 0x174a, SP: 0x2a, A: 0x31, X: 0x05, Y: 0xae, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1478] | 0.75 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13113, 245 13114, 198 13115, 214 198, 42 113, 242 0xf5, SBC PC: 0x3339, SP: 0x0b, A: 0xb8, X: 0xab, Y: 0xaf, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1836] | 0.76 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 47353, 237 47354, 125 47355, 209 53629, 237 47356, 69 0xed, SBC PC: 0xb8f9, SP: 0x46, A: 0xbe, X: 0x1a, Y: 0x8f, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1967] | 0.54 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 40932, 237 40933, 228 40934, 114 29412, 225 40935, 190 0xed, SBC PC: 0x9fe4, SP: 0x1c, A: 0x36, X: 0xce, Y: 0x88, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1694] | 0.78 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28225, 237 28226, 255 28227, 185 47615, 48 28228, 179 0xed, SBC PC: 0x6e41, SP: 0xba, A: 0x13, X: 0xf8, Y: 0xfa, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2145] | 1.10 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 18592, 253 18593, 116 18594, 82 21110, 52 18595, 0 0xfd, SBC PC: 0x48a0, SP: 0x73, A: 0xce, X: 0x02, Y: 0xf3, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1042] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 32528, 245 32529, 230 32530, 114 230, 252 101, 45 0xf5, SBC PC: 0x7f10, SP: 0x9e, A: 0x29, X: 0x7f, Y: 0xa6, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1133] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46286, 245 46287, 42 46288, 95 42, 176 117, 98 0xf5, SBC PC: 0xb4ce, SP: 0x8f, A: 0x6a, X: 0x4b, Y: 0x3d, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2090] | 0.81 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20373, 253 20374, 202 20375, 208 53259, 196 53515, 62 20376, 50 0xfd, SBC PC: 0x4f95, SP: 0xe5, A: 0x4e, X: 0x41, Y: 0xf2, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1311] | 0.56 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2423, 245 2424, 50 2425, 250 50, 174 240, 213 0xf5, SBC PC: 0x0977, SP: 0xd7, A: 0x6b, X: 0xbe, Y: 0xcf, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1396] | 0.54 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 31002, 245 31003, 95 31004, 43 95, 51 175, 5 0xf5, SBC PC: 0x791a, SP: 0x54, A: 0x5f, X: 0x50, Y: 0x7e, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1770] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4070, 237 4071, 131 4072, 89 22915, 84 4073, 122 0xed, SBC PC: 0x0fe6, SP: 0x2c, A: 0x54, X: 0x98, Y: 0x80, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1554] | 0.59 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20099, 237 20100, 198 20101, 106 27334, 79 20102, 136 0xed, SBC PC: 0x4e83, SP: 0x10, A: 0x87, X: 0x84, Y: 0x85, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1905] | 0.75 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 61195, 237 61196, 184 61197, 183 47032, 101 61198, 217 0xed, SBC PC: 0xef0b, SP: 0x23, A: 0xa2, X: 0x2f, Y: 0x0c, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1224] | 0.56 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61616, 245 61617, 101 61618, 116 101, 209 237, 231 0xf5, SBC PC: 0xf0b0, SP: 0x21, A: 0xfd, X: 0x88, Y: 0xa3, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1630] | 0.68 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2058, 237 2059, 120 2060, 77 19832, 137 2061, 27 0xed, SBC PC: 0x080a, SP: 0x64, A: 0x95, X: 0x21, Y: 0x25, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1968] | 0.78 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37673, 237 37674, 128 37675, 142 36480, 30 37676, 132 0xed, SBC PC: 0x9329, SP: 0x35, A: 0xc4, X: 0x4c, Y: 0x66, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 422 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1479] | 0.61 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39771, 245 39772, 242 39773, 253 242, 67 85, 148 0xf5, SBC PC: 0x9b5b, SP: 0x62, A: 0xbc, X: 0x63, Y: 0x64, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2030] | 0.82 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59357, 253 59358, 21 59359, 149 38264, 24 59360, 249 0xfd, SBC PC: 0xe7dd, SP: 0xc5, A: 0x7e, X: 0x63, Y: 0x49, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1043] | 0.57 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10616, 245 10617, 127 10618, 222 127, 23 151, 221 0xf5, SBC PC: 0x2978, SP: 0x2b, A: 0x8b, X: 0x18, Y: 0x68, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1837] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 36972, 237 36973, 28 36974, 114 29212, 108 36975, 159 0xed, SBC PC: 0x906c, SP: 0x70, A: 0xf0, X: 0x12, Y: 0x58, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 387 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1134] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10329, 245 10330, 237 10331, 100 237, 89 68, 189 0xf5, SBC PC: 0x2859, SP: 0x1a, A: 0xd3, X: 0x57, Y: 0xab, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1695] | 0.60 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 57188, 237 57189, 183 57190, 14 3767, 225 57191, 104 0xed, SBC PC: 0xdf64, SP: 0x71, A: 0x06, X: 0xd5, Y: 0xfd, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 36 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1397] | 0.78 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11603, 245 11604, 207 11605, 92 207, 112 96, 115 0xf5, SBC PC: 0x2d53, SP: 0x5f, A: 0x8c, X: 0x91, Y: 0x03, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1312] | 0.52 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38503, 245 38504, 252 38505, 195 252, 222 171, 165 0xf5, SBC PC: 0x9667, SP: 0xfa, A: 0xa2, X: 0xaf, Y: 0x25, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2091] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1295, 253 1296, 135 1297, 101 25997, 179 1298, 95 0xfd, SBC PC: 0x050f, SP: 0x09, A: 0x2e, X: 0x06, Y: 0xb4, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1225] | 0.56 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34088, 245 34089, 28 34090, 173 28, 60 141, 187 0xf5, SBC PC: 0x8528, SP: 0x2e, A: 0x5c, X: 0x71, Y: 0x01, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1771] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30188, 237 30189, 86 30190, 72 18518, 100 30191, 4 0xed, SBC PC: 0x75ec, SP: 0x8e, A: 0xff, X: 0xd4, Y: 0xbb, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1555] | 0.57 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21726, 237 21727, 63 21728, 201 51519, 74 21729, 217 0xed, SBC PC: 0x54de, SP: 0x7c, A: 0x9e, X: 0xef, Y: 0x73, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2146] | 0.75 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58197, 253 58198, 201 58199, 58 14961, 94 15217, 196 58200, 150 0xfd, SBC PC: 0xe355, SP: 0xa0, A: 0xc3, X: 0xa8, Y: 0xd4, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1906] | 0.71 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51543, 237 51544, 178 51545, 224 57522, 119 51546, 102 0xed, SBC PC: 0xc957, SP: 0x48, A: 0xbf, X: 0xb5, Y: 0x02, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1631] | 0.68 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37880, 237 37881, 6 37882, 115 29446, 45 37883, 244 0xed, SBC PC: 0x93f8, SP: 0x9d, A: 0xc1, X: 0x93, Y: 0xd4, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1044] | 0.58 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 6607, 245 6608, 162 6609, 162 162, 97 22, 56 0xf5, SBC PC: 0x19cf, SP: 0x45, A: 0x76, X: 0x74, Y: 0x42, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1969] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14859, 237 14860, 222 14861, 220 56542, 245 14862, 27 0xed, SBC PC: 0x3a0b, SP: 0x33, A: 0x74, X: 0xe5, Y: 0x2f, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1135] | 0.55 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14839, 245 14840, 254 14841, 242 254, 148 159, 79 0xf5, SBC PC: 0x39f7, SP: 0xfc, A: 0xfd, X: 0xa1, Y: 0xf0, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 429 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1480] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 22276, 245 22277, 188 22278, 148 188, 239 195, 33 0xf5, SBC PC: 0x5704, SP: 0x18, A: 0x5e, X: 0x07, Y: 0x03, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1838] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14811, 237 14812, 21 14813, 85 21781, 46 14814, 112 0xed, SBC PC: 0x39db, SP: 0xf2, A: 0xb7, X: 0xb6, Y: 0x39, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1313] | 0.75 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7217, 245 7218, 86 7219, 39 86, 198 201, 173 0xf5, SBC PC: 0x1c31, SP: 0x0d, A: 0x85, X: 0x73, Y: 0x62, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1696] | 0.61 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15442, 237 15443, 202 15444, 210 53962, 128 15445, 247 0xed, SBC PC: 0x3c52, SP: 0xf7, A: 0x89, X: 0xd7, Y: 0x50, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2031] | 0.70 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42791, 253 42792, 29 42793, 54 14007, 147 42794, 237 0xfd, SBC PC: 0xa727, SP: 0x30, A: 0x4d, X: 0x9a, Y: 0xfd, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1226] | 0.77 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 31004, 245 31005, 178 31006, 215 178, 44 112, 113 0xf5, SBC PC: 0x791c, SP: 0x1d, A: 0x70, X: 0xbe, Y: 0x84, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1556] | 0.56 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22495, 237 22496, 192 22497, 126 32448, 135 22498, 44 0xed, SBC PC: 0x57df, SP: 0x27, A: 0x51, X: 0x54, Y: 0xcc, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1772] | 0.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7308, 237 7309, 134 7310, 110 28294, 168 7311, 190 0xed, SBC PC: 0x1c8c, SP: 0xfc, A: 0xf4, X: 0x20, Y: 0xa3, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1398] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46140, 245 46141, 170 46142, 151 170, 149 70, 117 0xf5, SBC PC: 0xb43c, SP: 0x9f, A: 0x1c, X: 0x9c, Y: 0x60, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2092] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 51574, 253 51575, 229 51576, 60 15531, 178 15787, 205 51577, 120 0xfd, SBC PC: 0xc976, SP: 0x34, A: 0x29, X: 0xc6, Y: 0xcc, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 92 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1136] | 0.76 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48141, 245 48142, 213 48143, 57 213, 24 174, 78 0xf5, SBC PC: 0xbc0d, SP: 0x0d, A: 0x49, X: 0xd9, Y: 0x06, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1045] | 0.54 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30420, 245 30421, 205 30422, 226 205, 131 201, 163 0xf5, SBC PC: 0x76d4, SP: 0xa0, A: 0x38, X: 0xfc, Y: 0xdb, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1632] | 0.59 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1854, 237 1855, 183 1856, 143 36791, 79 1857, 34 0xed, SBC PC: 0x073e, SP: 0x84, A: 0xb4, X: 0x72, Y: 0x9c, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1481] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61183, 245 61184, 198 61185, 45 198, 74 222, 27 0xf5, SBC PC: 0xeeff, SP: 0xfe, A: 0xcb, X: 0x18, Y: 0xe8, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1907] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6629, 237 6630, 155 6631, 241 61851, 111 6632, 192 0xed, SBC PC: 0x19e5, SP: 0xc5, A: 0x4e, X: 0x3a, Y: 0x94, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2147] | 0.75 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33507, 253 33508, 173 33509, 161 41222, 147 41478, 169 33510, 97 0xfd, SBC PC: 0x82e3, SP: 0xcc, A: 0x5e, X: 0x59, Y: 0x35, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1970] | 0.60 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31564, 237 31565, 185 31566, 242 62137, 26 31567, 124 0xed, SBC PC: 0x7b4c, SP: 0x06, A: 0x40, X: 0x1c, Y: 0x9a, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1839] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44284, 237 44285, 41 44286, 159 40745, 156 44287, 193 0xed, SBC PC: 0xacfc, SP: 0x77, A: 0xce, X: 0x4a, Y: 0x80, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1697] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25898, 237 25899, 74 25900, 111 28490, 143 25901, 155 0xed, SBC PC: 0x652a, SP: 0x64, A: 0x14, X: 0x2e, Y: 0x48, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1557] | 0.80 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4770, 237 4771, 12 4772, 153 39180, 239 4773, 236 0xed, SBC PC: 0x12a2, SP: 0x27, A: 0xc8, X: 0x0d, Y: 0xe2, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1314] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2282, 245 2283, 212 2284, 119 212, 254 171, 44 0xf5, SBC PC: 0x08ea, SP: 0x78, A: 0x67, X: 0xd7, Y: 0x6a, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1773] | 0.79 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 47926, 237 47927, 133 47928, 57 14725, 38 47929, 153 0xed, SBC PC: 0xbb36, SP: 0x41, A: 0xdf, X: 0xb1, Y: 0xc0, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 440 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2032] | 0.67 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 4454, 253 4455, 153 4456, 128 32782, 89 33038, 50 4457, 207 0xfd, SBC PC: 0x1166, SP: 0xf5, A: 0xc9, X: 0x75, Y: 0x91, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1399] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18175, 245 18176, 209 18177, 69 209, 92 30, 239 0xf5, SBC PC: 0x46ff, SP: 0xb3, A: 0x21, X: 0x4d, Y: 0xc4, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 50 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2093] | 0.58 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32770, 253 32771, 127 32772, 208 53467, 58 32773, 83 0xfd, SBC PC: 0x8002, SP: 0x96, A: 0x94, X: 0x5c, Y: 0xb7, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1227] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46458, 245 46459, 153 46460, 189 153, 159 96, 53 0xf5, SBC PC: 0xb57a, SP: 0xcd, A: 0xec, X: 0xc7, Y: 0x8a, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 438 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1046] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 61143, 245 61144, 169 61145, 169 169, 230 78, 180 0xf5, SBC PC: 0xeed7, SP: 0xa5, A: 0x4f, X: 0xa5, Y: 0xbf, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1633] | 0.88 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 57199, 237 57200, 155 57201, 229 58779, 88 57202, 146 0xed, SBC PC: 0xdf6f, SP: 0x27, A: 0x5b, X: 0x4a, Y: 0xf1, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1482] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 16046, 245 16047, 42 16048, 22 42, 154 31, 16 0xf5, SBC PC: 0x3eae, SP: 0x65, A: 0xce, X: 0xf5, Y: 0x08, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 445 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1971] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7663, 237 7664, 27 7665, 21 5403, 112 7666, 136 0xed, SBC PC: 0x1def, SP: 0xe6, A: 0x37, X: 0x1c, Y: 0xfa, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1840] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 55329, 237 55330, 244 55331, 62 16116, 166 55332, 195 0xed, SBC PC: 0xd821, SP: 0x61, A: 0xe4, X: 0x58, Y: 0xaf, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1908] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 5473, 237 5474, 20 5475, 83 21268, 36 5476, 161 0xed, SBC PC: 0x1561, SP: 0x4d, A: 0x78, X: 0xf0, Y: 0x25, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1137] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11870, 245 11871, 188 11872, 161 188, 32 140, 74 0xf5, SBC PC: 0x2e5e, SP: 0xc5, A: 0xb9, X: 0xd0, Y: 0x8d, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1698] | 0.57 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54637, 237 54638, 73 54639, 140 35913, 136 54640, 147 0xed, SBC PC: 0xd56d, SP: 0x91, A: 0x55, X: 0xbe, Y: 0xea, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2148] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 22625, 253 22626, 81 22627, 240 61463, 98 61719, 57 22628, 201 0xfd, SBC PC: 0x5861, SP: 0xee, A: 0x54, X: 0xc6, Y: 0x01, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1315] | 0.57 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64831, 245 64832, 201 64833, 107 201, 154 225, 142 0xf5, SBC PC: 0xfd3f, SP: 0x1e, A: 0x08, X: 0x18, Y: 0xb6, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2094] | 0.80 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50741, 253 50742, 183 50743, 201 51568, 87 51824, 84 50744, 24 0xfd, SBC PC: 0xc635, SP: 0xcf, A: 0x99, X: 0xb9, Y: 0xb3, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2033] | 1.00 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 405, 253 406, 92 407, 46 11786, 161 12042, 225 408, 190 0xfd, SBC PC: 0x0195, SP: 0xd2, A: 0x4e, X: 0xae, Y: 0xa7, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1400] | 0.57 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55190, 245 55191, 206 55192, 159 206, 12 210, 47 0xf5, SBC PC: 0xd796, SP: 0x5b, A: 0x82, X: 0x04, Y: 0x82, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1558] | 0.67 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1934, 237 1935, 44 1936, 41 10540, 236 1937, 190 0xed, SBC PC: 0x078e, SP: 0xdd, A: 0x37, X: 0xad, Y: 0x97, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1774] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63120, 237 63121, 158 63122, 200 51358, 21 63123, 207 0xed, SBC PC: 0xf690, SP: 0x06, A: 0x41, X: 0x0e, Y: 0x01, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1228] | 0.60 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 23282, 245 23283, 37 23284, 126 37, 100 110, 148 0xf5, SBC PC: 0x5af2, SP: 0x4e, A: 0x2c, X: 0x49, Y: 0x7f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1047] | 0.76 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36192, 245 36193, 100 36194, 136 100, 123 152, 121 0xf5, SBC PC: 0x8d60, SP: 0xc8, A: 0x5a, X: 0x34, Y: 0xb2, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1483] | 0.53 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64027, 245 64028, 238 64029, 140 238, 31 233, 203 0xf5, SBC PC: 0xfa1b, SP: 0xaa, A: 0xe1, X: 0xfb, Y: 0x81, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1841] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26158, 237 26159, 121 26160, 106 27257, 34 26161, 114 0xed, SBC PC: 0x662e, SP: 0x4b, A: 0x49, X: 0x4b, Y: 0x9d, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1972] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 42096, 237 42097, 30 42098, 238 60958, 215 42099, 35 0xed, SBC PC: 0xa470, SP: 0x40, A: 0x0b, X: 0xe1, Y: 0x8e, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 52 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1909] | 0.62 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 34756, 237 34757, 137 34758, 93 23945, 224 34759, 252 0xed, SBC PC: 0x87c4, SP: 0x94, A: 0x1c, X: 0x53, Y: 0x7a, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 59 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1699] | 0.55 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7463, 237 7464, 78 7465, 51 13134, 45 7466, 88 0xed, SBC PC: 0x1d27, SP: 0x04, A: 0xb9, X: 0x4b, Y: 0x93, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1138] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4162, 245 4163, 230 4164, 148 230, 225 171, 160 0xf5, SBC PC: 0x1042, SP: 0xf7, A: 0x7e, X: 0xc5, Y: 0xfa, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2149] | 0.98 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 56485, 253 56486, 38 56487, 6 1685, 95 56488, 132 0xfd, SBC PC: 0xdca5, SP: 0x4b, A: 0x86, X: 0x6f, Y: 0x72, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1316] | 0.58 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42313, 245 42314, 60 42315, 42 60, 189 228, 152 0xf5, SBC PC: 0xa549, SP: 0x1d, A: 0x91, X: 0xa8, Y: 0x55, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1634] | 0.66 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 47016, 237 47017, 48 47018, 78 20016, 135 47019, 113 0xed, SBC PC: 0xb7a8, SP: 0x0c, A: 0x6f, X: 0x06, Y: 0xdd, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1401] | 0.56 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 994, 245 995, 157 996, 230 157, 221 218, 152 0xf5, SBC PC: 0x03e2, SP: 0x9f, A: 0xc2, X: 0x3d, Y: 0x43, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1229] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48330, 245 48331, 2 48332, 155 2, 216 150, 196 0xf5, SBC PC: 0xbcca, SP: 0x61, A: 0x04, X: 0x94, Y: 0x33, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 63 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1484] | 0.53 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59358, 245 59359, 62 59360, 36 62, 89 110, 148 0xf5, SBC PC: 0xe7de, SP: 0xa8, A: 0xd2, X: 0x30, Y: 0x6f, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1775] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 40294, 237 40295, 121 40296, 46 11897, 4 40297, 88 0xed, SBC PC: 0x9d66, SP: 0x46, A: 0x9e, X: 0x39, Y: 0xb3, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1559] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11439, 237 11440, 225 11441, 100 25825, 184 11442, 157 0xed, SBC PC: 0x2caf, SP: 0xe5, A: 0x88, X: 0x78, Y: 0xf8, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1842] | 0.55 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58969, 237 58970, 155 58971, 158 40603, 136 58972, 42 0xed, SBC PC: 0xe659, SP: 0xd3, A: 0xb4, X: 0xb7, Y: 0x46, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2095] | 0.64 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48905, 253 48906, 50 48907, 179 46063, 103 48908, 209 0xfd, SBC PC: 0xbf09, SP: 0xa9, A: 0xfb, X: 0xbd, Y: 0x49, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1973] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 9377, 237 9378, 144 9379, 210 53904, 116 9380, 238 0xed, SBC PC: 0x24a1, SP: 0x61, A: 0x60, X: 0x69, Y: 0xd0, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1048] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 63344, 245 63345, 26 63346, 118 26, 220 100, 111 0xf5, SBC PC: 0xf770, SP: 0x96, A: 0x93, X: 0x4a, Y: 0x17, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1700] | 0.52 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52304, 237 52305, 16 52306, 105 26896, 136 52307, 176 0xed, SBC PC: 0xcc50, SP: 0x78, A: 0x62, X: 0xc1, Y: 0x27, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1910] | 0.87 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6396, 237 6397, 240 6398, 151 38896, 174 6399, 123 0xed, SBC PC: 0x18fc, SP: 0xcc, A: 0x33, X: 0x3e, Y: 0x64, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1139] | 0.59 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13949, 245 13950, 159 13951, 8 159, 120 112, 66 0xf5, SBC PC: 0x367d, SP: 0xab, A: 0x46, X: 0xd1, Y: 0x5e, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2034] | 0.69 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 22632, 253 22633, 159 22634, 47 12205, 212 22635, 4 0xfd, SBC PC: 0x5868, SP: 0xe5, A: 0x2b, X: 0x0e, Y: 0x6a, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 87 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1317] | 0.55 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19416, 245 19417, 45 19418, 199 45, 42 83, 42 0xf5, SBC PC: 0x4bd8, SP: 0xc7, A: 0xc8, X: 0x26, Y: 0x1c, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1635] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 53202, 237 53203, 38 53204, 47 12070, 118 53205, 6 0xed, SBC PC: 0xcfd2, SP: 0x9f, A: 0x2e, X: 0x89, Y: 0xb5, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1402] | 0.54 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38910, 245 38911, 91 38912, 77 91, 68 80, 227 0xf5, SBC PC: 0x97fe, SP: 0x9f, A: 0x28, X: 0xf5, Y: 0x1f, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 69 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1485] | 0.73 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40722, 245 40723, 26 40724, 214 26, 150 7, 31 0xf5, SBC PC: 0x9f12, SP: 0x9f, A: 0x77, X: 0xed, Y: 0xf6, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1230] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57944, 245 57945, 60 57946, 98 60, 118 207, 75 0xf5, SBC PC: 0xe258, SP: 0x57, A: 0x61, X: 0x93, Y: 0x1a, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1843] | 0.77 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28693, 237 28694, 1 28695, 183 46849, 71 28696, 185 0xed, SBC PC: 0x7015, SP: 0x67, A: 0xd3, X: 0xd6, Y: 0xe2, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1560] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35439, 237 35440, 15 35441, 50 12815, 177 35442, 117 0xed, SBC PC: 0x8a6f, SP: 0x62, A: 0x14, X: 0x67, Y: 0xde, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1776] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37841, 237 37842, 15 37843, 44 11279, 251 37844, 236 0xed, SBC PC: 0x93d1, SP: 0xc9, A: 0x53, X: 0x59, Y: 0x4d, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 88 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1974] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 53995, 237 53996, 228 53997, 114 29412, 63 53998, 93 0xed, SBC PC: 0xd2eb, SP: 0xb1, A: 0x0a, X: 0xbc, Y: 0x08, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2150] | 0.76 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2988, 253 2989, 50 2990, 176 45071, 10 45327, 129 2991, 237 0xfd, SBC PC: 0x0bac, SP: 0x3b, A: 0x91, X: 0xdd, Y: 0xa6, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1701] | 0.77 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63763, 237 63764, 153 63765, 238 61081, 200 63766, 168 0xed, SBC PC: 0xf913, SP: 0x45, A: 0xd0, X: 0x55, Y: 0xa6, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2096] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17974, 253 17975, 211 17976, 226 57948, 212 58204, 30 17977, 129 0xfd, SBC PC: 0x4636, SP: 0x19, A: 0xae, X: 0x89, Y: 0x81, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1049] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42828, 245 42829, 121 42830, 15 121, 34 191, 67 0xf5, SBC PC: 0xa74c, SP: 0x72, A: 0x75, X: 0x46, Y: 0x12, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1140] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 22633, 245 22634, 54 22635, 185 54, 178 77, 155 0xf5, SBC PC: 0x5869, SP: 0x2a, A: 0x7e, X: 0x17, Y: 0x81, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1318] | 0.55 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 441, 245 442, 32 443, 138 32, 132 244, 52 0xf5, SBC PC: 0x01b9, SP: 0x0b, A: 0x9f, X: 0xd4, Y: 0x48, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1403] | 0.52 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 23310, 245 23311, 189 23312, 105 189, 238 130, 19 0xf5, SBC PC: 0x5b0e, SP: 0xb2, A: 0xea, X: 0xc5, Y: 0xbd, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 471 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2035] | 0.66 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7840, 253 7841, 107 7842, 229 58815, 75 7843, 115 0xfd, SBC PC: 0x1ea0, SP: 0xca, A: 0x2d, X: 0x54, Y: 0xd1, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1911] | 0.70 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10703, 237 10704, 55 10705, 219 56119, 41 10706, 216 0xed, SBC PC: 0x29cf, SP: 0x49, A: 0x56, X: 0x40, Y: 0xa3, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1636] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46990, 237 46991, 148 46992, 87 22420, 150 46993, 81 0xed, SBC PC: 0xb78e, SP: 0x20, A: 0x7c, X: 0x36, Y: 0x76, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1231] | 0.56 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 41636, 245 41637, 61 41638, 251 61, 22 27, 147 0xf5, SBC PC: 0xa2a4, SP: 0x46, A: 0x60, X: 0xde, Y: 0xaa, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1561] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41607, 237 41608, 234 41609, 48 12522, 212 41610, 6 0xed, SBC PC: 0xa287, SP: 0xc9, A: 0x45, X: 0xfe, Y: 0x0c, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 112 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1975] | 0.77 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 29303, 237 29304, 156 29305, 206 52892, 140 29306, 70 0xed, SBC PC: 0x7277, SP: 0x82, A: 0x61, X: 0xe1, Y: 0x52, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1777] | 0.61 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16212, 237 16213, 212 16214, 63 16340, 155 16215, 94 0xed, SBC PC: 0x3f54, SP: 0x9d, A: 0x56, X: 0xb1, Y: 0x12, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1486] | 0.60 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37042, 245 37043, 186 37044, 250 186, 102 143, 27 0xf5, SBC PC: 0x90b2, SP: 0x8c, A: 0x2b, X: 0xd5, Y: 0x06, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2097] | 0.59 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5556, 253 5557, 246 5558, 18 4834, 56 5090, 159 5559, 7 0xfd, SBC PC: 0x15b4, SP: 0x7b, A: 0x54, X: 0xec, Y: 0xc4, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1844] | 0.61 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22230, 237 22231, 191 22232, 154 39615, 138 22233, 98 0xed, SBC PC: 0x56d6, SP: 0x1d, A: 0x4e, X: 0xcf, Y: 0x21, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1050] | 0.58 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8220, 245 8221, 8 8222, 153 8, 223 219, 107 0xf5, SBC PC: 0x201c, SP: 0xb9, A: 0x4f, X: 0xd3, Y: 0x5b, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1141] | 0.56 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 28175, 245 28176, 77 28177, 234 77, 174 114, 51 0xf5, SBC PC: 0x6e0f, SP: 0x8e, A: 0x72, X: 0x25, Y: 0x20, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1319] | 0.51 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8927, 245 8928, 57 8929, 97 57, 94 253, 168 0xf5, SBC PC: 0x22df, SP: 0x65, A: 0x06, X: 0xc4, Y: 0x80, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 94 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2151] | 0.72 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52052, 253 52053, 148 52054, 115 29547, 219 29803, 183 52055, 163 0xfd, SBC PC: 0xcb54, SP: 0x51, A: 0x6a, X: 0xd7, Y: 0x3e, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1702] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23427, 237 23428, 222 23429, 41 10718, 67 23430, 140 0xed, SBC PC: 0x5b83, SP: 0xee, A: 0x39, X: 0x8f, Y: 0x4b, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1404] | 0.75 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14351, 245 14352, 76 14353, 66 76, 160 144, 88 0xf5, SBC PC: 0x380f, SP: 0x3d, A: 0xf3, X: 0x44, Y: 0x92, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2036] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47152, 253 47153, 31 47154, 161 41352, 9 47155, 199 0xfd, SBC PC: 0xb830, SP: 0x8d, A: 0x7e, X: 0x69, Y: 0x21, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1232] | 0.55 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7342, 245 7343, 214 7344, 186 214, 168 62, 51 0xf5, SBC PC: 0x1cae, SP: 0x86, A: 0xd6, X: 0x68, Y: 0xc7, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 419 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1912] | 0.75 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62261, 237 62262, 204 62263, 143 36812, 211 62264, 113 0xed, SBC PC: 0xf335, SP: 0xe7, A: 0xe7, X: 0xa3, Y: 0x50, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1562] | 0.65 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 12210, 237 12211, 219 12212, 24 6363, 59 12213, 72 0xed, SBC PC: 0x2fb2, SP: 0x94, A: 0xfe, X: 0x4f, Y: 0x6d, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 450 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1637] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 57792, 237 57793, 66 57794, 170 43586, 88 57795, 16 0xed, SBC PC: 0xe1c0, SP: 0x9e, A: 0x3f, X: 0xcd, Y: 0x43, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1487] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 56550, 245 56551, 213 56552, 30 213, 40 151, 80 0xf5, SBC PC: 0xdce6, SP: 0xd8, A: 0xc5, X: 0xc2, Y: 0xd8, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1778] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24752, 237 24753, 197 24754, 174 44741, 21 24755, 64 0xed, SBC PC: 0x60b0, SP: 0x43, A: 0xef, X: 0x78, Y: 0x69, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2098] | 0.80 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49162, 253 49163, 139 49164, 130 33299, 148 33555, 129 49165, 245 0xfd, SBC PC: 0xc00a, SP: 0x7a, A: 0xb0, X: 0x88, Y: 0x48, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1320] | 0.74 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43167, 245 43168, 137 43169, 196 137, 79 215, 107 0xf5, SBC PC: 0xa89f, SP: 0xaa, A: 0xa3, X: 0x4e, Y: 0x3b, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1051] | 0.55 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 41843, 245 41844, 145 41845, 147 145, 215 139, 94 0xf5, SBC PC: 0xa373, SP: 0x2f, A: 0x62, X: 0xfa, Y: 0x59, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1142] | 0.53 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8177, 245 8178, 141 8179, 21 141, 22 106, 150 0xf5, SBC PC: 0x1ff1, SP: 0x8e, A: 0x53, X: 0xdd, Y: 0xc1, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1845] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18479, 237 18480, 129 18481, 51 13185, 151 18482, 150 0xed, SBC PC: 0x482f, SP: 0xb6, A: 0xfc, X: 0xbc, Y: 0x45, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1976] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10680, 237 10681, 189 10682, 254 65213, 145 10683, 41 0xed, SBC PC: 0x29b8, SP: 0xc1, A: 0x26, X: 0x43, Y: 0x9f, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1703] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1446, 237 1447, 191 1448, 44 11455, 233 1449, 119 0xed, SBC PC: 0x05a6, SP: 0x15, A: 0x02, X: 0x67, Y: 0x40, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 24 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2152] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62986, 253 62987, 249 62988, 84 21717, 159 21973, 121 62989, 252 0xfd, SBC PC: 0xf60a, SP: 0x53, A: 0x13, X: 0xdc, Y: 0xcc, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1405] | 0.62 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19197, 245 19198, 160 19199, 245 160, 69 253, 211 0xf5, SBC PC: 0x4afd, SP: 0xb3, A: 0xd7, X: 0x5d, Y: 0xab, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1233] | 0.78 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 9833, 245 9834, 209 9835, 111 209, 6 137, 43 0xf5, SBC PC: 0x2669, SP: 0xdb, A: 0x13, X: 0xb8, Y: 0xe8, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1488] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13908, 245 13909, 200 13910, 14 200, 147 255, 216 0xf5, SBC PC: 0x3654, SP: 0x37, A: 0xd4, X: 0x37, Y: 0x3b, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1563] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21038, 237 21039, 232 21040, 128 33000, 123 21041, 244 0xed, SBC PC: 0x522e, SP: 0x48, A: 0xa4, X: 0xe8, Y: 0x62, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1779] | 0.58 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23861, 237 23862, 35 23863, 123 31523, 29 23864, 109 0xed, SBC PC: 0x5d35, SP: 0x17, A: 0xed, X: 0xa1, Y: 0xcf, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 463 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1143] | 0.78 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8921, 245 8922, 137 8923, 165 137, 179 229, 207 0xf5, SBC PC: 0x22d9, SP: 0x21, A: 0x22, X: 0x5c, Y: 0xf2, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 83 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1052] | 0.55 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10979, 245 10980, 145 10981, 43 145, 12 93, 35 0xf5, SBC PC: 0x2ae3, SP: 0xec, A: 0xe9, X: 0xcc, Y: 0x6f, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 454 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1913] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 17245, 237 17246, 31 17247, 226 57887, 239 17248, 107 0xed, SBC PC: 0x435d, SP: 0xb0, A: 0xef, X: 0xde, Y: 0xa9, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1846] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 33289, 237 33290, 142 33291, 6 1678, 199 33292, 151 0xed, SBC PC: 0x8209, SP: 0x77, A: 0xab, X: 0xc7, Y: 0xa9, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2037] | 0.78 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59946, 253 59947, 151 59948, 161 41295, 11 41551, 31 59949, 30 0xfd, SBC PC: 0xea2a, SP: 0xe3, A: 0xa1, X: 0xb8, Y: 0x4b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1638] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14471, 237 14472, 37 14473, 225 57637, 222 14474, 247 0xed, SBC PC: 0x3887, SP: 0x63, A: 0xea, X: 0xde, Y: 0x32, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1977] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37324, 237 37325, 87 37326, 13 3415, 186 37327, 136 0xed, SBC PC: 0x91cc, SP: 0xa5, A: 0x1b, X: 0xf2, Y: 0xe8, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 97 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1321] | 0.68 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18566, 245 18567, 14 18568, 188 14, 103 188, 1 0xf5, SBC PC: 0x4886, SP: 0xbc, A: 0x2a, X: 0xae, Y: 0x5e, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2099] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40930, 253 40931, 255 40932, 186 47717, 255 47973, 199 40933, 25 0xfd, SBC PC: 0x9fe2, SP: 0xe3, A: 0x03, X: 0x66, Y: 0x2b, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 60 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1704] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22326, 237 22327, 174 22328, 189 48558, 19 22329, 107 0xed, SBC PC: 0x5736, SP: 0x78, A: 0xc3, X: 0xef, Y: 0x59, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2153] | 0.78 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31715, 253 31716, 179 31717, 135 34651, 165 34907, 67 31718, 206 0xfd, SBC PC: 0x7be3, SP: 0xcb, A: 0x68, X: 0xa8, Y: 0x5d, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1406] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 15340, 245 15341, 158 15342, 244 158, 172 177, 135 0xf5, SBC PC: 0x3bec, SP: 0xdc, A: 0x6d, X: 0x13, Y: 0x1c, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1234] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29771, 245 29772, 96 29773, 80 96, 60 244, 178 0xf5, SBC PC: 0x744b, SP: 0x99, A: 0xe2, X: 0x94, Y: 0x7d, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1489] | 0.58 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11213, 245 11214, 65 11215, 86 65, 59 227, 42 0xf5, SBC PC: 0x2bcd, SP: 0x93, A: 0xd6, X: 0xa2, Y: 0xc9, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1053] | 0.51 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 54212, 245 54213, 232 54214, 247 232, 208 31, 204 0xf5, SBC PC: 0xd3c4, SP: 0xf4, A: 0x71, X: 0x37, Y: 0x96, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1780] | 0.81 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 32686, 237 32687, 112 32688, 101 25968, 123 32689, 237 0xed, SBC PC: 0x7fae, SP: 0x0f, A: 0xf5, X: 0x59, Y: 0xa8, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1564] | 0.99 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 12630, 237 12631, 184 12632, 116 29880, 166 12633, 219 0xed, SBC PC: 0x3156, SP: 0x1d, A: 0xb5, X: 0x02, Y: 0x83, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 270 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1847] | 0.59 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51151, 237 51152, 152 51153, 218 55960, 57 51154, 1 0xed, SBC PC: 0xc7cf, SP: 0xd7, A: 0x09, X: 0x99, Y: 0xc6, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1914] | 0.70 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 40466, 237 40467, 144 40468, 17 4496, 84 40469, 131 0xed, SBC PC: 0x9e12, SP: 0x1d, A: 0x3c, X: 0x08, Y: 0xf3, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1978] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1401, 237 1402, 235 1403, 44 11499, 103 1404, 228 0xed, SBC PC: 0x0579, SP: 0xeb, A: 0x7d, X: 0x1f, Y: 0xbe, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1639] | 0.61 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 34881, 237 34882, 111 34883, 138 35439, 13 34884, 216 0xed, SBC PC: 0x8841, SP: 0xac, A: 0x66, X: 0xbd, Y: 0x7d, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1144] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 54573, 245 54574, 173 54575, 228 173, 163 190, 234 0xf5, SBC PC: 0xd52d, SP: 0xa9, A: 0x00, X: 0x11, Y: 0x39, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 22 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2100] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35934, 253 35935, 195 35936, 141 36118, 136 36374, 116 35937, 129 0xfd, SBC PC: 0x8c5e, SP: 0x08, A: 0xe9, X: 0x53, Y: 0x2e, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1322] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 47375, 245 47376, 156 47377, 253 156, 64 240, 235 0xf5, SBC PC: 0xb90f, SP: 0x13, A: 0x8b, X: 0x54, Y: 0x40, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1705] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7214, 237 7215, 219 7216, 48 12507, 53 7217, 101 0xed, SBC PC: 0x1c2e, SP: 0x47, A: 0x84, X: 0xf3, Y: 0x7b, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2038] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7776, 253 7777, 233 7778, 53 13729, 86 13985, 8 7779, 111 0xfd, SBC PC: 0x1e60, SP: 0x9a, A: 0x65, X: 0xb8, Y: 0xa9, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1407] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 63684, 245 63685, 214 63686, 134 214, 193 92, 34 0xf5, SBC PC: 0xf8c4, SP: 0x81, A: 0x7d, X: 0x86, Y: 0x13, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2154] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52853, 253 52854, 128 52855, 68 17466, 94 17722, 73 52856, 1 0xfd, SBC PC: 0xce75, SP: 0x77, A: 0xd2, X: 0xba, Y: 0x99, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1054] | 0.75 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 3833, 245 3834, 64 3835, 138 64, 199 171, 145 0xf5, SBC PC: 0x0ef9, SP: 0xd0, A: 0x10, X: 0x6b, Y: 0xdd, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1490] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43324, 245 43325, 10 43326, 59 10, 177 94, 159 0xf5, SBC PC: 0xa93c, SP: 0x96, A: 0x48, X: 0x54, Y: 0xf0, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1235] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 56005, 245 56006, 108 56007, 134 108, 216 38, 234 0xf5, SBC PC: 0xdac5, SP: 0x31, A: 0x95, X: 0xba, Y: 0x5e, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1848] | 0.57 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 43063, 237 43064, 89 43065, 217 55641, 42 43066, 188 0xed, SBC PC: 0xa837, SP: 0x72, A: 0xf9, X: 0x22, Y: 0xc7, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 462 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1979] | 0.59 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51043, 237 51044, 32 51045, 242 61984, 186 51046, 142 0xed, SBC PC: 0xc763, SP: 0xcf, A: 0x56, X: 0xfa, Y: 0x9f, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1640] | 0.89 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16935, 237 16936, 123 16937, 132 33915, 246 16938, 158 0xed, SBC PC: 0x4227, SP: 0x15, A: 0xcd, X: 0x03, Y: 0x10, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1781] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52606, 237 52607, 151 52608, 178 45719, 145 52609, 142 0xed, SBC PC: 0xcd7e, SP: 0x6f, A: 0xdd, X: 0xd4, Y: 0xd3, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1145] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8521, 245 8522, 42 8523, 91 42, 143 244, 76 0xf5, SBC PC: 0x2149, SP: 0xf7, A: 0x45, X: 0xca, Y: 0xa4, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1915] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59107, 237 59108, 147 59109, 68 17555, 208 59110, 151 0xed, SBC PC: 0xe6e3, SP: 0xf4, A: 0xeb, X: 0xc0, Y: 0x76, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2101] | 0.80 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 562, 253 563, 146 564, 143 36682, 110 36938, 198 565, 43 0xfd, SBC PC: 0x0232, SP: 0x2a, A: 0x44, X: 0xb8, Y: 0x8f, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 126 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1706] | 0.56 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 47383, 237 47384, 166 47385, 214 54950, 64 47386, 239 0xed, SBC PC: 0xb917, SP: 0xe2, A: 0x72, X: 0xe0, Y: 0xef, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1323] | 0.58 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17328, 245 17329, 28 17330, 31 28, 143 134, 181 0xf5, SBC PC: 0x43b0, SP: 0x0c, A: 0x2d, X: 0x6a, Y: 0xe6, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 119 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2039] | 0.61 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30725, 253 30726, 224 30727, 126 32293, 75 32549, 130 30728, 37 0xfd, SBC PC: 0x7805, SP: 0x23, A: 0x35, X: 0x45, Y: 0x9a, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1408] | 0.55 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40249, 245 40250, 17 40251, 198 17, 34 29, 4 0xf5, SBC PC: 0x9d39, SP: 0xc0, A: 0xf9, X: 0x0c, Y: 0x32, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 500 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1565] | 0.73 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10650, 237 10651, 192 10652, 50 12992, 100 10653, 231 0xed, SBC PC: 0x299a, SP: 0xec, A: 0x9e, X: 0x6d, Y: 0x2c, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2155] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3001, 253 3002, 94 3003, 179 45941, 224 3004, 49 0xfd, SBC PC: 0x0bb9, SP: 0x21, A: 0x84, X: 0x17, Y: 0x51, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1491] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64948, 245 64949, 144 64950, 14 144, 219 97, 75 0xf5, SBC PC: 0xfdb4, SP: 0x6d, A: 0x90, X: 0xd1, Y: 0x0f, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1236] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 20786, 245 20787, 138 20788, 139 138, 183 253, 191 0xf5, SBC PC: 0x5132, SP: 0xe0, A: 0xe4, X: 0x73, Y: 0x66, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1849] | 0.56 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24829, 237 24830, 98 24831, 131 33634, 20 24832, 151 0xed, SBC PC: 0x60fd, SP: 0x36, A: 0xb5, X: 0x23, Y: 0x78, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 417 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1055] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 16608, 245 16609, 61 16610, 154 61, 173 197, 146 0xf5, SBC PC: 0x40e0, SP: 0xd5, A: 0x0f, X: 0x88, Y: 0x75, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1980] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 60714, 237 60715, 122 60716, 37 9594, 255 60717, 112 0xed, SBC PC: 0xed2a, SP: 0xd5, A: 0xc7, X: 0xbc, Y: 0xa4, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1707] | 0.55 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41072, 237 41073, 131 41074, 239 61315, 234 41075, 176 0xed, SBC PC: 0xa070, SP: 0x01, A: 0x00, X: 0xb6, Y: 0x50, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 21 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1146] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46302, 245 46303, 63 46304, 57 63, 38 239, 205 0xf5, SBC PC: 0xb4de, SP: 0x07, A: 0x92, X: 0xb0, Y: 0x07, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1782] | 0.65 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 17586, 237 17587, 7 17588, 248 63495, 51 17589, 179 0xed, SBC PC: 0x44b2, SP: 0xe8, A: 0xdc, X: 0xc4, Y: 0xdf, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 425 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1324] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38018, 245 38019, 14 38020, 65 14, 62 129, 168 0xf5, SBC PC: 0x9482, SP: 0x2d, A: 0x60, X: 0x73, Y: 0x7c, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1916] | 0.67 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21421, 237 21422, 67 21423, 225 57667, 72 21424, 239 0xed, SBC PC: 0x53ad, SP: 0x23, A: 0x7d, X: 0x35, Y: 0x74, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1409] | 0.55 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60422, 245 60423, 204 60424, 224 204, 17 36, 142 0xf5, SBC PC: 0xec06, SP: 0x71, A: 0xd8, X: 0x58, Y: 0x16, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2040] | 0.81 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 56606, 253 56607, 236 56608, 17 4510, 22 4766, 224 56609, 136 0xfd, SBC PC: 0xdd1e, SP: 0x6d, A: 0x24, X: 0xb2, Y: 0x4f, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 67 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2102] | 0.65 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 28269, 253 28270, 100 28271, 117 29969, 103 30225, 245 28272, 222 0xfd, SBC PC: 0x6e6d, SP: 0xec, A: 0x85, X: 0xad, Y: 0x83, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2156] | 0.57 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 587, 253 588, 14 589, 108 27885, 164 590, 181 0xfd, SBC PC: 0x024b, SP: 0xe7, A: 0xe3, X: 0xdf, Y: 0x80, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1641] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16351, 237 16352, 50 16353, 120 30770, 181 16354, 151 0xed, SBC PC: 0x3fdf, SP: 0x36, A: 0x02, X: 0xcb, Y: 0xc8, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 77 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1566] | 0.71 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 13150, 237 13151, 88 13152, 240 61528, 184 13153, 67 0xed, SBC PC: 0x335e, SP: 0x9e, A: 0xbb, X: 0x48, Y: 0xd4, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1237] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48743, 245 48744, 92 48745, 238 92, 49 194, 205 0xf5, SBC PC: 0xbe67, SP: 0x2e, A: 0x88, X: 0x66, Y: 0x34, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1492] | 1.03 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 53295, 245 53296, 6 53297, 192 6, 216 98, 13 0xf5, SBC PC: 0xd02f, SP: 0xea, A: 0xba, X: 0x5c, Y: 0x7d, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 428 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1850] | 0.78 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37469, 237 37470, 206 37471, 177 45518, 127 37472, 59 0xed, SBC PC: 0x925d, SP: 0x5a, A: 0x73, X: 0xc0, Y: 0xe9, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1056] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62651, 245 62652, 205 62653, 176 205, 44 47, 2 0xf5, SBC PC: 0xf4bb, SP: 0x09, A: 0x1f, X: 0x62, Y: 0xba, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1981] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23753, 237 23754, 172 23755, 55 14252, 66 23756, 96 0xed, SBC PC: 0x5cc9, SP: 0x1a, A: 0x14, X: 0xde, Y: 0xe2, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1708] | 0.74 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23364, 237 23365, 195 23366, 242 62147, 72 23367, 27 0xed, SBC PC: 0x5b44, SP: 0x53, A: 0x8b, X: 0xc5, Y: 0x28, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 322 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1147] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49318, 245 49319, 235 49320, 243 235, 200 158, 179 0xf5, SBC PC: 0xc0a6, SP: 0xf0, A: 0x0c, X: 0xb3, Y: 0x9d, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 89 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1325] | 0.55 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13123, 245 13124, 205 13125, 6 205, 41 6, 88 0xf5, SBC PC: 0x3343, SP: 0x20, A: 0xc6, X: 0x39, Y: 0x43, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1410] | 0.55 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 20322, 245 20323, 125 20324, 193 125, 134 41, 133 0xf5, SBC PC: 0x4f62, SP: 0x4f, A: 0x7c, X: 0xac, Y: 0x60, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1783] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41596, 237 41597, 5 41598, 225 57605, 23 41599, 66 0xed, SBC PC: 0xa27c, SP: 0x46, A: 0x2c, X: 0x28, Y: 0xb8, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1917] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48344, 237 48345, 246 48346, 123 31734, 208 48347, 74 0xed, SBC PC: 0xbcd8, SP: 0x0e, A: 0x82, X: 0x54, Y: 0x74, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2157] | 0.77 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32953, 253 32954, 22 32955, 130 33366, 9 32956, 49 0xfd, SBC PC: 0x80b9, SP: 0xe3, A: 0x1d, X: 0x40, Y: 0xa9, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2103] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37644, 253 37645, 29 37646, 24 6334, 65 37647, 109 0xfd, SBC PC: 0x930c, SP: 0x27, A: 0x91, X: 0xa1, Y: 0x71, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1238] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 47806, 245 47807, 193 47808, 46 193, 21 218, 6 0xf5, SBC PC: 0xbabe, SP: 0x40, A: 0x2e, X: 0x19, Y: 0x68, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1642] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28029, 237 28030, 228 28031, 232 59620, 104 28032, 72 0xed, SBC PC: 0x6d7d, SP: 0xbe, A: 0xb6, X: 0xec, Y: 0x02, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2041] | 0.70 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30359, 253 30360, 167 30361, 209 53612, 22 53868, 93 30362, 119 0xfd, SBC PC: 0x7697, SP: 0x7e, A: 0x40, X: 0xc5, Y: 0xc6, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1057] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 45463, 245 45464, 3 45465, 100 3, 250 31, 89 0xf5, SBC PC: 0xb197, SP: 0x45, A: 0x36, X: 0x1c, Y: 0xa4, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1567] | 0.68 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28910, 237 28911, 78 28912, 51 13134, 175 28913, 215 0xed, SBC PC: 0x70ee, SP: 0x52, A: 0xb4, X: 0x5d, Y: 0x8b, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1982] | 0.79 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63852, 237 63853, 166 63854, 194 49830, 29 63855, 144 0xed, SBC PC: 0xf96c, SP: 0xaa, A: 0xe6, X: 0xe1, Y: 0x4c, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1851] | 0.61 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16075, 237 16076, 103 16077, 203 52071, 194 16078, 224 0xed, SBC PC: 0x3ecb, SP: 0x1b, A: 0x32, X: 0x02, Y: 0x99, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1326] | 0.55 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13089, 245 13090, 193 13091, 200 193, 213 147, 116 0xf5, SBC PC: 0x3321, SP: 0xc7, A: 0x1c, X: 0xd2, Y: 0x99, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1411] | 0.81 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49691, 245 49692, 236 49693, 179 236, 25 31, 108 0xf5, SBC PC: 0xc21b, SP: 0x38, A: 0x7d, X: 0x33, Y: 0x5c, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1148] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 52733, 245 52734, 95 52735, 96 95, 203 106, 84 0xf5, SBC PC: 0xcdfd, SP: 0xf2, A: 0x24, X: 0x0b, Y: 0x66, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1709] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15979, 237 15980, 122 15981, 148 38010, 71 15982, 233 0xed, SBC PC: 0x3e6b, SP: 0x93, A: 0x9f, X: 0xaf, Y: 0xbf, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1784] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48291, 237 48292, 161 48293, 210 53921, 72 48294, 166 0xed, SBC PC: 0xbca3, SP: 0xca, A: 0x83, X: 0xd7, Y: 0xc2, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1493] | 0.76 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 3621, 245 3622, 173 3623, 217 173, 185 223, 251 0xf5, SBC PC: 0x0e25, SP: 0x7d, A: 0xf9, X: 0x32, Y: 0x5a, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2104] | 0.84 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63207, 253 63208, 128 63209, 25 6592, 33 63210, 49 0xfd, SBC PC: 0xf6e7, SP: 0xdc, A: 0x4e, X: 0x40, Y: 0x76, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1239] | 0.54 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18002, 245 18003, 154 18004, 53 154, 225 211, 127 0xf5, SBC PC: 0x4652, SP: 0x68, A: 0x78, X: 0x39, Y: 0x32, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2158] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57792, 253 57793, 118 57794, 89 22914, 151 57795, 249 0xfd, SBC PC: 0xe1c0, SP: 0x7e, A: 0x9d, X: 0x0c, Y: 0x72, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1918] | 0.78 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37272, 237 37273, 88 37274, 98 25176, 222 37275, 243 0xed, SBC PC: 0x9198, SP: 0xeb, A: 0xd6, X: 0x8d, Y: 0x0d, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1058] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 7218, 245 7219, 125 7220, 116 125, 99 159, 130 0xf5, SBC PC: 0x1c32, SP: 0x15, A: 0x61, X: 0x22, Y: 0xda, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2042] | 0.64 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16527, 253 16528, 14 16529, 100 25716, 87 16530, 163 0xfd, SBC PC: 0x408f, SP: 0x1d, A: 0x0f, X: 0x66, Y: 0x11, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1643] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22609, 237 22610, 116 22611, 194 49780, 64 22612, 211 0xed, SBC PC: 0x5851, SP: 0xf1, A: 0xec, X: 0x0f, Y: 0xd9, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1568] | 0.78 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 22889, 237 22890, 73 22891, 217 55625, 2 22892, 175 0xed, SBC PC: 0x5969, SP: 0x1a, A: 0xe5, X: 0x1d, Y: 0xbe, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 483 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1327] | 0.79 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49098, 245 49099, 214 49100, 91 214, 30 33, 204 0xf5, SBC PC: 0xbfca, SP: 0x74, A: 0xef, X: 0x4b, Y: 0xa1, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1852] | 0.62 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 58493, 237 58494, 168 58495, 202 51880, 33 58496, 61 0xed, SBC PC: 0xe47d, SP: 0x34, A: 0x2a, X: 0x9a, Y: 0x14, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1149] | 0.56 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 47436, 245 47437, 81 47438, 64 81, 193 132, 126 0xf5, SBC PC: 0xb94c, SP: 0x18, A: 0x7f, X: 0x33, Y: 0x4f, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1983] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30340, 237 30341, 19 30342, 6 1555, 160 30343, 213 0xed, SBC PC: 0x7684, SP: 0xfd, A: 0x3b, X: 0x04, Y: 0x5c, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1785] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26589, 237 26590, 61 26591, 244 62525, 110 26592, 223 0xed, SBC PC: 0x67dd, SP: 0x56, A: 0x83, X: 0x30, Y: 0xb8, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1710] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54012, 237 54013, 139 54014, 147 37771, 238 54015, 160 0xed, SBC PC: 0xd2fc, SP: 0xa0, A: 0xf8, X: 0xfa, Y: 0xf8, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1412] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25268, 245 25269, 226 25270, 210 226, 228 74, 250 0xf5, SBC PC: 0x62b4, SP: 0xd4, A: 0xfd, X: 0x68, Y: 0xfd, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1240] | 0.79 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39363, 245 39364, 44 39365, 99 44, 91 224, 95 0xf5, SBC PC: 0x99c3, SP: 0x75, A: 0x94, X: 0xb4, Y: 0xae, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1494] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21096, 245 21097, 102 21098, 164 102, 215 101, 71 0xf5, SBC PC: 0x5268, SP: 0x48, A: 0xf5, X: 0xff, Y: 0x58, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 429 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1059] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39694, 245 39695, 164 39696, 114 164, 116 155, 205 0xf5, SBC PC: 0x9b0e, SP: 0xc3, A: 0x36, X: 0xf7, Y: 0x71, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 104 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2159] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34482, 253 34483, 46 34484, 107 27488, 103 34485, 123 0xfd, SBC PC: 0x86b2, SP: 0x2e, A: 0x48, X: 0x32, Y: 0xa4, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2043] | 0.59 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63068, 253 63069, 6 63070, 9 2377, 211 63071, 122 0xfd, SBC PC: 0xf65c, SP: 0xaa, A: 0xae, X: 0x43, Y: 0x79, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2105] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7277, 253 7278, 95 7279, 139 35807, 166 7280, 14 0xfd, SBC PC: 0x1c6d, SP: 0x5a, A: 0x05, X: 0x80, Y: 0xd7, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 95 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1150] | 0.75 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36028, 245 36029, 119 36030, 150 119, 241 158, 202 0xf5, SBC PC: 0x8cbc, SP: 0x33, A: 0x45, X: 0x27, Y: 0xb6, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1919] | 0.75 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31440, 237 31441, 62 31442, 151 38718, 179 31443, 181 0xed, SBC PC: 0x7ad0, SP: 0xf9, A: 0xd5, X: 0x9c, Y: 0xdb, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1853] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 13610, 237 13611, 164 13612, 196 50340, 122 13613, 87 0xed, SBC PC: 0x352a, SP: 0xe4, A: 0xa0, X: 0xfd, Y: 0x37, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1644] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 17180, 237 17181, 63 17182, 123 31551, 5 17183, 206 0xed, SBC PC: 0x431c, SP: 0xf9, A: 0x4b, X: 0x9c, Y: 0x1b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1786] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23882, 237 23883, 150 23884, 100 25750, 251 23885, 203 0xed, SBC PC: 0x5d4a, SP: 0xfe, A: 0x53, X: 0x6f, Y: 0x8e, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 88 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1569] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52710, 237 52711, 107 52712, 86 22123, 6 52713, 175 0xed, SBC PC: 0xcde6, SP: 0x2d, A: 0x19, X: 0x5c, Y: 0x1e, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1328] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 13283, 245 13284, 72 13285, 34 72, 29 123, 120 0xf5, SBC PC: 0x33e3, SP: 0x98, A: 0x34, X: 0x33, Y: 0x63, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1984] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 30231, 237 30232, 191 30233, 25 6591, 137 30234, 165 0xed, SBC PC: 0x7617, SP: 0x71, A: 0x76, X: 0xa4, Y: 0x61, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1711] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31001, 237 31002, 227 31003, 25 6627, 128 31004, 230 0xed, SBC PC: 0x7919, SP: 0xeb, A: 0x1e, X: 0xad, Y: 0xc2, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1413] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55894, 245 55895, 246 55896, 140 246, 143 62, 177 0xf5, SBC PC: 0xda56, SP: 0x7d, A: 0x45, X: 0x48, Y: 0xf7, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2160] | 0.81 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54967, 253 54968, 209 54969, 173 44535, 43 54970, 32 0xfd, SBC PC: 0xd6b7, SP: 0x34, A: 0xf8, X: 0x26, Y: 0x9c, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 460 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1060] | 0.56 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38050, 245 38051, 38 38052, 68 38, 90 154, 73 0xf5, SBC PC: 0x94a2, SP: 0x09, A: 0x5d, X: 0x74, Y: 0x9e, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1495] | 0.70 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62566, 245 62567, 109 62568, 51 109, 160 209, 27 0xf5, SBC PC: 0xf466, SP: 0x87, A: 0x54, X: 0x64, Y: 0x95, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1241] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 31889, 245 31890, 27 31891, 138 27, 110 98, 2 0xf5, SBC PC: 0x7c91, SP: 0xe9, A: 0xb1, X: 0x47, Y: 0xcb, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2044] | 0.83 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10070, 253 10071, 235 10072, 15 3894, 127 4150, 151 10073, 201 0xfd, SBC PC: 0x2756, SP: 0x20, A: 0xde, X: 0x4b, Y: 0xb7, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2106] | 0.62 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63265, 253 63266, 21 63267, 163 41884, 235 63268, 124 0xfd, SBC PC: 0xf721, SP: 0x9f, A: 0xdb, X: 0x87, Y: 0x78, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1854] | 0.61 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10488, 237 10489, 7 10490, 248 63495, 36 10491, 216 0xed, SBC PC: 0x28f8, SP: 0x67, A: 0xf8, X: 0xc1, Y: 0x96, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 468 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1787] | 0.76 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11980, 237 11981, 1 11982, 113 28929, 168 11983, 145 0xed, SBC PC: 0x2ecc, SP: 0x00, A: 0x3a, X: 0xb7, Y: 0x90, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1151] | 0.63 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38229, 245 38230, 44 38231, 218 44, 19 219, 163 0xf5, SBC PC: 0x9555, SP: 0xbe, A: 0xf0, X: 0xaf, Y: 0xc0, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1329] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 54607, 245 54608, 79 54609, 97 79, 28 176, 239 0xf5, SBC PC: 0xd54f, SP: 0x7d, A: 0x2a, X: 0x61, Y: 0x03, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 58 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1645] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 21763, 237 21764, 24 21765, 86 22040, 99 21766, 46 0xed, SBC PC: 0x5503, SP: 0x4d, A: 0x40, X: 0xce, Y: 0xa2, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1920] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2790, 237 2791, 124 2792, 89 22908, 116 2793, 221 0xed, SBC PC: 0x0ae6, SP: 0x1d, A: 0x7c, X: 0xdf, Y: 0x07, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1570] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 13278, 237 13279, 195 13280, 203 52163, 118 13281, 67 0xed, SBC PC: 0x33de, SP: 0x30, A: 0xb0, X: 0xf7, Y: 0xcf, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1985] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26886, 237 26887, 98 26888, 29 7522, 97 26889, 48 0xed, SBC PC: 0x6906, SP: 0x70, A: 0x91, X: 0x79, Y: 0x7c, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1414] | 0.57 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51534, 245 51535, 118 51536, 169 118, 141 170, 171 0xf5, SBC PC: 0xc94e, SP: 0x65, A: 0xef, X: 0x34, Y: 0x89, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1712] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15964, 237 15965, 241 15966, 107 27633, 249 15967, 135 0xed, SBC PC: 0x3e5c, SP: 0x8c, A: 0xe2, X: 0x95, Y: 0x75, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1061] | 0.72 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35886, 245 35887, 203 35888, 216 203, 102 88, 114 0xf5, SBC PC: 0x8c2e, SP: 0x09, A: 0x43, X: 0x8d, Y: 0x31, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1242] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34656, 245 34657, 129 34658, 17 129, 103 163, 166 0xf5, SBC PC: 0x8760, SP: 0xb5, A: 0xed, X: 0x22, Y: 0xfb, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1496] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29327, 245 29328, 62 29329, 177 62, 146 46, 195 0xf5, SBC PC: 0x728f, SP: 0x22, A: 0x4f, X: 0xf0, Y: 0xb2, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2107] | 0.56 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9209, 253 9210, 244 9211, 201 51577, 196 51833, 221 9212, 79 0xfd, SBC PC: 0x23f9, SP: 0x8b, A: 0x47, X: 0x85, Y: 0x9f, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1855] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 29954, 237 29955, 153 29956, 240 61593, 80 29957, 142 0xed, SBC PC: 0x7502, SP: 0xd6, A: 0x37, X: 0x5a, Y: 0xfb, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2161] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42018, 253 42019, 29 42020, 3 1014, 235 42021, 54 0xfd, SBC PC: 0xa422, SP: 0x59, A: 0xe0, X: 0xd9, Y: 0x66, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1152] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42306, 245 42307, 25 42308, 135 25, 200 11, 106 0xf5, SBC PC: 0xa542, SP: 0x59, A: 0xbe, X: 0xf2, Y: 0x84, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1330] | 0.57 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 14390, 245 14391, 66 14392, 121 66, 72 76, 243 0xf5, SBC PC: 0x3836, SP: 0x0c, A: 0x81, X: 0x0a, Y: 0x45, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2045] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 23082, 253 23083, 223 23084, 102 26219, 75 26475, 83 23085, 60 0xfd, SBC PC: 0x5a2a, SP: 0xd7, A: 0x29, X: 0x8c, Y: 0x90, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1571] | 0.92 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 7412, 237 7413, 203 7414, 9 2507, 238 7415, 44 0xed, SBC PC: 0x1cf4, SP: 0xc4, A: 0x61, X: 0x0d, Y: 0x6d, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1788] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 56350, 237 56351, 6 56352, 221 56582, 170 56353, 227 0xed, SBC PC: 0xdc1e, SP: 0x3a, A: 0xbb, X: 0xc8, Y: 0xe5, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1646] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25688, 237 25689, 248 25690, 119 30712, 189 25691, 105 0xed, SBC PC: 0x6458, SP: 0x88, A: 0xa5, X: 0xd4, Y: 0xdd, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1415] | 0.61 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49238, 245 49239, 50 49240, 78 50, 244 187, 60 0xf5, SBC PC: 0xc056, SP: 0x55, A: 0x5e, X: 0x89, Y: 0x3d, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1921] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25641, 237 25642, 77 25643, 50 12877, 192 25644, 66 0xed, SBC PC: 0x6429, SP: 0x66, A: 0xc4, X: 0x4c, Y: 0x63, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1986] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 45104, 237 45105, 214 45106, 65 16854, 34 45107, 31 0xed, SBC PC: 0xb030, SP: 0xb8, A: 0xb1, X: 0xb5, Y: 0x2d, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 398 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1713] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24187, 237 24188, 33 24189, 132 33825, 164 24190, 220 0xed, SBC PC: 0x5e7b, SP: 0xb0, A: 0xc7, X: 0x09, Y: 0x2c, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1062] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 41455, 245 41456, 190 41457, 199 190, 132 173, 91 0xf5, SBC PC: 0xa1ef, SP: 0xa0, A: 0x94, X: 0xef, Y: 0xcb, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1243] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57114, 245 57115, 5 57116, 190 5, 188 30, 64 0xf5, SBC PC: 0xdf1a, SP: 0xd4, A: 0x3b, X: 0x19, Y: 0x14, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1497] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 12002, 245 12003, 132 12004, 157 132, 229 190, 86 0xf5, SBC PC: 0x2ee2, SP: 0xa5, A: 0xe4, X: 0x3a, Y: 0x21, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 398 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2108] | 0.78 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34148, 253 34149, 13 34150, 115 29477, 93 34151, 162 0xfd, SBC PC: 0x8564, SP: 0xfc, A: 0x69, X: 0x18, Y: 0xc8, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1856] | 0.54 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 34124, 237 34125, 120 34126, 214 54904, 53 34127, 156 0xed, SBC PC: 0x854c, SP: 0x3f, A: 0x3e, X: 0x76, Y: 0xe0, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2162] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 44896, 253 44897, 183 44898, 19 5045, 26 5301, 160 44899, 128 0xfd, SBC PC: 0xaf60, SP: 0x04, A: 0xf5, X: 0xfe, Y: 0xc2, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1331] | 0.54 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37602, 245 37603, 20 37604, 173 20, 226 160, 122 0xf5, SBC PC: 0x92e2, SP: 0x1c, A: 0x3d, X: 0x8c, Y: 0xc9, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1153] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57263, 245 57264, 128 57265, 243 128, 67 8, 174 0xf5, SBC PC: 0xdfaf, SP: 0x00, A: 0x0c, X: 0x88, Y: 0x76, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 94 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2046] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7688, 253 7689, 214 7690, 136 34945, 72 35201, 114 7691, 250 0xfd, SBC PC: 0x1e08, SP: 0x22, A: 0xea, X: 0xab, Y: 0x07, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1789] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 23429, 237 23430, 105 23431, 33 8553, 233 23432, 244 0xed, SBC PC: 0x5b85, SP: 0xf9, A: 0xcf, X: 0x8b, Y: 0x1d, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1416] | 0.56 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37279, 245 37280, 21 37281, 191 21, 245 83, 252 0xf5, SBC PC: 0x919f, SP: 0xb1, A: 0x76, X: 0x3e, Y: 0xe0, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1987] | 0.59 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35369, 237 35370, 1 35371, 235 60161, 205 35372, 127 0xed, SBC PC: 0x8a29, SP: 0xc9, A: 0x85, X: 0x54, Y: 0x1e, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1714] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 57124, 237 57125, 212 57126, 64 16596, 40 57127, 69 0xed, SBC PC: 0xdf24, SP: 0xe2, A: 0xa6, X: 0x2a, Y: 0x82, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 381 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1922] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35493, 237 35494, 90 35495, 123 31578, 107 35496, 40 0xed, SBC PC: 0x8aa5, SP: 0xb1, A: 0xf3, X: 0x57, Y: 0xd9, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1647] | 1.09 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 57782, 237 57783, 46 57784, 154 39470, 121 57785, 63 0xed, SBC PC: 0xe1b6, SP: 0x0e, A: 0x34, X: 0xa8, Y: 0x45, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1572] | 0.80 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 15321, 237 15322, 1 15323, 206 52737, 232 15324, 179 0xed, SBC PC: 0x3bd9, SP: 0x67, A: 0x0b, X: 0xbb, Y: 0x6e, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 34 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1063] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55890, 245 55891, 80 55892, 69 80, 8 224, 138 0xf5, SBC PC: 0xda52, SP: 0x30, A: 0x01, X: 0x90, Y: 0xac, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 119 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1857] | 0.76 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31406, 237 31407, 4 31408, 43 11012, 105 31409, 226 0xed, SBC PC: 0x7aae, SP: 0xd1, A: 0xe5, X: 0xfd, Y: 0x24, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1498] | 0.54 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49051, 245 49052, 21 49053, 26 21, 35 146, 171 0xf5, SBC PC: 0xbf9b, SP: 0x6e, A: 0x58, X: 0x7d, Y: 0x63, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1332] | 0.54 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30383, 245 30384, 201 30385, 140 201, 55 60, 34 0xf5, SBC PC: 0x76af, SP: 0x4f, A: 0xf5, X: 0x73, Y: 0x93, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 467 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2163] | 0.81 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13399, 253 13400, 53 13401, 37 9624, 218 13402, 195 0xfd, SBC PC: 0x3457, SP: 0x88, A: 0x31, X: 0x63, Y: 0x07, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 87 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1154] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43485, 245 43486, 96 43487, 37 96, 23 82, 196 0xf5, SBC PC: 0xa9dd, SP: 0xe1, A: 0xcc, X: 0xf2, Y: 0x8c, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2109] | 0.64 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 45773, 253 45774, 253 45775, 71 18253, 202 18509, 146 45776, 42 0xfd, SBC PC: 0xb2cd, SP: 0x63, A: 0x4b, X: 0x50, Y: 0x01, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1417] | 0.53 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 11353, 245 11354, 165 11355, 219 165, 209 20, 187 0xf5, SBC PC: 0x2c59, SP: 0x1a, A: 0x9d, X: 0x6f, Y: 0x75, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2047] | 0.75 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50185, 253 50186, 247 50187, 171 43928, 10 44184, 228 50188, 119 0xfd, SBC PC: 0xc409, SP: 0x32, A: 0xb9, X: 0xa1, Y: 0xa4, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1988] | 0.56 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3954, 237 3955, 138 3956, 201 51594, 41 3957, 221 0xed, SBC PC: 0x0f72, SP: 0xef, A: 0xb1, X: 0xd0, Y: 0x36, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1790] | 0.61 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19145, 237 19146, 125 19147, 135 34685, 3 19148, 245 0xed, SBC PC: 0x4ac9, SP: 0x71, A: 0xb5, X: 0xa4, Y: 0x36, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1715] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 64930, 237 64931, 166 64932, 204 52390, 172 64933, 157 0xed, SBC PC: 0xfda2, SP: 0x66, A: 0x33, X: 0x64, Y: 0x21, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1923] | 0.65 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 59474, 237 59475, 135 59476, 31 8071, 177 59477, 76 0xed, SBC PC: 0xe852, SP: 0xe6, A: 0xf4, X: 0xf0, Y: 0x82, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1064] | 0.58 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 27737, 245 27738, 122 27739, 73 122, 94 36, 246 0xf5, SBC PC: 0x6c59, SP: 0xaa, A: 0x63, X: 0xaa, Y: 0xf8, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1499] | 0.73 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 49453, 245 49454, 135 49455, 109 135, 175 197, 195 0xf5, SBC PC: 0xc12d, SP: 0xbd, A: 0x42, X: 0x3e, Y: 0x50, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1333] | 0.52 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64629, 245 64630, 194 64631, 46 194, 234 100, 154 0xf5, SBC PC: 0xfc75, SP: 0x6b, A: 0x59, X: 0xa2, Y: 0xc8, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1245] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55116, 245 55117, 85 55118, 2 85, 11 221, 183 0xf5, SBC PC: 0xd74c, SP: 0xd5, A: 0x64, X: 0x88, Y: 0xcf, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1155] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35440, 245 35441, 42 35442, 64 42, 24 120, 24 0xf5, SBC PC: 0x8a70, SP: 0xd7, A: 0xe2, X: 0x4e, Y: 0x7e, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1573] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 28309, 237 28310, 40 28311, 105 26920, 36 28312, 206 0xed, SBC PC: 0x6e95, SP: 0x14, A: 0x7f, X: 0x44, Y: 0x46, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1418] | 0.75 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55465, 245 55466, 233 55467, 56 233, 15 74, 247 0xf5, SBC PC: 0xd8a9, SP: 0xf9, A: 0xe2, X: 0x61, Y: 0x2e, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1858] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20764, 237 20765, 177 20766, 203 52145, 191 20767, 90 0xed, SBC PC: 0x511c, SP: 0xf7, A: 0x65, X: 0xd9, Y: 0x70, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2110] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52616, 253 52617, 126 52618, 227 58138, 79 58394, 113 52619, 90 0xfd, SBC PC: 0xcd88, SP: 0xdd, A: 0x05, X: 0x9c, Y: 0x70, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1989] | 0.78 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3861, 237 3862, 83 3863, 65 16723, 99 3864, 177 0xed, SBC PC: 0x0f15, SP: 0x05, A: 0x8d, X: 0xf1, Y: 0x80, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1648] | 0.75 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14020, 237 14021, 75 14022, 80 20555, 151 14023, 233 0xed, SBC PC: 0x36c4, SP: 0xcf, A: 0x30, X: 0x3d, Y: 0x9c, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1791] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4831, 237 4832, 59 4833, 82 21051, 40 4834, 2 0xed, SBC PC: 0x12df, SP: 0x9b, A: 0x82, X: 0x3f, Y: 0x94, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2164] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2772, 253 2773, 146 2774, 150 38460, 11 38716, 18 2775, 239 0xfd, SBC PC: 0x0ad4, SP: 0xc6, A: 0x0d, X: 0xaa, Y: 0x12, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2048] | 0.89 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 46687, 253 46688, 0 46689, 58 14881, 185 46690, 100 0xfd, SBC PC: 0xb65f, SP: 0x10, A: 0x85, X: 0x21, Y: 0x4a, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1924] | 0.93 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1476, 237 1477, 6 1478, 168 43014, 164 1479, 125 0xed, SBC PC: 0x05c4, SP: 0xea, A: 0xde, X: 0xcf, Y: 0xf1, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1716] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 37576, 237 37577, 108 37578, 143 36716, 187 37579, 156 0xed, SBC PC: 0x92c8, SP: 0xd6, A: 0xe5, X: 0xd1, Y: 0xc4, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1065] | 0.56 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30725, 245 30726, 159 30727, 116 159, 149 12, 103 0xf5, SBC PC: 0x7805, SP: 0x46, A: 0xf5, X: 0x6d, Y: 0xf3, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 398 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1334] | 0.75 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38306, 245 38307, 8 38308, 234 8, 210 21, 128 0xf5, SBC PC: 0x95a2, SP: 0xdb, A: 0x57, X: 0x0d, Y: 0xb8, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1500] | 0.70 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 1767, 237 1768, 199 1769, 107 27591, 63 1770, 23 0xed, SBC PC: 0x06e7, SP: 0xce, A: 0xcb, X: 0x2a, Y: 0xdb, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1246] | 0.77 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 3523, 245 3524, 167 3525, 176 167, 155 36, 131 0xf5, SBC PC: 0x0dc3, SP: 0x49, A: 0xb4, X: 0x7d, Y: 0x8c, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1156] | 0.53 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43047, 245 43048, 22 43049, 206 22, 55 179, 170 0xf5, SBC PC: 0xa827, SP: 0xab, A: 0xf9, X: 0x9d, Y: 0x97, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1859] | 0.71 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16359, 237 16360, 93 16361, 130 33373, 88 16362, 162 0xed, SBC PC: 0x3fe7, SP: 0x92, A: 0xf1, X: 0x97, Y: 0xe9, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2111] | 0.88 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7643, 253 7644, 182 7645, 67 17155, 234 17411, 229 7646, 116 0xfd, SBC PC: 0x1ddb, SP: 0x87, A: 0x1e, X: 0x4d, Y: 0x7d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 57 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1792] | 0.54 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 63933, 237 63934, 3 63935, 43 11011, 136 63936, 11 0xed, SBC PC: 0xf9bd, SP: 0x9a, A: 0x19, X: 0x33, Y: 0xfd, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1574] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 26607, 237 26608, 233 26609, 72 18665, 26 26610, 102 0xed, SBC PC: 0x67ef, SP: 0xa1, A: 0xf8, X: 0x3f, Y: 0x17, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 477 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1419] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4037, 245 4038, 92 4039, 23 92, 43 231, 141 0xf5, SBC PC: 0x0fc5, SP: 0x85, A: 0x67, X: 0x8b, Y: 0xff, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2165] | 0.71 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 21765, 253 21766, 232 21767, 82 21012, 188 21268, 82 21768, 97 0xfd, SBC PC: 0x5505, SP: 0x50, A: 0xbf, X: 0x2c, Y: 0x5f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1649] | 0.89 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2630, 237 2631, 35 2632, 206 52771, 179 2633, 63 0xed, SBC PC: 0x0a46, SP: 0xbd, A: 0x08, X: 0x8e, Y: 0x2e, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1990] | 0.66 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25477, 237 25478, 163 25479, 4 1187, 15 25480, 5 0xed, SBC PC: 0x6385, SP: 0x45, A: 0x21, X: 0x85, Y: 0x35, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1066] | 0.54 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 33442, 245 33443, 176 33444, 114 176, 35 130, 134 0xf5, SBC PC: 0x82a2, SP: 0x8e, A: 0xc2, X: 0xd2, Y: 0xf2, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1717] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41143, 237 41144, 195 41145, 78 20163, 148 41146, 218 0xed, SBC PC: 0xa0b7, SP: 0xba, A: 0x50, X: 0xb2, Y: 0x31, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1157] | 0.77 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 583, 245 584, 222 585, 216 222, 118 0xf5, SBC PC: 0x0247, SP: 0x4b, A: 0xa9, X: 0x00, Y: 0x49, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1335] | 0.63 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46621, 245 46622, 12 46623, 110 12, 127 16, 246 0xf5, SBC PC: 0xb61d, SP: 0x84, A: 0x1c, X: 0x04, Y: 0xd9, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 37 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2049] | 0.89 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31785, 253 31786, 2 31787, 173 44386, 115 31788, 123 0xfd, SBC PC: 0x7c29, SP: 0x1d, A: 0xce, X: 0x60, Y: 0x93, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1501] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11039, 237 11040, 193 11041, 192 49345, 42 11042, 199 0xed, SBC PC: 0x2b1f, SP: 0x37, A: 0xc2, X: 0x51, Y: 0x6f, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 408 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1793] | 0.55 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 51545, 237 51546, 255 51547, 60 15615, 195 51548, 83 0xed, SBC PC: 0xc959, SP: 0xfc, A: 0x76, X: 0x63, Y: 0xd5, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1925] | 0.92 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49685, 237 49686, 186 49687, 46 11962, 36 49688, 19 0xed, SBC PC: 0xc215, SP: 0xfd, A: 0xaa, X: 0x7b, Y: 0x35, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1247] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 38311, 245 38312, 254 38313, 104 254, 62 211, 21 0xf5, SBC PC: 0x95a7, SP: 0x1f, A: 0x1a, X: 0xd5, Y: 0x70, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1860] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 6067, 237 6068, 171 6069, 6 1707, 22 6070, 77 0xed, SBC PC: 0x17b3, SP: 0xd5, A: 0xeb, X: 0xe6, Y: 0x3a, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 469 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1420] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 47170, 245 47171, 140 47172, 190 140, 181 167, 205 0xf5, SBC PC: 0xb842, SP: 0x4c, A: 0x49, X: 0x1b, Y: 0x7f, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1067] | 0.54 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35693, 245 35694, 30 35695, 64 30, 113 209, 254 0xf5, SBC PC: 0x8b6d, SP: 0xd6, A: 0x89, X: 0xb3, Y: 0x18, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1575] | 0.91 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 44100, 237 44101, 140 44102, 235 60300, 98 44103, 97 0xed, SBC PC: 0xac44, SP: 0xba, A: 0xb9, X: 0x2c, Y: 0x11, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2166] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10549, 253 10550, 221 10551, 92 23657, 63 23913, 138 10552, 238 0xfd, SBC PC: 0x2935, SP: 0x94, A: 0x0e, X: 0x8c, Y: 0x0a, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1991] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 3221, 237 3222, 59 3223, 62 15931, 98 3224, 53 0xed, SBC PC: 0x0c95, SP: 0x8f, A: 0x01, X: 0xe1, Y: 0x43, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2112] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 46252, 253 46253, 77 46254, 108 27756, 213 46255, 179 0xfd, SBC PC: 0xb4ac, SP: 0x9d, A: 0x20, X: 0x1f, Y: 0xe8, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 74 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1718] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 32770, 237 32771, 53 32772, 23 5941, 13 32773, 35 0xed, SBC PC: 0x8002, SP: 0x7d, A: 0x17, X: 0x21, Y: 0x90, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1650] | 0.87 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 24504, 237 24505, 123 24506, 253 64891, 22 24507, 213 0xed, SBC PC: 0x5fb8, SP: 0xc4, A: 0x66, X: 0x9e, Y: 0x10, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1336] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 56564, 245 56565, 8 56566, 30 8, 20 58, 22 0xf5, SBC PC: 0xdcf4, SP: 0x13, A: 0x3e, X: 0x32, Y: 0x49, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1794] | 0.74 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2786, 237 2787, 50 2788, 39 10034, 43 2789, 82 0xed, SBC PC: 0x0ae2, SP: 0x3d, A: 0xa6, X: 0x6c, Y: 0x7d, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1158] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 46115, 245 46116, 122 46117, 206 122, 247 119, 214 0xf5, SBC PC: 0xb423, SP: 0x5b, A: 0x56, X: 0xfd, Y: 0xc1, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1502] | 0.61 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 39232, 237 39233, 225 39234, 74 19169, 51 39235, 235 0xed, SBC PC: 0x9940, SP: 0xf7, A: 0xf7, X: 0x95, Y: 0x3c, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 451 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1248] | 0.69 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40290, 245 40291, 24 40292, 215 24, 16 192, 195 0xf5, SBC PC: 0x9d62, SP: 0x98, A: 0x53, X: 0xa8, Y: 0x7f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 144 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1861] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27817, 237 27818, 123 27819, 171 43899, 222 27820, 68 0xed, SBC PC: 0x6ca9, SP: 0xd5, A: 0x03, X: 0x06, Y: 0xdc, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 36 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1068] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 28842, 245 28843, 103 28844, 249 103, 237 178, 202 0xf5, SBC PC: 0x70aa, SP: 0x4f, A: 0xe0, X: 0x4b, Y: 0x79, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1421] | 0.61 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29614, 245 29615, 171 29616, 7 171, 125 24, 94 0xf5, SBC PC: 0x73ae, SP: 0x90, A: 0xc9, X: 0x6d, Y: 0x80, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2050] | 0.76 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 27129, 253 27130, 253 27131, 203 52063, 108 52319, 48 27132, 211 0xfd, SBC PC: 0x69f9, SP: 0x54, A: 0x2f, X: 0x62, Y: 0x54, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2167] | 0.78 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48807, 253 48808, 118 48809, 209 53547, 98 53803, 215 48810, 146 0xfd, SBC PC: 0xbea7, SP: 0x1b, A: 0xee, X: 0xb5, Y: 0xe3, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1926] | 0.85 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 19118, 237 19119, 71 19120, 181 46407, 13 19121, 114 0xed, SBC PC: 0x4aae, SP: 0x26, A: 0x3b, X: 0x7d, Y: 0x9a, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1992] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48334, 237 48335, 8 48336, 114 29192, 65 48337, 56 0xed, SBC PC: 0xbcce, SP: 0x07, A: 0x3a, X: 0x92, Y: 0xe3, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2170] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9268, 253 9269, 11 9270, 20 5128, 52 5384, 104 9271, 1 0xfd, SBC PC: 0x2434, SP: 0xb3, A: 0x30, X: 0xfd, Y: 0xff, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1719] | 0.61 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 60719, 237 60720, 124 60721, 0 124, 197 60722, 188 0xed, SBC PC: 0xed2f, SP: 0x55, A: 0x41, X: 0x88, Y: 0x01, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1337] | 0.71 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8360, 245 8361, 132 8362, 93 132, 45 180, 202 0xf5, SBC PC: 0x20a8, SP: 0x3d, A: 0x0c, X: 0x30, Y: 0x0e, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 65 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1576] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 9636, 237 9637, 138 9638, 60 15498, 86 9639, 86 0xed, SBC PC: 0x25a4, SP: 0xa1, A: 0xd0, X: 0x53, Y: 0x07, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1159] | 0.63 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62035, 245 62036, 40 62037, 153 40, 129 244, 241 0xf5, SBC PC: 0xf253, SP: 0xa8, A: 0x18, X: 0xcc, Y: 0x4a, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 39 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1503] | 0.61 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 5655, 237 5656, 168 5657, 31 8104, 84 5658, 33 0xed, SBC PC: 0x1617, SP: 0x9c, A: 0x3c, X: 0x38, Y: 0xc7, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1795] | 0.79 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46688, 237 46689, 223 46690, 36 9439, 172 46691, 221 0xed, SBC PC: 0xb660, SP: 0xa3, A: 0xa6, X: 0xeb, Y: 0x51, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1862] | 0.70 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 18351, 237 18352, 152 18353, 103 26520, 174 18354, 86 0xed, SBC PC: 0x47af, SP: 0x5c, A: 0x8a, X: 0x06, Y: 0x93, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1651] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 62909, 237 62910, 165 62911, 41 10661, 53 62912, 141 0xed, SBC PC: 0xf5bd, SP: 0xf3, A: 0xe4, X: 0xb4, Y: 0x34, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 430 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1249] | 0.64 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57346, 245 57347, 37 57348, 99 37, 128 192, 26 0xf5, SBC PC: 0xe002, SP: 0x30, A: 0xf3, X: 0x9b, Y: 0x02, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1422] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 42551, 245 42552, 85 42553, 250 85, 102 0xf5, SBC PC: 0xa637, SP: 0xf7, A: 0xc7, X: 0x00, Y: 0x09, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2051] | 0.82 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62437, 253 62438, 44 62439, 96 24619, 9 24875, 225 62440, 81 0xfd, SBC PC: 0xf3e5, SP: 0x54, A: 0xa9, X: 0xff, Y: 0x39, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1069] | 0.78 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40820, 245 40821, 220 40822, 118 220, 170 94, 249 0xf5, SBC PC: 0x9f74, SP: 0xfd, A: 0x17, X: 0x82, Y: 0xc5, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 30 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2171] | 0.83 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19006, 253 19007, 124 19008, 88 22640, 220 22896, 136 19009, 1 0xfd, SBC PC: 0x4a3e, SP: 0xb7, A: 0x41, X: 0xf4, Y: 0x12, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2226] | 0.77 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58882, 253 58883, 121 58884, 144 36988, 51 58885, 108 0xfd, SBC PC: 0xe602, SP: 0x58, A: 0xe5, X: 0x03, Y: 0xea, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 434 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1720] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 25768, 237 25769, 112 25770, 121 31088, 60 25771, 8 0xed, SBC PC: 0x64a8, SP: 0x37, A: 0xd9, X: 0x97, Y: 0x54, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 413 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2168] | 0.71 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61306, 253 61307, 243 61308, 74 19079, 118 19335, 160 61309, 58 0xfd, SBC PC: 0xef7a, SP: 0x83, A: 0x84, X: 0x94, Y: 0xa2, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1927] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 14117, 237 14118, 181 14119, 168 43189, 155 14120, 52 0xed, SBC PC: 0x3725, SP: 0x11, A: 0xe1, X: 0xe5, Y: 0x0a, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1577] | 0.54 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2630, 237 2631, 131 2632, 156 40067, 42 2633, 165 0xed, SBC PC: 0x0a46, SP: 0x4b, A: 0x09, X: 0xf9, Y: 0x61, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1504] | 0.57 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 17193, 237 17194, 122 17195, 33 8570, 46 17196, 119 0xed, SBC PC: 0x4329, SP: 0xd9, A: 0x45, X: 0x24, Y: 0xad, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1160] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 60545, 245 60546, 60 60547, 24 60, 193 67, 189 0xf5, SBC PC: 0xec81, SP: 0xeb, A: 0xbc, X: 0x07, Y: 0xb9, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1338] | 0.67 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24435, 245 24436, 177 24437, 32 177, 194 187, 191 0xf5, SBC PC: 0x5f73, SP: 0xd0, A: 0x9a, X: 0x0a, Y: 0x99, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1423] | 0.57 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62172, 245 62173, 225 62174, 21 225, 62 135, 24 0xf5, SBC PC: 0xf2dc, SP: 0x11, A: 0x7f, X: 0xa6, Y: 0x2e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 359 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1863] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 56973, 237 56974, 240 56975, 144 37104, 173 56976, 164 0xed, SBC PC: 0xde8d, SP: 0x5c, A: 0x64, X: 0x7f, Y: 0xf6, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1250] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 9444, 245 9445, 165 9446, 191 165, 248 142, 62 0xf5, SBC PC: 0x24e4, SP: 0xe5, A: 0xb8, X: 0xe9, Y: 0xff, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1652] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49990, 237 49991, 55 49992, 240 61495, 156 49993, 6 0xed, SBC PC: 0xc346, SP: 0x3a, A: 0x34, X: 0x48, Y: 0x02, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 151 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1796] | 0.72 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 35320, 237 35321, 50 35322, 131 33586, 130 35323, 187 0xed, SBC PC: 0x89f8, SP: 0x5f, A: 0x4f, X: 0x23, Y: 0x49, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1721] | 0.77 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4768, 237 4769, 21 4770, 140 35861, 172 4771, 199 0xed, SBC PC: 0x12a0, SP: 0x8d, A: 0xbd, X: 0x73, Y: 0xd2, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1578] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 46883, 237 46884, 203 46885, 16 4299, 1 46886, 146 0xed, SBC PC: 0xb723, SP: 0xc8, A: 0xbe, X: 0x89, Y: 0xc7, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2169] | 0.60 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 36810, 253 36811, 16 36812, 174 44724, 100 36813, 94 0xfd, SBC PC: 0x8fca, SP: 0xf9, A: 0x71, X: 0xa4, Y: 0xc6, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1070] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 5, 245 6, 180 7, 87 180, 43 207, 218 0xf5, SBC PC: 0x0005, SP: 0x2b, A: 0xe7, X: 0x1b, Y: 0x92, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2227] | 0.86 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11515, 253 11516, 209 11517, 82 21128, 171 21384, 103 11518, 218 0xfd, SBC PC: 0x2cfb, SP: 0xae, A: 0xc7, X: 0xb7, Y: 0x24, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2052] | 0.66 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50092, 253 50093, 15 50094, 26 6818, 26 50095, 162 0xfd, SBC PC: 0xc3ac, SP: 0x7a, A: 0xbf, X: 0x93, Y: 0x85, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 420 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2172] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11764, 253 11765, 242 11766, 225 57671, 108 57927, 78 11767, 64 0xfd, SBC PC: 0x2df4, SP: 0xb0, A: 0x69, X: 0x55, Y: 0x9a, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1161] | 0.57 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4838, 245 4839, 114 4840, 235 114, 132 206, 36 0xf5, SBC PC: 0x12e6, SP: 0x34, A: 0x58, X: 0x5c, Y: 0xc9, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1505] | 0.81 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 41465, 237 41466, 174 41467, 47 12206, 183 41468, 195 0xed, SBC PC: 0xa1f9, SP: 0x86, A: 0x75, X: 0x96, Y: 0x33, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1928] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 48199, 237 48200, 134 48201, 170 43654, 153 48202, 252 0xed, SBC PC: 0xbc47, SP: 0xcc, A: 0x27, X: 0x4a, Y: 0xbf, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1339] | 0.55 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 1265, 245 1266, 39 1267, 206 39, 216 49, 169 0xf5, SBC PC: 0x04f1, SP: 0x4c, A: 0x1f, X: 0x0a, Y: 0xf2, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1424] | 0.54 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55217, 245 55218, 29 55219, 192 29, 111 141, 71 0xf5, SBC PC: 0xd7b1, SP: 0x6a, A: 0x7c, X: 0x70, Y: 0x97, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1251] | 0.57 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57433, 245 57434, 134 57435, 194 134, 201 77, 167 0xf5, SBC PC: 0xe059, SP: 0x7a, A: 0x13, X: 0xc7, Y: 0x7f, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 108 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1864] | 0.76 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11016, 237 11017, 69 11018, 165 42309, 151 11019, 41 0xed, SBC PC: 0x2b08, SP: 0x6d, A: 0xcb, X: 0xd1, Y: 0x1a, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1653] | 0.75 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 11890, 237 11891, 38 11892, 178 45606, 19 11893, 169 0xed, SBC PC: 0x2e72, SP: 0xad, A: 0xd4, X: 0x61, Y: 0x3d, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 448 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1797] | 0.58 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 27349, 237 27350, 160 27351, 154 39584, 109 27352, 24 0xed, SBC PC: 0x6ad5, SP: 0x08, A: 0x3f, X: 0x95, Y: 0xe7, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2280] | 0.83 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62851, 253 62852, 51 62853, 109 28056, 203 62854, 221 0xfd, SBC PC: 0xf583, SP: 0x7b, A: 0x1b, X: 0x65, Y: 0xb4, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 79 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1722] | 0.86 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4305, 237 4306, 106 4307, 137 35178, 90 4308, 220 0xed, SBC PC: 0x10d1, SP: 0x1f, A: 0xd1, X: 0x64, Y: 0xe3, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 374 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1071] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17939, 245 17940, 208 17941, 47 208, 103 71, 121 0xf5, SBC PC: 0x4613, SP: 0x20, A: 0xae, X: 0x77, Y: 0x7b, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1162] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 54656, 245 54657, 206 54658, 206 206, 33 69, 17 0xf5, SBC PC: 0xd580, SP: 0xb9, A: 0x4a, X: 0x77, Y: 0x15, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2053] | 0.87 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13343, 253 13344, 158 13345, 245 62943, 103 13346, 119 0xfd, SBC PC: 0x341f, SP: 0x39, A: 0xd0, X: 0x41, Y: 0xc5, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1340] | 0.53 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18053, 245 18054, 18 18055, 44 18, 115 76, 203 0xf5, SBC PC: 0x4685, SP: 0x31, A: 0xd5, X: 0x3a, Y: 0x0b, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2173] | 0.62 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32337, 253 32338, 62 32339, 39 10055, 235 32340, 234 0xfd, SBC PC: 0x7e51, SP: 0x14, A: 0x3a, X: 0x09, Y: 0xd1, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 78 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1425] | 0.81 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 25744, 245 25745, 29 25746, 113 29, 172 170, 92 0xf5, SBC PC: 0x6490, SP: 0x18, A: 0xe4, X: 0x8d, Y: 0x86, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1579] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 52046, 237 52047, 174 52048, 169 43438, 226 52049, 171 0xed, SBC PC: 0xcb4e, SP: 0xde, A: 0xd7, X: 0x20, Y: 0x68, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1252] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 34420, 245 34421, 121 34422, 80 121, 67 233, 101 0xf5, SBC PC: 0x8674, SP: 0x1f, A: 0xb0, X: 0x70, Y: 0x74, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2228] | 0.71 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30293, 253 30294, 187 30295, 205 52558, 162 52814, 210 30296, 36 0xfd, SBC PC: 0x7655, SP: 0x3c, A: 0x5a, X: 0x93, Y: 0xe5, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2332] | 1.04 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59286, 253 59287, 109 59288, 123 31693, 231 59289, 103 0xfd, SBC PC: 0xe796, SP: 0x1a, A: 0x2e, X: 0x60, Y: 0x8d, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 71 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1929] | 0.79 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 31457, 237 31458, 128 31459, 108 27776, 31 31460, 134 0xed, SBC PC: 0x7ae1, SP: 0x80, A: 0xa6, X: 0x0f, Y: 0x8c, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2432] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63430, 253 63431, 132 63432, 198 50783, 60 51039, 240 63433, 167 0xfd, SBC PC: 0xf7c6, SP: 0xb8, A: 0x30, X: 0xdb, Y: 0x75, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 64 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2383] | 0.66 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39357, 253 39358, 2 39359, 206 52896, 4 39360, 253 0xfd, SBC PC: 0x99bd, SP: 0xaa, A: 0x5d, X: 0x9e, Y: 0x0a, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1654] | 1.04 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 10590, 237 10591, 250 10592, 81 20986, 197 10593, 74 0xed, SBC PC: 0x295e, SP: 0x72, A: 0xfc, X: 0xe5, Y: 0xf6, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1163] | 0.53 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10963, 245 10964, 37 10965, 240 37, 182 142, 216 0xf5, SBC PC: 0x2ad3, SP: 0x97, A: 0x5f, X: 0x69, Y: 0xf5, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 134 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1341] | 0.76 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 914, 245 915, 52 916, 111 52, 98 26, 137 0xf5, SBC PC: 0x0392, SP: 0x33, A: 0x70, X: 0xe6, Y: 0x8c, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1072] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 30137, 245 30138, 50 30139, 86 50, 123 198, 181 0xf5, SBC PC: 0x75b9, SP: 0x37, A: 0x5d, X: 0x94, Y: 0x7b, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2174] | 0.85 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37952, 253 37953, 139 37954, 225 57614, 132 57870, 67 37955, 34 0xfd, SBC PC: 0x9440, SP: 0xfd, A: 0x50, X: 0x83, Y: 0x49, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1253] | 0.54 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55520, 245 55521, 252 55522, 189 252, 109 117, 150 0xf5, SBC PC: 0xd8e0, SP: 0xcd, A: 0xa1, X: 0x79, Y: 0xdc, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1580] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 5475, 237 5476, 70 5477, 217 55622, 140 5478, 115 0xed, SBC PC: 0x1563, SP: 0x09, A: 0xec, X: 0x6c, Y: 0x6a, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2281] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35577, 253 35578, 174 35579, 180 46295, 85 35580, 23 0xfd, SBC PC: 0x8af9, SP: 0xeb, A: 0x6c, X: 0x29, Y: 0x0c, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1723] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 16984, 237 16985, 85 16986, 26 6741, 173 16987, 166 0xed, SBC PC: 0x4258, SP: 0x19, A: 0x36, X: 0x80, Y: 0x12, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 136 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1426] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 22920, 245 22921, 66 22922, 114 66, 186 181, 244 0xf5, SBC PC: 0x5988, SP: 0x7a, A: 0x2e, X: 0x73, Y: 0x7e, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 57 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2480] | 1.07 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9365, 253 9366, 107 9367, 136 34921, 63 35177, 146 9368, 7 0xfd, SBC PC: 0x2495, SP: 0x81, A: 0x06, X: 0xfe, Y: 0xaf, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2229] | 0.66 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54473, 253 54474, 76 54475, 182 46631, 103 46887, 40 54476, 17 0xfd, SBC PC: 0xd4c9, SP: 0xdc, A: 0x36, X: 0xdb, Y: 0x62, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2433] | 0.83 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63335, 253 63336, 108 63337, 160 41039, 88 41295, 51 63338, 211 0xfd, SBC PC: 0xf767, SP: 0x44, A: 0x78, X: 0xe3, Y: 0x7e, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2384] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 21127, 253 21128, 189 21129, 115 29586, 208 29842, 113 21130, 125 0xfd, SBC PC: 0x5287, SP: 0x4a, A: 0x18, X: 0xd5, Y: 0xe9, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1164] | 0.75 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 958, 245 959, 243 960, 6 243, 249 106, 147 0xf5, SBC PC: 0x03be, SP: 0x14, A: 0x3f, X: 0x77, Y: 0xc5, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2526] | 1.09 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21933, 249 21934, 24 21935, 245 62730, 56 62986, 157 21936, 184 0xf9, SBC PC: 0x55ad, SP: 0xe4, A: 0x5f, X: 0x08, Y: 0xf2, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1073] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 21233, 245 21234, 52 21235, 79 52, 76 73, 222 0xf5, SBC PC: 0x52f1, SP: 0xa9, A: 0xbf, X: 0x15, Y: 0xe8, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1254] | 0.78 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43988, 245 43989, 15 43990, 10 15, 97 86, 177 0xf5, SBC PC: 0xabd4, SP: 0x53, A: 0xc7, X: 0x47, Y: 0x19, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2333] | 0.84 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48790, 253 48791, 25 48792, 211 54146, 97 48793, 248 0xfd, SBC PC: 0xbe96, SP: 0x94, A: 0xc1, X: 0x69, Y: 0x51, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1342] | 0.66 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 43137, 245 43138, 138 43139, 46 138, 142 242, 152 0xf5, SBC PC: 0xa881, SP: 0x5f, A: 0x50, X: 0x68, Y: 0xf6, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1581] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 49392, 237 49393, 21 49394, 96 24597, 122 49395, 94 0xed, SBC PC: 0xc0f0, SP: 0xa7, A: 0x1a, X: 0x91, Y: 0xf1, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2282] | 0.61 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37644, 253 37645, 123 37646, 125 32064, 108 32320, 140 37647, 146 0xfd, SBC PC: 0x930c, SP: 0x30, A: 0x48, X: 0xc5, Y: 0x03, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1724] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2297, 237 2298, 109 2299, 194 49773, 105 2300, 62 0xed, SBC PC: 0x08f9, SP: 0x1d, A: 0x3d, X: 0x30, Y: 0xe8, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2571] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 26733, 249 26734, 59 26735, 15 3875, 74 4131, 93 26736, 74 0xf9, SBC PC: 0x686d, SP: 0x22, A: 0xf6, X: 0xc5, Y: 0xe8, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1655] | 0.80 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 54183, 237 54184, 0 54185, 255 65280, 109 54186, 5 0xed, SBC PC: 0xd3a7, SP: 0x34, A: 0x2a, X: 0xf1, Y: 0xd2, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2175] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62536, 253 62537, 225 62538, 25 6594, 55 6850, 83 62539, 211 0xfd, SBC PC: 0xf448, SP: 0x64, A: 0x45, X: 0xe1, Y: 0xfb, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2230] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48286, 253 48287, 116 48288, 123 31708, 67 48289, 204 0xfd, SBC PC: 0xbc9e, SP: 0x97, A: 0x17, X: 0x68, Y: 0x26, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2385] | 0.93 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41258, 253 41259, 141 41260, 66 16954, 68 17210, 60 41261, 182 0xfd, SBC PC: 0xa12a, SP: 0x98, A: 0x66, X: 0xad, Y: 0x28, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2434] | 0.75 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32918, 253 32919, 153 32920, 141 36293, 37 32921, 46 0xfd, SBC PC: 0x8096, SP: 0x24, A: 0xd8, X: 0x2c, Y: 0xac, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1074] | 0.57 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 10282, 245 10283, 6 10284, 149 6, 151 45, 47 0xf5, SBC PC: 0x282a, SP: 0x9d, A: 0xcf, X: 0x27, Y: 0x31, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 415 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1165] | 0.72 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 39661, 245 39662, 105 39663, 49 105, 202 247, 98 0xf5, SBC PC: 0x9aed, SP: 0xbf, A: 0x16, X: 0x8e, Y: 0xc3, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2481] | 0.79 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57749, 253 57750, 86 57751, 80 20643, 247 57752, 230 0xfd, SBC PC: 0xe195, SP: 0x77, A: 0x69, X: 0x4d, Y: 0x58, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 113 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1343] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 48533, 245 48534, 211 48535, 211 211, 76 112, 171 0xf5, SBC PC: 0xbd95, SP: 0x18, A: 0xfc, X: 0x9d, Y: 0x2c, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2614] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30802, 249 30803, 63 30804, 157 40320, 41 30805, 221 0xf9, SBC PC: 0x7852, SP: 0x44, A: 0xc2, X: 0x45, Y: 0x41, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2283] | 0.84 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 4224, 253 4225, 43 4226, 165 42285, 41 4227, 121 0xfd, SBC PC: 0x1080, SP: 0x9c, A: 0x71, X: 0x02, Y: 0x24, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1725] | 0.73 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 20623, 237 20624, 100 20625, 71 18276, 146 20626, 223 0xed, SBC PC: 0x508f, SP: 0xdb, A: 0x36, X: 0x09, Y: 0x68, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1255] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 37468, 245 37469, 141 37470, 80 141, 154 107, 190 0xf5, SBC PC: 0x925c, SP: 0x5e, A: 0xa9, X: 0xde, Y: 0x90, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2334] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19023, 253 19024, 9 19025, 103 26376, 162 26632, 251 19026, 68 0xfd, SBC PC: 0x4a4f, SP: 0x6b, A: 0x8f, X: 0xff, Y: 0xf6, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2572] | 0.79 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44686, 249 44687, 141 44688, 76 19552, 58 19808, 179 44689, 195 0xf9, SBC PC: 0xae8e, SP: 0x9f, A: 0xab, X: 0x1c, Y: 0xd3, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2231] | 0.82 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 27062, 253 27063, 47 27064, 59 15267, 109 27065, 240 0xfd, SBC PC: 0x69b6, SP: 0x57, A: 0x13, X: 0x74, Y: 0x38, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2527] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9308, 249 9309, 132 9310, 54 14038, 50 9311, 29 0xf9, SBC PC: 0x245c, SP: 0x87, A: 0xbd, X: 0x34, Y: 0x52, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2176] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31411, 253 31412, 230 31413, 132 33969, 3 34225, 97 31414, 23 0xfd, SBC PC: 0x7ab3, SP: 0xe6, A: 0xbd, X: 0xcb, Y: 0x93, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2656] | 0.68 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61729, 249 61730, 45 61731, 38 9834, 79 61732, 12 0xf9, SBC PC: 0xf121, SP: 0x1e, A: 0x95, X: 0x92, Y: 0x3d, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1075] | 0.80 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 33656, 245 33657, 28 33658, 14 28, 106 176, 162 0xf5, SBC PC: 0x8378, SP: 0x41, A: 0x38, X: 0x94, Y: 0x31, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2435] | 0.75 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 18585, 253 18586, 132 18587, 202 51952, 213 18588, 20 0xfd, SBC PC: 0x4899, SP: 0x6d, A: 0xc3, X: 0x6c, Y: 0x44, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1166] | 0.73 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 2211, 245 2212, 120 2213, 179 120, 216 38, 134 0xf5, SBC PC: 0x08a3, SP: 0x6f, A: 0x29, X: 0xae, Y: 0xe5, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2615] | 0.86 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 26856, 249 26857, 12 26858, 198 50696, 27 50952, 4 26859, 33 0xf9, SBC PC: 0x68e8, SP: 0x96, A: 0xe6, X: 0x4a, Y: 0xfc, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 481 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1344] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 16385, 245 16386, 120 16387, 89 120, 208 249, 23 0xf5, SBC PC: 0x4001, SP: 0xe7, A: 0xc5, X: 0x81, Y: 0x5b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 430 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2386] | 0.87 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55304, 253 55305, 240 55306, 74 18956, 16 19212, 101 55307, 80 0xfd, SBC PC: 0xd808, SP: 0x4f, A: 0xb2, X: 0x1c, Y: 0x9e, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1256] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 8301, 245 8302, 173 8303, 38 173, 117 26, 130 0xf5, SBC PC: 0x206d, SP: 0x08, A: 0xcf, X: 0x6d, Y: 0x23, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2482] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19048, 253 19049, 119 19050, 121 31116, 187 19051, 132 0xfd, SBC PC: 0x4a68, SP: 0xc0, A: 0x52, X: 0x15, Y: 0xa3, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2335] | 0.93 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19697, 253 19698, 98 19699, 161 41378, 181 19700, 106 0xfd, SBC PC: 0x4cf1, SP: 0x2c, A: 0xd2, X: 0x40, Y: 0x20, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1726] | 0.73 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 4654, 237 4655, 198 4656, 253 64966, 187 4657, 207 0xed, SBC PC: 0x122e, SP: 0x76, A: 0xf5, X: 0x00, Y: 0xb2, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2528] | 0.64 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24852, 249 24853, 246 24854, 116 29832, 109 30088, 51 24855, 225 0xf9, SBC PC: 0x6114, SP: 0x75, A: 0x82, X: 0x8b, Y: 0x92, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2284] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48037, 253 48038, 14 48039, 80 20673, 42 48040, 216 0xfd, SBC PC: 0xbba5, SP: 0xad, A: 0x1f, X: 0xb3, Y: 0x96, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2177] | 0.60 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2040, 253 2041, 199 2042, 206 52849, 74 53105, 182 2043, 216 0xfd, SBC PC: 0x07f8, SP: 0x55, A: 0x93, X: 0xaa, Y: 0xcf, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2573] | 1.00 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19669, 249 19670, 216 19671, 159 40717, 224 40973, 184 19672, 156 0xf9, SBC PC: 0x4cd5, SP: 0x41, A: 0xe1, X: 0x73, Y: 0x35, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2232] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19068, 253 19069, 145 19070, 149 38377, 107 19071, 91 0xfd, SBC PC: 0x4a7c, SP: 0x10, A: 0x3b, X: 0x58, Y: 0xd3, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2657] | 0.65 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 47715, 249 47716, 77 47717, 93 23986, 114 47718, 49 0xf9, SBC PC: 0xba63, SP: 0x67, A: 0x94, X: 0x4a, Y: 0x65, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1076] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 40907, 245 40908, 57 40909, 177 57, 150 53, 200 0xf5, SBC PC: 0x9fcb, SP: 0xc9, A: 0x60, X: 0xfc, Y: 0x9d, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1345] | 0.71 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18622, 245 18623, 115 18624, 198 115, 54 246, 235 0xf5, SBC PC: 0x48be, SP: 0x28, A: 0x31, X: 0x83, Y: 0xd7, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 70 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2436] | 0.71 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 24255, 253 24256, 169 24257, 170 43775, 109 24258, 214 0xfd, SBC PC: 0x5ebf, SP: 0x0b, A: 0xb5, X: 0x56, Y: 0x76, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1167] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4272, 245 4273, 198 4274, 227 198, 249 55, 205 0xf5, SBC PC: 0x10b0, SP: 0x08, A: 0x68, X: 0x71, Y: 0xf1, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1257] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 57845, 245 57846, 215 57847, 100 215, 91 31, 111 0xf5, SBC PC: 0xe1f5, SP: 0xfe, A: 0x53, X: 0x48, Y: 0x17, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2483] | 0.63 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41544, 253 41545, 233 41546, 113 29041, 207 29297, 213 41547, 118 0xfd, SBC PC: 0xa248, SP: 0x20, A: 0x51, X: 0x88, Y: 0x33, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2616] | 0.68 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31912, 249 31913, 44 31914, 179 45844, 100 46100, 65 31915, 169 0xf9, SBC PC: 0x7ca8, SP: 0x75, A: 0xde, X: 0x80, Y: 0xe8, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2387] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19331, 253 19332, 197 19333, 170 43594, 255 43850, 127 19334, 99 0xfd, SBC PC: 0x4b83, SP: 0xbd, A: 0x44, X: 0x85, Y: 0xef, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2178] | 0.85 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30999, 253 31000, 236 31001, 239 61292, 14 61548, 133 31002, 135 0xfd, SBC PC: 0x7917, SP: 0x5b, A: 0xc5, X: 0x80, Y: 0x6e, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2529] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64703, 249 64704, 229 64705, 203 52080, 74 52336, 92 64706, 128 0xf9, SBC PC: 0xfcbf, SP: 0x26, A: 0xcb, X: 0xc9, Y: 0x8b, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2285] | 0.61 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61439, 253 61440, 4 61441, 38 9802, 84 61442, 223 0xfd, SBC PC: 0xefff, SP: 0x6e, A: 0x5f, X: 0x46, Y: 0xbf, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json-i1727] | 0.69 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/ed.json 2135, 237 2136, 59 2137, 213 54587, 70 2138, 233 0xed, SBC PC: 0x0857, SP: 0x74, A: 0x47, X: 0x48, Y: 0xb1, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2233] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26079, 253 26080, 27 26081, 37 9593, 62 26082, 67 0xfd, SBC PC: 0x65df, SP: 0x87, A: 0xc7, X: 0x5e, Y: 0xd9, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2658] | 0.85 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23530, 249 23531, 156 23532, 241 61948, 93 23533, 120 0xf9, SBC PC: 0x5bea, SP: 0xb8, A: 0x9f, X: 0x4a, Y: 0x60, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 322 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2336] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7222, 253 7223, 19 7224, 68 17498, 72 7225, 255 0xfd, SBC PC: 0x1c36, SP: 0x0c, A: 0x57, X: 0x47, Y: 0x44, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1077] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 24656, 245 24657, 81 24658, 69 81, 210 84, 243 0xf5, SBC PC: 0x6050, SP: 0x26, A: 0x79, X: 0x03, Y: 0xf1, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1168] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 64771, 245 64772, 217 64773, 72 217, 155 104, 152 0xf5, SBC PC: 0xfd03, SP: 0xd0, A: 0xa1, X: 0x8f, Y: 0x44, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2574] | 0.83 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9408, 249 9409, 3 9410, 122 31398, 237 9411, 209 0xf9, SBC PC: 0x24c0, SP: 0x97, A: 0x7a, X: 0x89, Y: 0xa3, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2697] | 1.05 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15919, 249 15920, 195 15921, 48 12520, 101 15922, 101 0xf9, SBC PC: 0x3e2f, SP: 0xff, A: 0x06, X: 0xc1, Y: 0x25, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2437] | 0.97 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1743, 253 1744, 192 1745, 29 7636, 36 1746, 43 0xfd, SBC PC: 0x06cf, SP: 0x39, A: 0x33, X: 0x14, Y: 0xef, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1258] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18429, 245 18430, 43 18431, 133 43, 205 203, 183 0xf5, SBC PC: 0x47fd, SP: 0x07, A: 0x2b, X: 0xa0, Y: 0xad, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2484] | 0.85 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52775, 253 52776, 85 52777, 209 53686, 89 52778, 187 0xfd, SBC PC: 0xce27, SP: 0xa6, A: 0x3f, X: 0x61, Y: 0x43, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2530] | 0.87 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45803, 249 45804, 135 45805, 213 54567, 111 54823, 214 45806, 226 0xf9, SBC PC: 0xb2eb, SP: 0xa6, A: 0x8a, X: 0x45, Y: 0xa0, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2286] | 0.84 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57241, 253 57242, 26 57243, 122 31484, 134 57244, 233 0xfd, SBC PC: 0xdf99, SP: 0xfa, A: 0x83, X: 0xe2, Y: 0xa4, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2617] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 6843, 249 6844, 168 6845, 134 34445, 197 34701, 228 6846, 189 0xf9, SBC PC: 0x1abb, SP: 0x59, A: 0x47, X: 0xab, Y: 0xe5, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2234] | 0.85 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49396, 253 49397, 27 49398, 158 40456, 141 40712, 48 49399, 115 0xfd, SBC PC: 0xc0f4, SP: 0x91, A: 0xf2, X: 0xed, Y: 0xf4, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 449 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2736] | 1.01 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3848, 249 3849, 128 3850, 134 34431, 153 34687, 190 3851, 29 0xf9, SBC PC: 0x0f08, SP: 0xb5, A: 0xa5, X: 0x0b, Y: 0xff, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2388] | 0.74 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37830, 253 37831, 93 37832, 137 35085, 121 35341, 153 37833, 141 0xfd, SBC PC: 0x93c6, SP: 0x90, A: 0x27, X: 0xb0, Y: 0xe0, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2179] | 0.69 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58221, 253 58222, 243 58223, 188 48262, 189 48518, 10 58224, 94 0xfd, SBC PC: 0xe36d, SP: 0xac, A: 0x38, X: 0x93, Y: 0xfd, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2337] | 0.67 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37293, 253 37294, 208 37295, 92 23597, 138 23853, 172 37296, 29 0xfd, SBC PC: 0x91ad, SP: 0x1c, A: 0x6a, X: 0x5d, Y: 0x57, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1078] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 62696, 245 62697, 111 62698, 114 111, 187 233, 58 0xf5, SBC PC: 0xf4e8, SP: 0xbd, A: 0x56, X: 0x7a, Y: 0xb7, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2659] | 0.66 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61164, 249 61165, 203 61166, 243 62367, 162 62623, 4 61167, 163 0xf9, SBC PC: 0xeeec, SP: 0x70, A: 0x78, X: 0x13, Y: 0xd4, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 371 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1169] | 0.55 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 51113, 245 51114, 116 51115, 123 116, 134 236, 200 0xf5, SBC PC: 0xc7a9, SP: 0x9a, A: 0xd1, X: 0x78, Y: 0x4e, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1259] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 55781, 245 55782, 138 55783, 96 138, 23 3, 121 0xf5, SBC PC: 0xd9e5, SP: 0x33, A: 0xeb, X: 0x79, Y: 0x10, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2575] | 0.77 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20966, 249 20967, 125 20968, 11 2995, 92 20969, 46 0xf9, SBC PC: 0x51e6, SP: 0xc0, A: 0x55, X: 0x54, Y: 0x36, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2618] | 0.88 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58386, 249 58387, 14 58388, 85 21808, 63 58389, 62 0xf9, SBC PC: 0xe412, SP: 0x3d, A: 0xea, X: 0x0f, Y: 0x22, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2485] | 0.72 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63893, 253 63894, 195 63895, 218 55829, 58 56085, 254 63896, 153 0xfd, SBC PC: 0xf995, SP: 0x96, A: 0x0f, X: 0x52, Y: 0x1b, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 16 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2438] | 0.82 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11449, 253 11450, 20 11451, 237 60741, 158 11452, 157 0xfd, SBC PC: 0x2cb9, SP: 0x9e, A: 0x7d, X: 0x31, Y: 0x86, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2287] | 0.68 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 36961, 253 36962, 38 36963, 249 63935, 167 36964, 251 0xfd, SBC PC: 0x9061, SP: 0xe0, A: 0xb7, X: 0x99, Y: 0xb2, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2531] | 0.74 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9532, 249 9533, 221 9534, 250 64180, 121 64436, 239 9535, 188 0xf9, SBC PC: 0x253c, SP: 0xb2, A: 0x8c, X: 0x88, Y: 0xd7, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2698] | 0.88 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1621, 249 1622, 183 1623, 51 13213, 138 13469, 75 1624, 31 0xf9, SBC PC: 0x0655, SP: 0xec, A: 0x88, X: 0xdd, Y: 0xe6, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2180] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15129, 253 15130, 58 15131, 164 42026, 99 42282, 197 15132, 195 0xfd, SBC PC: 0x3b19, SP: 0x33, A: 0x22, X: 0xf0, Y: 0x4f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 93 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2338] | 0.87 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54904, 253 54905, 13 54906, 250 64201, 86 54907, 126 0xfd, SBC PC: 0xd678, SP: 0x7c, A: 0x5e, X: 0xbc, Y: 0xc3, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2389] | 0.98 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31620, 253 31621, 25 31622, 222 56997, 196 31623, 120 0xfd, SBC PC: 0x7b84, SP: 0x38, A: 0x00, X: 0x8c, Y: 0x45, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 60 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1079] | 0.58 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 50293, 245 50294, 75 50295, 222 75, 222 31, 191 0xf5, SBC PC: 0xc475, SP: 0x5f, A: 0x83, X: 0xd4, Y: 0x9a, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1170] | 0.53 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36678, 245 36679, 251 36680, 213 251, 161 245, 128 0xf5, SBC PC: 0x8f46, SP: 0xef, A: 0x34, X: 0xfa, Y: 0x69, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2235] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16560, 253 16561, 225 16562, 175 44834, 216 45090, 73 16563, 17 0xfd, SBC PC: 0x40b0, SP: 0xb7, A: 0xa1, X: 0x41, Y: 0x54, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2660] | 0.59 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10545, 249 10546, 51 10547, 227 58172, 13 10548, 89 0xf9, SBC PC: 0x2931, SP: 0xd4, A: 0x75, X: 0xd5, Y: 0x09, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 360 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1260] | 0.57 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 36625, 245 36626, 169 36627, 65 169, 13 143, 167 0xf5, SBC PC: 0x8f11, SP: 0x0f, A: 0x7e, X: 0xe6, Y: 0x3e, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2737] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15472, 249 15473, 22 15474, 23 6136, 37 15475, 242 0xf9, SBC PC: 0x3c70, SP: 0x45, A: 0x41, X: 0x9c, Y: 0xe2, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2576] | 0.90 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64870, 249 64871, 106 64872, 27 7100, 203 64873, 50 0xf9, SBC PC: 0xfd66, SP: 0x8c, A: 0x25, X: 0xa9, Y: 0x52, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 89 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1171] | 0.94 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 19934, 245 19935, 42 19936, 102 42, 69 247, 5 0xf5, SBC PC: 0x4dde, SP: 0x44, A: 0x1e, X: 0xcd, Y: 0xda, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2486] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 22810, 253 22811, 119 22812, 107 27622, 76 22813, 6 0xfd, SBC PC: 0x591a, SP: 0x65, A: 0x39, X: 0x6f, Y: 0xcc, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1080] | 0.58 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 35727, 245 35728, 33 35729, 126 33, 52 209, 34 0xf5, SBC PC: 0x8b8f, SP: 0x85, A: 0x01, X: 0xb0, Y: 0x1c, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2288] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52547, 253 52548, 137 52549, 211 54137, 77 54393, 63 52550, 121 0xfd, SBC PC: 0xcd43, SP: 0x2e, A: 0x9f, X: 0xf0, Y: 0xa3, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2619] | 0.70 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39763, 249 39764, 250 39765, 6 1651, 214 1907, 65 39766, 139 0xf9, SBC PC: 0x9b53, SP: 0xf4, A: 0x70, X: 0x5c, Y: 0x79, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2181] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 222, 253 223, 111 224, 3 960, 20 225, 225 0xfd, SBC PC: 0x00de, SP: 0xc5, A: 0xc3, X: 0x51, Y: 0x4f, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 431 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2661] | 0.84 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 6591, 249 6592, 83 6593, 167 42848, 246 6594, 190 0xf9, SBC PC: 0x19bf, SP: 0xc8, A: 0xb5, X: 0x29, Y: 0x0d, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2532] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64356, 249 64357, 254 64358, 174 44702, 84 44958, 89 64359, 137 0xf9, SBC PC: 0xfb64, SP: 0xa4, A: 0x04, X: 0x0b, Y: 0xa0, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2236] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40934, 253 40935, 23 40936, 8 2285, 143 40937, 75 0xfd, SBC PC: 0x9fe6, SP: 0x75, A: 0x04, X: 0xd6, Y: 0x17, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2439] | 0.75 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 8877, 253 8878, 98 8879, 152 39064, 193 8880, 59 0xfd, SBC PC: 0x22ad, SP: 0x45, A: 0x36, X: 0x36, Y: 0xca, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 117 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1261] | 0.72 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 63364, 245 63365, 6 63366, 197 6, 171 43, 28 0xf5, SBC PC: 0xf784, SP: 0x53, A: 0x80, X: 0x25, Y: 0xed, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2699] | 0.77 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3023, 249 3024, 25 3025, 65 16895, 42 3026, 74 0xf9, SBC PC: 0x0bcf, SP: 0xe8, A: 0xbc, X: 0xf4, Y: 0xe6, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 401 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2339] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62207, 253 62208, 192 62209, 217 55692, 94 55948, 98 62210, 120 0xfd, SBC PC: 0xf2ff, SP: 0x2b, A: 0xf4, X: 0xcc, Y: 0x7d, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2390] | 0.70 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 27870, 253 27871, 178 27872, 2 723, 182 27873, 205 0xfd, SBC PC: 0x6cde, SP: 0xd6, A: 0x8d, X: 0x21, Y: 0xa9, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2738] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39049, 249 39050, 113 39051, 119 30694, 127 39052, 218 0xf9, SBC PC: 0x9889, SP: 0x68, A: 0xab, X: 0x79, Y: 0x75, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1081] | 0.54 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 59495, 245 59496, 118 59497, 97 118, 223 186, 45 0xf5, SBC PC: 0xe867, SP: 0x5f, A: 0x33, X: 0x44, Y: 0x00, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2289] | 0.61 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 51111, 253 51112, 230 51113, 145 37230, 232 37486, 60 51114, 51 0xfd, SBC PC: 0xc7a7, SP: 0xe1, A: 0x87, X: 0x88, Y: 0x36, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2487] | 0.92 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11662, 253 11663, 69 11664, 172 44283, 65 11665, 206 0xfd, SBC PC: 0x2d8e, SP: 0x0b, A: 0x16, X: 0xb6, Y: 0xcb, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2620] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50663, 249 50664, 244 50665, 223 57159, 202 57415, 203 50666, 16 0xf9, SBC PC: 0xc5e7, SP: 0xd5, A: 0x3a, X: 0xa5, Y: 0x53, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2237] | 0.98 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57959, 253 57960, 134 57961, 116 29819, 101 30075, 39 57962, 193 0xfd, SBC PC: 0xe267, SP: 0x69, A: 0xac, X: 0xf5, Y: 0xab, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 389 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2182] | 0.85 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 12918, 253 12919, 27 12920, 214 54964, 117 12921, 165 0xfd, SBC PC: 0x3276, SP: 0xa7, A: 0x6a, X: 0x99, Y: 0x46, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2533] | 0.90 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22715, 249 22716, 212 22717, 15 3915, 198 4171, 222 22718, 158 0xf9, SBC PC: 0x58bb, SP: 0xae, A: 0x8d, X: 0xe3, Y: 0x77, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2577] | 0.69 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 478, 249 479, 183 480, 46 11862, 180 12118, 210 481, 254 0xf9, SBC PC: 0x01de, SP: 0xda, A: 0xa9, X: 0x07, Y: 0x9f, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2440] | 0.94 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3348, 253 3349, 186 3350, 204 52297, 101 52553, 130 3351, 88 0xfd, SBC PC: 0x0d14, SP: 0x06, A: 0xd2, X: 0x8f, Y: 0x24, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1172] | 0.75 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 4870, 245 4871, 133 4872, 141 133, 3 23, 76 0xf5, SBC PC: 0x1306, SP: 0x5b, A: 0x63, X: 0x92, Y: 0x17, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2662] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 790, 249 791, 182 792, 14 3634, 111 3890, 132 793, 117 0xf9, SBC PC: 0x0316, SP: 0xba, A: 0x59, X: 0xbf, Y: 0x7c, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2774] | 0.93 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58839, 249 58840, 241 58841, 106 27375, 53 27631, 74 58842, 251 0xf9, SBC PC: 0xe5d7, SP: 0x19, A: 0xb2, X: 0x63, Y: 0xfe, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 359 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2340] | 0.65 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 27942, 253 27943, 143 27944, 94 24101, 52 24357, 142 27945, 208 0xfd, SBC PC: 0x6d26, SP: 0x41, A: 0x55, X: 0x96, Y: 0x92, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2700] | 0.63 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 5062, 249 5063, 224 5064, 168 43017, 116 43273, 118 5065, 43 0xf9, SBC PC: 0x13c6, SP: 0x85, A: 0x05, X: 0x55, Y: 0x29, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2391] | 0.66 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 8711, 253 8712, 17 8713, 214 54845, 65 8714, 183 0xfd, SBC PC: 0x2207, SP: 0xc3, A: 0xd9, X: 0x2c, Y: 0x01, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 408 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1082] | 0.76 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 56756, 245 56757, 177 56758, 16 177, 5 0, 139 0xf5, SBC PC: 0xddb4, SP: 0xe5, A: 0xee, X: 0x4f, Y: 0x13, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 355 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2739] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 47876, 249 47877, 115 47878, 64 16565, 100 47879, 186 0xf9, SBC PC: 0xbb04, SP: 0x22, A: 0xd3, X: 0xec, Y: 0x42, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2290] | 0.80 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13503, 253 13504, 113 13505, 89 22883, 111 23139, 63 13506, 81 0xfd, SBC PC: 0x34bf, SP: 0xdc, A: 0xb6, X: 0xf2, Y: 0x14, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2621] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57610, 249 57611, 46 57612, 33 8579, 214 57613, 120 0xf9, SBC PC: 0xe10a, SP: 0x87, A: 0xd0, X: 0x3a, Y: 0x55, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2578] | 0.64 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31092, 249 31093, 219 31094, 132 33933, 217 34189, 148 31095, 192 0xf9, SBC PC: 0x7974, SP: 0xc3, A: 0x24, X: 0x74, Y: 0xb2, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2488] | 0.75 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53442, 253 53443, 239 53444, 243 62370, 210 62626, 24 53445, 229 0xfd, SBC PC: 0xd0c2, SP: 0xa4, A: 0x4c, X: 0xb3, Y: 0xa3, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2183] | 0.78 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 487, 253 488, 51 489, 197 50450, 93 50706, 141 490, 34 0xfd, SBC PC: 0x01e7, SP: 0xf9, A: 0xf0, X: 0xdf, Y: 0x1c, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 355 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2341] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11400, 253 11401, 163 11402, 59 15285, 112 11403, 129 0xfd, SBC PC: 0x2c88, SP: 0xcf, A: 0x95, X: 0x12, Y: 0x01, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2663] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56924, 249 56925, 95 56926, 224 57573, 191 56927, 149 0xf9, SBC PC: 0xde5c, SP: 0xa7, A: 0x6a, X: 0x01, Y: 0x86, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2701] | 0.89 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 51264, 249 51265, 242 51266, 51 13211, 52 13467, 66 51267, 108 0xf9, SBC PC: 0xc840, SP: 0xe6, A: 0x00, X: 0xee, Y: 0xa9, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1173] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 29316, 245 29317, 91 29318, 58 91, 168 36, 205 0xf5, SBC PC: 0x7284, SP: 0x65, A: 0x52, X: 0xc9, Y: 0xb1, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2534] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13097, 249 13098, 103 13099, 207 53021, 213 53277, 75 13100, 243 0xf9, SBC PC: 0x3329, SP: 0xac, A: 0x1f, X: 0xed, Y: 0xb6, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2238] | 0.69 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25315, 253 25316, 183 25317, 159 40799, 200 41055, 151 25318, 11 0xfd, SBC PC: 0x62e3, SP: 0x57, A: 0xf4, X: 0xa8, Y: 0x14, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2392] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 51499, 253 51500, 87 51501, 198 50761, 143 51017, 232 51502, 253 0xfd, SBC PC: 0xc92b, SP: 0x87, A: 0x81, X: 0xf2, Y: 0x6f, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2441] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40467, 253 40468, 165 40469, 136 34959, 230 35215, 120 40470, 144 0xfd, SBC PC: 0x9e13, SP: 0xc6, A: 0x81, X: 0xea, Y: 0x5f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2740] | 0.78 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32978, 249 32979, 143 32980, 237 60731, 251 60987, 0 32981, 12 0xf9, SBC PC: 0x80d2, SP: 0x13, A: 0xbb, X: 0x3e, Y: 0xac, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 442 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2775] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61377, 249 61378, 200 61379, 20 5356, 209 61380, 207 0xf9, SBC PC: 0xefc1, SP: 0xcf, A: 0x5d, X: 0x73, Y: 0x24, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 140 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1083] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 18077, 245 18078, 49 18079, 130 49, 172 59, 153 0xf5, SBC PC: 0x469d, SP: 0xa6, A: 0x6d, X: 0x0a, Y: 0x01, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2622] | 1.10 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64226, 249 64227, 36 64228, 111 28583, 2 64229, 9 0xf9, SBC PC: 0xfae2, SP: 0xdb, A: 0xbf, X: 0xe3, Y: 0x83, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2291] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3418, 253 3419, 24 3420, 105 27072, 185 3421, 146 0xfd, SBC PC: 0x0d5a, SP: 0x7f, A: 0xed, X: 0xa8, Y: 0xb6, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2579] | 0.78 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 48143, 249 48144, 246 48145, 230 58973, 145 59229, 109 48146, 44 0xf9, SBC PC: 0xbc0f, SP: 0xfd, A: 0x97, X: 0x0b, Y: 0x67, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2342] | 0.91 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 18932, 253 18933, 190 18934, 147 37716, 237 37972, 182 18935, 159 0xfd, SBC PC: 0x49f4, SP: 0x0c, A: 0xf9, X: 0x96, Y: 0x49, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1174] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 17839, 245 17840, 153 17841, 209 153, 182 196, 242 0xf5, SBC PC: 0x45af, SP: 0x82, A: 0xc5, X: 0x2b, Y: 0x05, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2535] | 0.62 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64973, 249 64974, 10 64975, 211 54237, 244 64976, 40 0xf9, SBC PC: 0xfdcd, SP: 0x22, A: 0x0e, X: 0xf7, Y: 0xd3, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 25 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2489] | 0.61 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 46577, 253 46578, 48 46579, 83 21411, 253 46580, 246 0xfd, SBC PC: 0xb5f1, SP: 0x39, A: 0x94, X: 0x73, Y: 0xf0, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 151 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2664] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19423, 249 19424, 163 19425, 188 48330, 129 19426, 34 0xf9, SBC PC: 0x4bdf, SP: 0x10, A: 0x7d, X: 0x27, Y: 0x27, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2393] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52058, 253 52059, 87 52060, 35 9198, 2 52061, 2 0xfd, SBC PC: 0xcb5a, SP: 0x6e, A: 0xdd, X: 0x97, Y: 0xbd, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 474 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2184] | 0.89 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61822, 253 61823, 74 61824, 13 3569, 212 61825, 235 0xfd, SBC PC: 0xf17e, SP: 0x37, A: 0xf4, X: 0xa7, Y: 0x73, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2239] | 0.66 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 43622, 253 43623, 30 43624, 53 13587, 103 13843, 241 43625, 123 0xfd, SBC PC: 0xaa66, SP: 0x76, A: 0xd3, X: 0xf5, Y: 0x51, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2442] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 12154, 253 12155, 39 12156, 219 56264, 77 12157, 244 0xfd, SBC PC: 0x2f7a, SP: 0xa5, A: 0xda, X: 0xa1, Y: 0x50, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2776] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31073, 249 31074, 116 31075, 225 57665, 229 57921, 20 31076, 161 0xf9, SBC PC: 0x7961, SP: 0x1a, A: 0xa5, X: 0xf4, Y: 0xcd, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json-i1084] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f5.json 5688, 245 5689, 161 5690, 79 161, 178 154, 55 0xf5, SBC PC: 0x1638, SP: 0x65, A: 0x1a, X: 0xf9, Y: 0x48, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2702] | 0.69 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19637, 249 19638, 75 19639, 49 12783, 211 19640, 181 0xf9, SBC PC: 0x4cb5, SP: 0x1d, A: 0xd1, X: 0x59, Y: 0xa4, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2741] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53436, 249 53437, 123 53438, 239 61278, 101 61534, 1 53439, 22 0xf9, SBC PC: 0xd0bc, SP: 0x59, A: 0xb7, X: 0x95, Y: 0xe3, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 437 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2292] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19810, 253 19811, 250 19812, 143 36676, 253 36932, 141 19813, 1 0xfd, SBC PC: 0x4d62, SP: 0x4e, A: 0x09, X: 0x4a, Y: 0x7a, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2811] | 0.58 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36752, 249 36753, 229 36754, 205 52608, 154 52864, 18 36755, 52 0xf9, SBC PC: 0x8f90, SP: 0xf2, A: 0x0f, X: 0x93, Y: 0x9b, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2580] | 1.09 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29513, 249 29514, 54 29515, 16 4200, 10 29516, 162 0xf9, SBC PC: 0x7349, SP: 0xb4, A: 0xa1, X: 0xad, Y: 0x32, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 407 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2536] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20767, 249 20768, 247 20769, 84 21561, 84 21817, 102 20770, 43 0xf9, SBC PC: 0x511f, SP: 0xf2, A: 0xc5, X: 0x11, Y: 0x42, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2490] | 0.87 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15234, 253 15235, 1 15236, 241 61823, 106 15237, 249 0xfd, SBC PC: 0x3b82, SP: 0x48, A: 0x70, X: 0x7e, Y: 0x76, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2240] | 0.60 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5751, 253 5752, 126 5753, 200 51230, 210 51486, 24 5754, 104 0xfd, SBC PC: 0x1677, SP: 0xd5, A: 0xcf, X: 0xa0, Y: 0xdf, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 439 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2443] | 0.83 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50679, 253 50680, 78 50681, 33 8653, 148 50682, 239 0xfd, SBC PC: 0xc5f7, SP: 0xa4, A: 0x50, X: 0x7f, Y: 0x9e, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2623] | 0.90 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36680, 249 36681, 117 36682, 149 38365, 77 36683, 58 0xf9, SBC PC: 0x8f48, SP: 0xe0, A: 0xc7, X: 0x59, Y: 0x68, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 378 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2665] | 0.80 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31237, 249 31238, 63 31239, 212 54385, 238 31240, 179 0xf9, SBC PC: 0x7a05, SP: 0x5c, A: 0xdd, X: 0xc1, Y: 0x32, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2777] | 0.81 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 7198, 249 7199, 53 7200, 240 61618, 171 7201, 84 0xf9, SBC PC: 0x1c1e, SP: 0x6f, A: 0x1f, X: 0x88, Y: 0x7d, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2847] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22219, 249 22220, 30 22221, 25 6486, 126 22222, 68 0xf9, SBC PC: 0x56cb, SP: 0xd4, A: 0xa4, X: 0xc2, Y: 0x38, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2343] | 0.94 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55566, 253 55567, 211 55568, 207 53230, 211 55569, 66 0xfd, SBC PC: 0xd90e, SP: 0xc6, A: 0xd5, X: 0x1b, Y: 0x23, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2394] | 0.70 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52783, 253 52784, 6 52785, 234 60044, 241 52786, 26 0xfd, SBC PC: 0xce2f, SP: 0x83, A: 0x16, X: 0x86, Y: 0xbb, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 37 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2703] | 0.66 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11772, 249 11773, 135 11774, 91 23422, 158 23678, 199 11775, 78 0xf9, SBC PC: 0x2dfc, SP: 0x3f, A: 0xdf, X: 0xde, Y: 0xf7, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2742] | 0.60 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19741, 249 19742, 2 19743, 154 39553, 88 19744, 103 0xf9, SBC PC: 0x4d1d, SP: 0x6b, A: 0x0c, X: 0xef, Y: 0x7f, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2185] | 0.99 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1574, 253 1575, 252 1576, 103 26597, 212 26853, 102 1577, 225 0xfd, SBC PC: 0x0626, SP: 0x77, A: 0x0f, X: 0xe9, Y: 0x40, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2293] | 0.55 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34621, 253 34622, 252 34623, 218 55973, 100 56229, 226 34624, 250 0xfd, SBC PC: 0x873d, SP: 0xa0, A: 0x34, X: 0xa9, Y: 0x5e, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 81 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2812] | 0.82 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 935, 249 936, 48 937, 128 32857, 22 938, 247 0xf9, SBC PC: 0x03a7, SP: 0xa8, A: 0xf6, X: 0xdb, Y: 0x29, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 480 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2241] | 0.83 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47982, 253 47983, 238 47984, 7 1858, 45 2114, 5 47985, 152 0xfd, SBC PC: 0xbb6e, SP: 0xf0, A: 0x9c, X: 0x54, Y: 0x59, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2848] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28700, 249 28701, 241 28702, 45 11607, 52 11863, 251 28703, 248 0xf9, SBC PC: 0x701c, SP: 0x18, A: 0x84, X: 0x06, Y: 0x66, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 136 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2537] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13441, 249 13442, 199 13443, 110 28359, 230 13444, 43 0xf9, SBC PC: 0x3481, SP: 0x57, A: 0x32, X: 0x10, Y: 0x00, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2491] | 0.67 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2703, 253 2704, 148 2705, 164 42018, 197 42274, 4 2706, 199 0xfd, SBC PC: 0x0a8f, SP: 0xbf, A: 0xdd, X: 0x8e, Y: 0x83, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2743] | 0.79 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18798, 249 18799, 122 18800, 226 57931, 143 58187, 56 18801, 100 0xf9, SBC PC: 0x496e, SP: 0x46, A: 0xa3, X: 0x0c, Y: 0xd1, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2395] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 29479, 253 29480, 118 29481, 53 13610, 108 13866, 30 29482, 39 0xfd, SBC PC: 0x7327, SP: 0x66, A: 0xe2, X: 0xb4, Y: 0x9d, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 452 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2704] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58107, 249 58108, 210 58109, 65 16682, 243 16938, 81 58110, 61 0xf9, SBC PC: 0xe2fb, SP: 0xef, A: 0x8d, X: 0x2a, Y: 0x58, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2666] | 0.65 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37156, 249 37157, 118 37158, 17 4530, 21 37159, 68 0xf9, SBC PC: 0x9124, SP: 0x84, A: 0x35, X: 0x2a, Y: 0x3c, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2444] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63517, 253 63518, 11 63519, 250 64095, 30 63520, 47 0xfd, SBC PC: 0xf81d, SP: 0xdf, A: 0xe2, X: 0x54, Y: 0x10, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 452 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2778] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14712, 249 14713, 167 14714, 163 41938, 88 14715, 54 0xf9, SBC PC: 0x3978, SP: 0x13, A: 0xb7, X: 0xc6, Y: 0x2b, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2294] | 0.80 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26983, 253 26984, 23 26985, 67 17399, 14 26986, 6 0xfd, SBC PC: 0x6967, SP: 0xa3, A: 0x11, X: 0xe0, Y: 0x55, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2624] | 0.73 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9885, 249 9886, 152 9887, 20 5256, 235 5512, 107 9888, 50 0xf9, SBC PC: 0x269d, SP: 0xf8, A: 0x01, X: 0xf3, Y: 0xf0, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2581] | 0.80 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2978, 249 2979, 159 2980, 141 36350, 100 2981, 38 0xf9, SBC PC: 0x0ba2, SP: 0x6e, A: 0x21, X: 0x0d, Y: 0x5f, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2344] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42707, 253 42708, 164 42709, 77 19717, 97 19973, 213 42710, 106 0xfd, SBC PC: 0xa6d3, SP: 0x58, A: 0x39, X: 0x61, Y: 0xae, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2186] | 0.77 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 21652, 253 21653, 253 21654, 245 62822, 123 63078, 101 21655, 224 0xfd, SBC PC: 0x5494, SP: 0xf4, A: 0x2d, X: 0x69, Y: 0x46, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2813] | 0.64 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 55843, 249 55844, 209 55845, 5 1459, 217 1715, 79 55846, 66 0xf9, SBC PC: 0xda23, SP: 0x54, A: 0xe6, X: 0xfe, Y: 0xe2, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2538] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 51187, 249 51188, 165 51189, 132 33857, 248 34113, 201 51190, 115 0xf9, SBC PC: 0xc7f3, SP: 0x52, A: 0x05, X: 0x32, Y: 0x9c, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 59 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2705] | 0.84 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63625, 249 63626, 24 63627, 13 3441, 63 63628, 8 0xf9, SBC PC: 0xf889, SP: 0x65, A: 0x32, X: 0xbc, Y: 0x59, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 243 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2492] | 0.62 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53045, 253 53046, 89 53047, 152 38914, 175 39170, 29 53048, 121 0xfd, SBC PC: 0xcf35, SP: 0x77, A: 0x93, X: 0xa9, Y: 0xbb, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2242] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 28494, 253 28495, 195 28496, 118 30342, 224 30598, 29 28497, 224 0xfd, SBC PC: 0x6f4e, SP: 0x4f, A: 0xc0, X: 0xc3, Y: 0x80, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 418 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2396] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25483, 253 25484, 239 25485, 53 13673, 46 13929, 204 25486, 151 0xfd, SBC PC: 0x638b, SP: 0xf6, A: 0x0c, X: 0x7a, Y: 0x45, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 64 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2779] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14415, 249 14416, 115 14417, 247 63293, 42 63549, 230 14418, 127 0xf9, SBC PC: 0x384f, SP: 0xfd, A: 0xf8, X: 0x2a, Y: 0xca, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2667] | 0.66 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14949, 249 14950, 21 14951, 248 63628, 147 14952, 203 0xf9, SBC PC: 0x3a65, SP: 0x44, A: 0x9e, X: 0x9b, Y: 0x77, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2445] | 0.65 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5791, 253 5792, 18 5793, 62 15940, 108 5794, 106 0xfd, SBC PC: 0x169f, SP: 0x6d, A: 0x87, X: 0x32, Y: 0x7e, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2849] | 0.69 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27593, 249 27594, 113 27595, 11 2869, 41 3125, 116 27596, 221 0xf9, SBC PC: 0x6bc9, SP: 0x6a, A: 0x91, X: 0xea, Y: 0xc4, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2744] | 0.68 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64608, 249 64609, 147 64610, 191 49064, 160 64611, 157 0xf9, SBC PC: 0xfc60, SP: 0x80, A: 0x72, X: 0x06, Y: 0x15, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2345] | 0.90 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25209, 253 25210, 21 25211, 47 12207, 116 25212, 255 0xfd, SBC PC: 0x6279, SP: 0x62, A: 0x72, X: 0x9a, Y: 0xfc, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2625] | 0.61 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4279, 249 4280, 195 4281, 206 52987, 104 4282, 137 0xf9, SBC PC: 0x10b7, SP: 0x25, A: 0x7a, X: 0x3a, Y: 0x38, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2295] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61106, 253 61107, 109 61108, 14 3787, 1 61109, 39 0xfd, SBC PC: 0xeeb2, SP: 0xa8, A: 0x61, X: 0x5e, Y: 0xb4, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2582] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46900, 249 46901, 207 46902, 108 27753, 228 28009, 243 46903, 122 0xf9, SBC PC: 0xb734, SP: 0x59, A: 0x33, X: 0x7c, Y: 0x9a, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 63 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2814] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50158, 249 50159, 44 50160, 63 16166, 254 16422, 32 50161, 120 0xf9, SBC PC: 0xc3ee, SP: 0xbc, A: 0xea, X: 0x00, Y: 0xfa, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 458 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2187] | 0.77 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11066, 253 11067, 194 11068, 231 59342, 172 11069, 17 0xfd, SBC PC: 0x2b3a, SP: 0x14, A: 0x41, X: 0x0c, Y: 0x28, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2397] | 0.78 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42228, 253 42229, 170 42230, 132 33810, 43 34066, 174 42231, 147 0xfd, SBC PC: 0xa4f4, SP: 0x57, A: 0x51, X: 0x68, Y: 0x99, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2493] | 0.88 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37820, 253 37821, 221 37822, 102 26212, 160 26468, 196 37823, 228 0xfd, SBC PC: 0x93bc, SP: 0x2e, A: 0x30, X: 0x87, Y: 0x6b, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2780] | 0.79 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18085, 249 18086, 197 18087, 228 58484, 76 58740, 48 18088, 208 0xf9, SBC PC: 0x46a5, SP: 0x32, A: 0xd2, X: 0xcb, Y: 0xaf, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 417 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2539] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13130, 249 13131, 58 13132, 83 21298, 169 21554, 26 13133, 115 0xf9, SBC PC: 0x334a, SP: 0xf3, A: 0xa7, X: 0x95, Y: 0xf8, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2243] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10794, 253 10795, 53 10796, 243 62233, 200 62489, 138 10797, 29 0xfd, SBC PC: 0x2a2a, SP: 0x53, A: 0x4a, X: 0xe4, Y: 0x43, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2668] | 0.89 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18189, 249 18190, 27 18191, 22 5799, 11 18192, 86 0xf9, SBC PC: 0x470d, SP: 0x6c, A: 0xe1, X: 0xf8, Y: 0x8c, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 470 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2446] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39432, 253 39433, 24 39434, 96 24800, 163 39435, 33 0xfd, SBC PC: 0x9a08, SP: 0x5d, A: 0x26, X: 0xc8, Y: 0x2f, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2850] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34740, 249 34741, 142 34742, 116 29862, 200 34743, 192 0xf9, SBC PC: 0x87b4, SP: 0x2d, A: 0x1b, X: 0xb6, Y: 0x18, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2706] | 0.66 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 59710, 249 59711, 196 59712, 155 39800, 109 40056, 223 59713, 210 0xf9, SBC PC: 0xe93e, SP: 0xa3, A: 0x32, X: 0x0c, Y: 0xb4, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2745] | 0.62 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61318, 249 61319, 160 61320, 97 24836, 230 25092, 192 61321, 147 0xf9, SBC PC: 0xef86, SP: 0x11, A: 0x6b, X: 0xb5, Y: 0x64, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2626] | 0.81 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37214, 249 37215, 163 37216, 230 58890, 246 59146, 106 37217, 250 0xf9, SBC PC: 0x915e, SP: 0x65, A: 0x24, X: 0x44, Y: 0x67, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2296] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 43606, 253 43607, 25 43608, 120 30964, 92 43609, 226 0xfd, SBC PC: 0xaa56, SP: 0x98, A: 0xfd, X: 0xdb, Y: 0x60, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 416 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2583] | 0.94 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29452, 249 29453, 238 29454, 175 44902, 209 45158, 36 29455, 82 0xf9, SBC PC: 0x730c, SP: 0x28, A: 0x15, X: 0x27, Y: 0x78, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2815] | 0.85 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27947, 249 27948, 218 27949, 246 63174, 202 63430, 55 27950, 220 0xf9, SBC PC: 0x6d2b, SP: 0x82, A: 0x13, X: 0x9e, Y: 0xec, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2346] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 44103, 253 44104, 190 44105, 27 7157, 223 44106, 191 0xfd, SBC PC: 0xac47, SP: 0xa6, A: 0xa0, X: 0x37, Y: 0xf8, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2540] | 0.81 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18526, 249 18527, 64 18528, 7 1814, 105 2070, 167 18529, 192 0xf9, SBC PC: 0x485e, SP: 0x09, A: 0x83, X: 0x5a, Y: 0xd6, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2244] | 0.85 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31901, 253 31902, 179 31903, 33 8637, 183 31904, 241 0xfd, SBC PC: 0x7c9d, SP: 0x0f, A: 0x41, X: 0x0a, Y: 0x93, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2188] | 0.66 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37473, 253 37474, 100 37475, 218 56022, 132 37476, 61 0xfd, SBC PC: 0x9261, SP: 0x53, A: 0x17, X: 0x72, Y: 0x54, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2447] | 0.79 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9232, 253 9233, 62 9234, 164 42055, 2 9235, 155 0xfd, SBC PC: 0x2410, SP: 0x67, A: 0xbe, X: 0x09, Y: 0xf3, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 443 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2398] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 27093, 253 27094, 195 27095, 233 59733, 80 59989, 61 27096, 192 0xfd, SBC PC: 0x69d5, SP: 0xd1, A: 0xe5, X: 0x92, Y: 0xa4, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 424 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2781] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42576, 249 42577, 113 42578, 73 18794, 134 19050, 90 42579, 162 0xf9, SBC PC: 0xa650, SP: 0x1a, A: 0x95, X: 0x50, Y: 0xf9, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2851] | 0.60 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 16394, 249 16395, 196 16396, 189 48530, 114 48786, 116 16397, 35 0xf9, SBC PC: 0x400a, SP: 0x44, A: 0x30, X: 0x57, Y: 0xce, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2746] | 0.83 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 26263, 249 26264, 190 26265, 248 63691, 166 26266, 180 0xf9, SBC PC: 0x6697, SP: 0xf6, A: 0xa6, X: 0xca, Y: 0x0d, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2707] | 0.59 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61001, 249 61002, 128 61003, 248 63512, 204 63768, 100 61004, 188 0xf9, SBC PC: 0xee49, SP: 0xbb, A: 0xbf, X: 0xb1, Y: 0x98, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2494] | 0.67 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3243, 253 3244, 222 3245, 70 17937, 120 18193, 164 3246, 107 0xfd, SBC PC: 0x0cab, SP: 0x41, A: 0x48, X: 0x33, Y: 0x6c, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2297] | 0.87 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3118, 253 3119, 34 3120, 73 18711, 7 18967, 193 3121, 136 0xfd, SBC PC: 0x0c2e, SP: 0xf6, A: 0x5a, X: 0xf5, Y: 0x4f, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2669] | 0.75 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56059, 249 56060, 88 56061, 104 26873, 77 56062, 94 0xf9, SBC PC: 0xdafb, SP: 0xd5, A: 0x0d, X: 0xeb, Y: 0xa1, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2627] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 62571, 249 62572, 117 62573, 86 22270, 108 62574, 135 0xf9, SBC PC: 0xf46b, SP: 0x0b, A: 0xac, X: 0x23, Y: 0x89, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2347] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15779, 253 15780, 146 15781, 252 64698, 248 15782, 161 0xfd, SBC PC: 0x3da3, SP: 0xa5, A: 0xda, X: 0x28, Y: 0xad, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2584] | 0.73 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42980, 249 42981, 43 42982, 21 5407, 52 5663, 131 42983, 76 0xf9, SBC PC: 0xa7e4, SP: 0x5c, A: 0x10, X: 0xef, Y: 0xf4, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 140 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2816] | 0.73 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38730, 249 38731, 2 38732, 250 64094, 149 38733, 229 0xf9, SBC PC: 0x974a, SP: 0xcb, A: 0x31, X: 0x7e, Y: 0x5c, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2189] | 0.89 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20228, 253 20229, 139 20230, 179 45881, 237 46137, 153 20231, 177 0xfd, SBC PC: 0x4f04, SP: 0xac, A: 0xdd, X: 0xae, Y: 0x30, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2399] | 0.67 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40983, 253 40984, 238 40985, 126 32377, 7 32633, 1 40986, 77 0xfd, SBC PC: 0xa017, SP: 0xdc, A: 0xdd, X: 0x8b, Y: 0x69, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 475 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2852] | 0.85 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 60313, 249 60314, 54 60315, 229 58656, 200 58912, 231 60316, 254 0xf9, SBC PC: 0xeb99, SP: 0x46, A: 0x1b, X: 0xac, Y: 0xea, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 51 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2541] | 0.63 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46783, 249 46784, 198 46785, 32 8355, 47 8611, 184 46786, 27 0xf9, SBC PC: 0xb6bf, SP: 0x88, A: 0xb3, X: 0x58, Y: 0xdd, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2782] | 0.62 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 62515, 249 62516, 44 62517, 38 9948, 53 62518, 142 0xf9, SBC PC: 0xf433, SP: 0xc2, A: 0xeb, X: 0x2a, Y: 0xb0, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 437 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2708] | 0.87 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56950, 249 56951, 13 56952, 198 50739, 85 56953, 62 0xf9, SBC PC: 0xde76, SP: 0xbe, A: 0x1c, X: 0x61, Y: 0x26, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2448] | 0.61 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31710, 253 31711, 250 31712, 132 33961, 110 34217, 189 31713, 100 0xfd, SBC PC: 0x7bde, SP: 0x0b, A: 0xa9, X: 0xaf, Y: 0xa9, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2245] | 0.71 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19333, 253 19334, 180 19335, 43 11252, 111 19336, 32 0xfd, SBC PC: 0x4b85, SP: 0x06, A: 0x4a, X: 0x40, Y: 0x5e, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2495] | 0.62 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55905, 253 55906, 128 55907, 13 3396, 125 3652, 50 55908, 74 0xfd, SBC PC: 0xda61, SP: 0x00, A: 0x5b, X: 0xc4, Y: 0x68, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2747] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63308, 249 63309, 118 63310, 240 61657, 187 63311, 14 0xf9, SBC PC: 0xf74c, SP: 0x6e, A: 0x3e, X: 0xa1, Y: 0x63, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2628] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33336, 249 33337, 207 33338, 249 63840, 7 64096, 57 33339, 26 0xf9, SBC PC: 0x8238, SP: 0x54, A: 0x5d, X: 0x32, Y: 0x91, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2670] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33927, 249 33928, 26 33929, 133 34125, 71 33930, 252 0xf9, SBC PC: 0x8487, SP: 0x80, A: 0x1c, X: 0x72, Y: 0x33, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2298] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 28177, 253 28178, 167 28179, 25 6629, 88 28180, 155 0xfd, SBC PC: 0x6e11, SP: 0x35, A: 0x6c, X: 0x3e, Y: 0x75, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2348] | 0.95 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59464, 253 59465, 43 59466, 123 31708, 211 59467, 12 0xfd, SBC PC: 0xe848, SP: 0xdc, A: 0x98, X: 0xb1, Y: 0x59, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2585] | 0.71 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61241, 249 61242, 148 61243, 41 10589, 84 10845, 24 61244, 164 0xf9, SBC PC: 0xef39, SP: 0x3a, A: 0x85, X: 0xe9, Y: 0xc9, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 364 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2817] | 0.65 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14271, 249 14272, 75 14273, 129 33078, 34 33334, 186 14274, 115 0xf9, SBC PC: 0x37bf, SP: 0x4f, A: 0x51, X: 0x85, Y: 0xeb, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2542] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 26346, 249 26347, 102 26348, 84 21660, 3 26349, 115 0xf9, SBC PC: 0x66ea, SP: 0xdf, A: 0x00, X: 0xdf, Y: 0x36, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2400] | 0.81 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15120, 253 15121, 156 15122, 178 45598, 177 45854, 144 15123, 67 0xfd, SBC PC: 0x3b10, SP: 0x64, A: 0x1f, X: 0x82, Y: 0x47, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2783] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 26346, 249 26347, 145 26348, 196 50336, 189 26349, 231 0xf9, SBC PC: 0x66ea, SP: 0x0f, A: 0x00, X: 0x3a, Y: 0x0f, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 66 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2449] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32763, 253 32764, 168 32765, 132 34041, 165 32766, 173 0xfd, SBC PC: 0x7ffb, SP: 0x62, A: 0x20, X: 0x51, Y: 0xbb, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2496] | 0.61 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3184, 253 3185, 104 3186, 183 46914, 144 47170, 51 3187, 226 0xfd, SBC PC: 0x0c70, SP: 0xf2, A: 0xdf, X: 0xda, Y: 0x4d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 428 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2246] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32859, 253 32860, 107 32861, 31 7937, 222 8193, 152 32862, 131 0xfd, SBC PC: 0x805b, SP: 0x0d, A: 0xf7, X: 0x96, Y: 0x91, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2190] | 0.73 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37546, 253 37547, 106 37548, 146 37484, 99 37549, 6 0xfd, SBC PC: 0x92aa, SP: 0xe8, A: 0xb2, X: 0x02, Y: 0x56, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2629] | 0.81 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22548, 249 22549, 148 22550, 165 42437, 223 22551, 22 0xf9, SBC PC: 0x5814, SP: 0x8b, A: 0xd5, X: 0x68, Y: 0x31, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2853] | 0.70 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 41744, 249 41745, 138 41746, 236 60652, 83 41747, 204 0xf9, SBC PC: 0xa310, SP: 0x8a, A: 0xf2, X: 0x0c, Y: 0x62, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2748] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42174, 249 42175, 15 42176, 156 40191, 64 42177, 42 0xf9, SBC PC: 0xa4be, SP: 0x21, A: 0xcc, X: 0x24, Y: 0xf0, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2709] | 0.68 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 17214, 249 17215, 211 17216, 15 4004, 220 4260, 177 17217, 219 0xf9, SBC PC: 0x433e, SP: 0x3f, A: 0x6e, X: 0x14, Y: 0xd1, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2299] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32232, 253 32233, 196 32234, 24 6275, 2 6531, 184 32235, 32 0xfd, SBC PC: 0x7de8, SP: 0x7d, A: 0x40, X: 0xbf, Y: 0xdf, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 136 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2671] | 0.90 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57870, 249 57871, 121 57872, 220 56538, 118 57873, 174 0xf9, SBC PC: 0xe20e, SP: 0x31, A: 0x2d, X: 0x04, Y: 0x61, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2543] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36183, 249 36184, 252 36185, 87 22437, 207 22693, 127 36186, 131 0xf9, SBC PC: 0x8d57, SP: 0x84, A: 0x8c, X: 0x5e, Y: 0xa9, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2818] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28784, 249 28785, 124 28786, 144 36980, 37 37236, 96 28787, 200 0xf9, SBC PC: 0x7070, SP: 0xf8, A: 0x05, X: 0x1c, Y: 0xf8, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2784] | 0.81 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21626, 249 21627, 206 21628, 117 30184, 67 21629, 26 0xf9, SBC PC: 0x547a, SP: 0x8f, A: 0xf8, X: 0xbf, Y: 0x1a, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 436 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2586] | 0.92 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64660, 249 64661, 209 64662, 49 12798, 157 64663, 221 0xf9, SBC PC: 0xfc94, SP: 0x98, A: 0xe6, X: 0x89, Y: 0x2d, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2450] | 0.84 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6931, 253 6932, 217 6933, 203 52201, 246 6934, 84 0xfd, SBC PC: 0x1b13, SP: 0x9c, A: 0x9f, X: 0x10, Y: 0x64, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2497] | 0.79 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26797, 253 26798, 112 26799, 193 49467, 70 49723, 27 26800, 212 0xfd, SBC PC: 0x68ad, SP: 0xf9, A: 0xa5, X: 0xcb, Y: 0x81, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2349] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20328, 253 20329, 2 20330, 73 18855, 45 20331, 204 0xfd, SBC PC: 0x4f68, SP: 0x78, A: 0x24, X: 0xa5, Y: 0xd9, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2247] | 0.84 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61987, 253 61988, 32 61989, 202 51798, 139 61990, 85 0xfd, SBC PC: 0xf223, SP: 0x6f, A: 0xa3, X: 0x36, Y: 0x1b, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2401] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 43115, 253 43116, 157 43117, 254 65200, 165 43118, 125 0xfd, SBC PC: 0xa86b, SP: 0x35, A: 0xea, X: 0x13, Y: 0xd7, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2191] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 29049, 253 29050, 156 29051, 191 48937, 204 49193, 93 29052, 59 0xfd, SBC PC: 0x7179, SP: 0x08, A: 0x42, X: 0x8d, Y: 0x78, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2749] | 0.56 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 65029, 249 65030, 192 65031, 76 19581, 110 19837, 135 65032, 88 0xf9, SBC PC: 0xfe05, SP: 0x84, A: 0x42, X: 0xfe, Y: 0xbd, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2854] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14452, 249 14453, 43 14454, 2 629, 246 14455, 100 0xf9, SBC PC: 0x3874, SP: 0xec, A: 0xbe, X: 0x7d, Y: 0x4a, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2710] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 12323, 249 12324, 213 12325, 134 34406, 21 34662, 15 12326, 77 0xf9, SBC PC: 0x3023, SP: 0xa4, A: 0x20, X: 0x19, Y: 0x91, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2300] | 0.61 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 60921, 253 60922, 255 60923, 75 19219, 60 19475, 76 60924, 243 0xfd, SBC PC: 0xedf9, SP: 0x6f, A: 0x18, X: 0x14, Y: 0x50, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2630] | 0.67 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50229, 249 50230, 16 50231, 118 30238, 22 50232, 198 0xf9, SBC PC: 0xc435, SP: 0x71, A: 0x33, X: 0x7b, Y: 0x0e, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2819] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 47792, 249 47793, 208 47794, 2 524, 187 780, 170 47795, 11 0xf9, SBC PC: 0xbab0, SP: 0xb8, A: 0x9a, X: 0x55, Y: 0x3c, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2672] | 0.78 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39946, 249 39947, 230 39948, 19 5047, 158 5303, 157 39949, 176 0xf9, SBC PC: 0x9c0a, SP: 0xbb, A: 0x91, X: 0x1b, Y: 0xd1, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2350] | 0.73 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 14360, 253 14361, 24 14362, 150 38430, 141 14363, 161 0xfd, SBC PC: 0x3818, SP: 0x5e, A: 0x52, X: 0x06, Y: 0x09, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2785] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50216, 249 50217, 224 50218, 208 53465, 79 53721, 120 50219, 242 0xf9, SBC PC: 0xc428, SP: 0xb4, A: 0xfe, X: 0x7f, Y: 0xf9, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2402] | 0.60 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25796, 253 25797, 49 25798, 125 32147, 61 25799, 133 0xfd, SBC PC: 0x64c4, SP: 0x8b, A: 0x46, X: 0x62, Y: 0x38, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2544] | 0.81 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11207, 249 11208, 48 11209, 32 8399, 243 11210, 60 0xf9, SBC PC: 0x2bc7, SP: 0xa4, A: 0x52, X: 0xb0, Y: 0x9f, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 95 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2750] | 0.82 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11880, 249 11881, 27 11882, 181 46413, 39 11883, 210 0xf9, SBC PC: 0x2e68, SP: 0x5d, A: 0x17, X: 0x35, Y: 0x32, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2498] | 0.73 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 51787, 253 51788, 107 51789, 87 22503, 70 51790, 192 0xfd, SBC PC: 0xca4b, SP: 0x61, A: 0x3c, X: 0x7c, Y: 0xd7, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2451] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35037, 253 35038, 24 35039, 142 36588, 247 35040, 226 0xfd, SBC PC: 0x88dd, SP: 0x3a, A: 0xd7, X: 0xd4, Y: 0x37, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2855] | 0.56 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32029, 249 32030, 100 32031, 153 39212, 223 39468, 233 32032, 91 0xf9, SBC PC: 0x7d1d, SP: 0x40, A: 0xd8, X: 0x07, Y: 0xc8, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2711] | 0.57 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3187, 249 3188, 127 3189, 180 46322, 182 3190, 243 0xf9, SBC PC: 0x0c73, SP: 0x85, A: 0x09, X: 0x66, Y: 0x73, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 83 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2587] | 0.76 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10569, 249 10570, 108 10571, 46 11812, 129 12068, 147 10572, 192 0xf9, SBC PC: 0x2949, SP: 0x65, A: 0x2a, X: 0x72, Y: 0xb8, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2192] | 0.65 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57914, 253 57915, 248 57916, 219 56285, 174 56541, 30 57917, 147 0xfd, SBC PC: 0xe23a, SP: 0x19, A: 0x1c, X: 0xe5, Y: 0x0d, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2301] | 0.93 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19043, 253 19044, 149 19045, 16 4244, 180 4500, 92 19046, 170 0xfd, SBC PC: 0x4a63, SP: 0x54, A: 0x23, X: 0xff, Y: 0xca, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2248] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 43234, 253 43235, 216 43236, 109 28034, 228 28290, 21 43237, 79 0xfd, SBC PC: 0xa8e2, SP: 0xe9, A: 0x29, X: 0xaa, Y: 0xe6, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2631] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32691, 249 32692, 15 32693, 155 39930, 168 32694, 212 0xf9, SBC PC: 0x7fb3, SP: 0x05, A: 0x47, X: 0x51, Y: 0xeb, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2403] | 0.85 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 53508, 253 53509, 102 53510, 248 63589, 219 63845, 115 53511, 207 0xfd, SBC PC: 0xd104, SP: 0x9b, A: 0x9a, X: 0xff, Y: 0xac, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2820] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 48547, 249 48548, 144 48549, 23 5938, 255 6194, 39 48550, 101 0xf9, SBC PC: 0xbda3, SP: 0x6b, A: 0xd1, X: 0xe2, Y: 0xa2, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2673] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22542, 249 22543, 146 22544, 64 16410, 103 16666, 143 22545, 126 0xf9, SBC PC: 0x580e, SP: 0x7d, A: 0x10, X: 0xc9, Y: 0x88, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 128 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2786] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38406, 249 38407, 81 38408, 8 2118, 210 2374, 215 38409, 161 0xf9, SBC PC: 0x9606, SP: 0xff, A: 0x98, X: 0x21, Y: 0xf5, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2856] | 0.81 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 898, 249 899, 192 900, 29 7562, 210 7818, 48 901, 200 0xf9, SBC PC: 0x0382, SP: 0x35, A: 0x83, X: 0x09, Y: 0xca, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2712] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1448, 249 1449, 104 1450, 123 31493, 51 31749, 47 1451, 150 0xf9, SBC PC: 0x05a8, SP: 0x15, A: 0xd5, X: 0xe6, Y: 0x9d, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2351] | 0.94 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 60969, 253 60970, 34 60971, 74 19094, 248 60972, 49 0xfd, SBC PC: 0xee29, SP: 0x8d, A: 0x97, X: 0x74, Y: 0x2d, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2452] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 36861, 253 36862, 142 36863, 241 61863, 171 36864, 160 0xfd, SBC PC: 0x8ffd, SP: 0x6c, A: 0x13, X: 0x19, Y: 0xd7, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 103 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2499] | 0.61 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37265, 253 37266, 254 37267, 119 30485, 148 30741, 194 37268, 5 0xfd, SBC PC: 0x9191, SP: 0x60, A: 0xbd, X: 0x17, Y: 0x50, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2193] | 0.92 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26555, 253 26556, 7 26557, 26 6702, 21 26558, 104 0xfd, SBC PC: 0x67bb, SP: 0xcf, A: 0xce, X: 0x27, Y: 0x15, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 440 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2545] | 0.67 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10974, 249 10975, 26 10976, 179 45859, 32 10977, 254 0xf9, SBC PC: 0x2ade, SP: 0xbd, A: 0x21, X: 0x3a, Y: 0x09, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2249] | 0.67 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20509, 253 20510, 222 20511, 42 10999, 148 20512, 82 0xfd, SBC PC: 0x501d, SP: 0x7a, A: 0xf7, X: 0x19, Y: 0x00, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2751] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37932, 249 37933, 135 37934, 3 965, 125 37935, 76 0xf9, SBC PC: 0x942c, SP: 0x36, A: 0xa1, X: 0x69, Y: 0x3e, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2588] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25011, 249 25012, 230 25013, 16 4287, 97 4543, 110 25014, 17 0xf9, SBC PC: 0x61b3, SP: 0x7b, A: 0x54, X: 0xe0, Y: 0xd9, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2632] | 0.60 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58983, 249 58984, 25 58985, 248 63513, 193 58986, 95 0xf9, SBC PC: 0xe667, SP: 0x91, A: 0x10, X: 0xf4, Y: 0x00, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 79 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2302] | 0.71 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16394, 253 16395, 99 16396, 133 34102, 72 34358, 104 16397, 218 0xfd, SBC PC: 0x400a, SP: 0x83, A: 0x81, X: 0xd3, Y: 0x29, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2787] | 0.86 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25393, 249 25394, 248 25395, 42 10940, 251 11196, 41 25396, 29 0xf9, SBC PC: 0x6331, SP: 0xaa, A: 0x0b, X: 0x27, Y: 0xc4, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2821] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 423, 249 424, 56 425, 48 12476, 91 426, 190 0xf9, SBC PC: 0x01a7, SP: 0x42, A: 0x19, X: 0xdd, Y: 0x84, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2674] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 5188, 249 5189, 116 5190, 152 39106, 132 5191, 75 0xf9, SBC PC: 0x1444, SP: 0xbe, A: 0xe9, X: 0xae, Y: 0x4e, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2453] | 0.87 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 52584, 253 52585, 4 52586, 92 23775, 30 52587, 212 0xfd, SBC PC: 0xcd68, SP: 0xa9, A: 0x33, X: 0xdb, Y: 0x2b, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2500] | 0.59 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 65263, 249 65264, 125 65265, 227 58208, 5 58464, 104 65266, 15 0xf9, SBC PC: 0xfeef, SP: 0xfa, A: 0x26, X: 0xe2, Y: 0xe3, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2404] | 0.73 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15077, 253 15078, 222 15079, 237 60835, 49 61091, 2 15080, 205 0xfd, SBC PC: 0x3ae5, SP: 0xb7, A: 0x54, X: 0xc5, Y: 0x2f, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2857] | 0.73 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42045, 249 42046, 6 42047, 109 27921, 82 42048, 19 0xf9, SBC PC: 0xa43d, SP: 0x0c, A: 0xaf, X: 0xee, Y: 0x0b, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2633] | 0.95 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32240, 249 32241, 152 32242, 44 11365, 227 11621, 147 32243, 126 0xf9, SBC PC: 0x7df0, SP: 0x6b, A: 0xc4, X: 0xa6, Y: 0xcd, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2546] | 0.73 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 859, 249 860, 46 861, 242 62094, 184 862, 116 0xf9, SBC PC: 0x035b, SP: 0x0a, A: 0x0e, X: 0x21, Y: 0x60, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2250] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16809, 253 16810, 40 16811, 232 59393, 149 59649, 18 16812, 255 0xfd, SBC PC: 0x41a9, SP: 0xb3, A: 0x9f, X: 0xd9, Y: 0x11, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2752] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9742, 249 9743, 136 9744, 138 35579, 216 9745, 112 0xf9, SBC PC: 0x260e, SP: 0xaf, A: 0x01, X: 0x07, Y: 0x73, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 41 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2713] | 0.70 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37930, 249 37931, 45 37932, 163 41957, 253 37933, 247 0xf9, SBC PC: 0x942a, SP: 0xc5, A: 0xf3, X: 0x1f, Y: 0xb8, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2589] | 0.62 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23334, 249 23335, 26 23336, 23 6126, 99 23337, 166 0xf9, SBC PC: 0x5b26, SP: 0x00, A: 0x3e, X: 0x1c, Y: 0xd4, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2352] | 0.72 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17379, 253 17380, 18 17381, 116 29844, 65 17382, 203 0xfd, SBC PC: 0x43e3, SP: 0x56, A: 0x98, X: 0x82, Y: 0x1c, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2194] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32984, 253 32985, 247 32986, 130 33390, 80 33646, 29 32987, 93 0xfd, SBC PC: 0x80d8, SP: 0x5d, A: 0x6d, X: 0x77, Y: 0xf7, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2303] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 32167, 253 32168, 66 32169, 240 61554, 211 32170, 239 0xfd, SBC PC: 0x7da7, SP: 0xe1, A: 0x76, X: 0x30, Y: 0xdc, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2822] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30615, 249 30616, 111 30617, 235 60325, 3 30618, 96 0xf9, SBC PC: 0x7797, SP: 0x4f, A: 0x55, X: 0x9e, Y: 0x36, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2675] | 0.90 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40727, 249 40728, 57 40729, 171 43835, 37 40730, 127 0xf9, SBC PC: 0x9f17, SP: 0xe7, A: 0x25, X: 0xee, Y: 0x02, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2501] | 0.78 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46547, 249 46548, 90 46549, 48 12381, 12 46550, 245 0xf9, SBC PC: 0xb5d3, SP: 0x38, A: 0x5f, X: 0x96, Y: 0x03, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2788] | 0.71 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3151, 249 3152, 129 3153, 138 35559, 186 3154, 65 0xf9, SBC PC: 0x0c4f, SP: 0x88, A: 0xd7, X: 0xd6, Y: 0x66, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2251] | 0.90 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6457, 253 6458, 16 6459, 228 58443, 72 6460, 227 0xfd, SBC PC: 0x1939, SP: 0x64, A: 0x32, X: 0x3b, Y: 0xb6, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2590] | 0.84 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10196, 249 10197, 187 10198, 251 64349, 26 64605, 90 10199, 109 0xf9, SBC PC: 0x27d4, SP: 0x27, A: 0x65, X: 0x99, Y: 0xa2, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2753] | 0.86 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44421, 249 44422, 249 44423, 243 62292, 238 62548, 159 44424, 189 0xf9, SBC PC: 0xad85, SP: 0xe5, A: 0xdf, X: 0x2d, Y: 0x5b, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2405] | 0.65 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20561, 253 20562, 229 20563, 206 52863, 241 53119, 78 20564, 175 0xfd, SBC PC: 0x5051, SP: 0xdd, A: 0x10, X: 0x9a, Y: 0x99, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2454] | 0.68 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9889, 253 9890, 125 9891, 182 46672, 121 46928, 91 9892, 89 0xfd, SBC PC: 0x26a1, SP: 0x5d, A: 0x39, X: 0xd3, Y: 0xef, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2858] | 0.61 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4504, 249 4505, 211 4506, 194 49801, 94 50057, 110 4507, 232 0xf9, SBC PC: 0x1198, SP: 0x60, A: 0x7d, X: 0xa9, Y: 0xb6, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2714] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9104, 249 9105, 125 9106, 77 19949, 86 9107, 26 0xf9, SBC PC: 0x2390, SP: 0x3a, A: 0x0c, X: 0x44, Y: 0x70, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2547] | 0.88 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21565, 249 21566, 45 21567, 168 43014, 56 43270, 114 21568, 115 0xf9, SBC PC: 0x543d, SP: 0xaa, A: 0xdd, X: 0x8b, Y: 0xd9, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2353] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 46899, 253 46900, 188 46901, 234 59996, 211 60252, 61 46902, 219 0xfd, SBC PC: 0xb733, SP: 0x67, A: 0x72, X: 0xa0, Y: 0x37, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2195] | 0.64 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59975, 253 59976, 75 59977, 33 8579, 71 59978, 184 0xfd, SBC PC: 0xea47, SP: 0xfe, A: 0xf8, X: 0x38, Y: 0xaf, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 432 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2634] | 0.69 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52211, 249 52212, 254 52213, 202 51722, 83 51978, 146 52214, 161 0xf9, SBC PC: 0xcbf3, SP: 0x97, A: 0x2a, X: 0x9d, Y: 0x0c, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2304] | 0.64 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35338, 253 35339, 208 35340, 55 14103, 109 14359, 23 35341, 48 0xfd, SBC PC: 0x8a0a, SP: 0x6a, A: 0x0f, X: 0x47, Y: 0x4e, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2823] | 0.81 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52915, 249 52916, 65 52917, 154 39534, 66 52918, 208 0xf9, SBC PC: 0xceb3, SP: 0xbc, A: 0x5f, X: 0xd0, Y: 0x2d, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2502] | 0.63 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53115, 249 53116, 10 53117, 213 54643, 171 53118, 44 0xf9, SBC PC: 0xcf7b, SP: 0x4d, A: 0xbf, X: 0xe6, Y: 0x69, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2859] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18663, 249 18664, 26 18665, 61 15660, 187 18666, 39 0xf9, SBC PC: 0x48e7, SP: 0x10, A: 0xf2, X: 0x0d, Y: 0x12, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2789] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8245, 249 8246, 189 8247, 254 65146, 148 65402, 210 8248, 156 0xf9, SBC PC: 0x2035, SP: 0x6c, A: 0xac, X: 0xe5, Y: 0xbd, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2406] | 0.58 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 28987, 253 28988, 233 28989, 210 53875, 55 54131, 206 28990, 92 0xfd, SBC PC: 0x713b, SP: 0x81, A: 0x93, X: 0x8a, Y: 0x71, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2715] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44325, 249 44326, 59 44327, 34 8769, 253 44328, 92 0xf9, SBC PC: 0xad25, SP: 0x07, A: 0x34, X: 0x62, Y: 0x06, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 54 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2455] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 28891, 253 28892, 43 28893, 214 54851, 149 28894, 231 0xfd, SBC PC: 0x70db, SP: 0x9f, A: 0xcb, X: 0x18, Y: 0xec, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2676] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 48012, 249 48013, 71 48014, 118 30381, 209 48015, 114 0xf9, SBC PC: 0xbb8c, SP: 0x27, A: 0x1b, X: 0x53, Y: 0x66, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 73 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2591] | 0.69 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14599, 249 14600, 102 14601, 193 49541, 132 14602, 214 0xf9, SBC PC: 0x3907, SP: 0xf7, A: 0xca, X: 0xca, Y: 0x1f, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2754] | 0.68 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57108, 249 57109, 232 57110, 18 4785, 17 5041, 10 57111, 234 0xf9, SBC PC: 0xdf14, SP: 0x7e, A: 0xc1, X: 0xb7, Y: 0xc9, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 439 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2252] | 0.66 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58747, 253 58748, 155 58749, 54 13971, 235 14227, 216 58750, 252 0xfd, SBC PC: 0xe57b, SP: 0x9a, A: 0x08, X: 0xf8, Y: 0x93, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 47 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2196] | 0.57 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10231, 253 10232, 18 10233, 198 50767, 30 10234, 15 0xfd, SBC PC: 0x27f7, SP: 0x6f, A: 0x9d, X: 0x3d, Y: 0x14, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 382 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2354] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 22318, 253 22319, 0 22320, 139 35763, 155 22321, 37 0xfd, SBC PC: 0x572e, SP: 0x46, A: 0x00, X: 0xb3, Y: 0x82, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 100 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2305] | 0.86 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15517, 253 15518, 3 15519, 100 25602, 236 25858, 63 15520, 193 0xfd, SBC PC: 0x3c9d, SP: 0xc4, A: 0x66, X: 0xff, Y: 0xda, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2548] | 0.72 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25432, 249 25433, 208 25434, 166 42692, 96 42948, 157 25435, 61 0xf9, SBC PC: 0x6358, SP: 0x60, A: 0xd2, X: 0xb4, Y: 0xf4, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2635] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39432, 249 39433, 153 39434, 247 63241, 83 63497, 226 39435, 120 0xf9, SBC PC: 0x9a08, SP: 0x81, A: 0x56, X: 0x50, Y: 0x70, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2824] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64646, 249 64647, 51 64648, 35 9005, 197 9261, 184 64649, 152 0xf9, SBC PC: 0xfc86, SP: 0x53, A: 0x1c, X: 0x81, Y: 0xfa, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 100 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2503] | 0.60 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31183, 249 31184, 111 31185, 250 64248, 204 31186, 232 0xf9, SBC PC: 0x79cf, SP: 0xa3, A: 0x37, X: 0x12, Y: 0x89, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 106 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2407] | 0.81 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41897, 253 41898, 0 41899, 188 48141, 52 41900, 38 0xfd, SBC PC: 0xa3a9, SP: 0xc2, A: 0x13, X: 0x0d, Y: 0xa1, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2790] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 5337, 249 5338, 193 5339, 106 27326, 87 27582, 244 5340, 162 0xf9, SBC PC: 0x14d9, SP: 0x91, A: 0xcf, X: 0x4a, Y: 0xfd, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2456] | 0.58 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17847, 253 17848, 1 17849, 232 59604, 25 17850, 10 0xfd, SBC PC: 0x45b7, SP: 0x89, A: 0x26, X: 0xd3, Y: 0x7a, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2677] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3141, 249 3142, 201 3143, 55 14153, 237 14409, 60 3144, 53 0xf9, SBC PC: 0x0c45, SP: 0x2c, A: 0x81, X: 0xeb, Y: 0x80, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2197] | 0.78 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54429, 253 54430, 223 54431, 198 50736, 23 50992, 199 54432, 38 0xfd, SBC PC: 0xd49d, SP: 0xe7, A: 0xe4, X: 0x51, Y: 0x8b, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2860] | 0.69 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3779, 249 3780, 40 3781, 31 8174, 78 3782, 193 0xf9, SBC PC: 0x0ec3, SP: 0xcf, A: 0x74, X: 0x93, Y: 0xc6, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2716] | 0.70 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36144, 249 36145, 56 36146, 210 53833, 2 36147, 97 0xf9, SBC PC: 0x8d30, SP: 0x31, A: 0x40, X: 0xb1, Y: 0x11, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2592] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20671, 249 20672, 200 20673, 204 52387, 138 52643, 42 20674, 139 0xf9, SBC PC: 0x50bf, SP: 0x5b, A: 0xc9, X: 0xb9, Y: 0xdb, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 415 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2355] | 0.80 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61925, 253 61926, 43 61927, 80 20724, 82 61928, 98 0xfd, SBC PC: 0xf1e5, SP: 0xe8, A: 0xe4, X: 0xc9, Y: 0x17, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2253] | 0.67 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20144, 253 20145, 116 20146, 25 6605, 64 20147, 92 0xfd, SBC PC: 0x4eb0, SP: 0x3c, A: 0xdc, X: 0x59, Y: 0xf7, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2755] | 0.68 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9104, 249 9105, 230 9106, 172 44139, 93 44395, 146 9107, 232 0xf9, SBC PC: 0x2390, SP: 0x77, A: 0x36, X: 0xc1, Y: 0x85, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2636] | 0.89 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 62599, 249 62600, 168 62601, 46 11955, 143 62602, 35 0xf9, SBC PC: 0xf487, SP: 0x01, A: 0xcd, X: 0xb7, Y: 0x0b, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2549] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28691, 249 28692, 118 28693, 239 61189, 42 61445, 156 28694, 42 0xf9, SBC PC: 0x7013, SP: 0x4a, A: 0x93, X: 0x03, Y: 0x8f, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2306] | 0.78 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5894, 253 5895, 207 5896, 185 47560, 236 47816, 187 5897, 213 0xfd, SBC PC: 0x1706, SP: 0xa8, A: 0xf5, X: 0xf9, Y: 0xf9, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2504] | 0.83 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53400, 249 53401, 109 53402, 21 5443, 206 5699, 197 53403, 209 0xf9, SBC PC: 0xd098, SP: 0xfd, A: 0x20, X: 0xb4, Y: 0xd6, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 91 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2791] | 0.80 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4098, 249 4099, 109 4100, 2 512, 55 768, 75 4101, 20 0xf9, SBC PC: 0x1002, SP: 0xce, A: 0x68, X: 0xf9, Y: 0x93, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2457] | 0.82 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48754, 253 48755, 137 48756, 94 24216, 167 48757, 255 0xfd, SBC PC: 0xbe72, SP: 0x52, A: 0x28, X: 0x0f, Y: 0x51, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2825] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 59340, 249 59341, 39 59342, 232 59492, 231 59343, 81 0xf9, SBC PC: 0xe7cc, SP: 0x55, A: 0x90, X: 0x65, Y: 0x3d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2408] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 4073, 253 4074, 183 4075, 151 38808, 112 39064, 191 4076, 155 0xfd, SBC PC: 0x0fe9, SP: 0xf8, A: 0x08, X: 0xe1, Y: 0xbd, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 73 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2678] | 0.62 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4446, 249 4447, 87 4448, 211 54132, 118 4449, 235 0xf9, SBC PC: 0x115e, SP: 0xee, A: 0x5a, X: 0x81, Y: 0x1d, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2593] | 0.59 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24086, 249 24087, 233 24088, 170 43732, 133 43988, 88 24089, 14 0xf9, SBC PC: 0x5e16, SP: 0x40, A: 0x49, X: 0xe3, Y: 0xeb, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2861] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4594, 249 4595, 73 4596, 1 342, 7 4597, 82 0xf9, SBC PC: 0x11f2, SP: 0xd6, A: 0x09, X: 0xa0, Y: 0x0d, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2717] | 0.63 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37997, 249 37998, 170 37999, 219 56188, 203 56444, 92 38000, 221 0xf9, SBC PC: 0x946d, SP: 0xa4, A: 0x40, X: 0xf5, Y: 0xd2, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2254] | 0.57 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37379, 253 37380, 3 37381, 51 13261, 241 37382, 235 0xfd, SBC PC: 0x9203, SP: 0x38, A: 0x51, X: 0xca, Y: 0xcd, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 96 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2756] | 0.61 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31541, 249 31542, 91 31543, 36 9356, 224 31544, 146 0xf9, SBC PC: 0x7b35, SP: 0x39, A: 0xbb, X: 0x4d, Y: 0x31, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2198] | 0.63 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47934, 253 47935, 86 47936, 231 59275, 247 47937, 62 0xfd, SBC PC: 0xbb3e, SP: 0xfb, A: 0x90, X: 0x35, Y: 0x2d, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2550] | 0.89 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9610, 249 9611, 170 9612, 132 33914, 50 34170, 178 9613, 177 0xf9, SBC PC: 0x258a, SP: 0xa4, A: 0x32, X: 0x47, Y: 0xd0, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2356] | 0.66 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15695, 253 15696, 112 15697, 120 30724, 147 30980, 69 15698, 57 0xfd, SBC PC: 0x3d4f, SP: 0x31, A: 0x10, X: 0x94, Y: 0x49, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2637] | 0.73 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20468, 249 20469, 213 20470, 20 5176, 241 5432, 195 20471, 54 0xf9, SBC PC: 0x4ff4, SP: 0xb4, A: 0xa5, X: 0xfb, Y: 0x63, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2826] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 7484, 249 7485, 202 7486, 122 31407, 158 31663, 25 7487, 121 0xf9, SBC PC: 0x1d3c, SP: 0xcc, A: 0x4b, X: 0x51, Y: 0xe5, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2307] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 18063, 253 18064, 221 18065, 139 35641, 137 35897, 191 18066, 8 0xfd, SBC PC: 0x468f, SP: 0xb0, A: 0xff, X: 0x5c, Y: 0x16, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2792] | 0.70 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 65188, 249 65189, 187 65190, 99 25427, 23 25683, 97 65191, 83 0xf9, SBC PC: 0xfea4, SP: 0x45, A: 0x74, X: 0xaa, Y: 0x98, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2505] | 0.80 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 12062, 249 12063, 91 12064, 222 57000, 109 12065, 134 0xf9, SBC PC: 0x2f1e, SP: 0x56, A: 0x07, X: 0x5c, Y: 0x4d, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2409] | 0.63 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 38301, 253 38302, 119 38303, 142 36530, 16 38304, 72 0xfd, SBC PC: 0x959d, SP: 0x3a, A: 0xc6, X: 0x3b, Y: 0xd9, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 438 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2458] | 0.71 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 23890, 253 23891, 1 23892, 79 20328, 9 23893, 157 0xfd, SBC PC: 0x5d52, SP: 0x41, A: 0xe3, X: 0x67, Y: 0xd1, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2679] | 0.91 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40031, 249 40032, 219 40033, 232 59512, 197 59768, 14 40034, 8 0xf9, SBC PC: 0x9c5f, SP: 0xc3, A: 0x19, X: 0x1e, Y: 0x9d, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2594] | 0.88 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34032, 249 34033, 222 34034, 79 20474, 179 34035, 62 0xf9, SBC PC: 0x84f0, SP: 0x76, A: 0x68, X: 0x28, Y: 0x1c, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2255] | 0.86 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19652, 253 19653, 62 19654, 124 31904, 224 19655, 163 0xfd, SBC PC: 0x4cc4, SP: 0x95, A: 0x75, X: 0x62, Y: 0x92, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2862] | 0.65 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 60383, 249 60384, 176 60385, 195 49968, 47 50224, 110 60386, 164 0xf9, SBC PC: 0xebdf, SP: 0x1b, A: 0xd4, X: 0x9c, Y: 0x80, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2757] | 0.83 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24802, 249 24803, 117 24804, 95 24361, 216 24617, 173 24805, 97 0xf9, SBC PC: 0x60e2, SP: 0x8e, A: 0x51, X: 0x05, Y: 0xb4, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2718] | 0.63 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52291, 249 52292, 163 52293, 46 11813, 161 12069, 63 52294, 187 0xf9, SBC PC: 0xcc43, SP: 0xfa, A: 0x4d, X: 0xec, Y: 0x82, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2199] | 0.57 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 64396, 253 64397, 65 64398, 57 14633, 165 14889, 151 64399, 123 0xfd, SBC PC: 0xfb8c, SP: 0x63, A: 0x47, X: 0xe8, Y: 0x43, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2357] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19546, 253 19547, 79 19548, 49 12627, 181 19549, 179 0xfd, SBC PC: 0x4c5a, SP: 0x45, A: 0x6c, X: 0x04, Y: 0x5c, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2551] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 43440, 249 43441, 180 43442, 53 13795, 41 43443, 70 0xf9, SBC PC: 0xa9b0, SP: 0x36, A: 0x5b, X: 0xb0, Y: 0x2f, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2308] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 38110, 253 38111, 110 38112, 138 35418, 163 35674, 60 38113, 60 0xfd, SBC PC: 0x94de, SP: 0x44, A: 0xc4, X: 0xec, Y: 0x8b, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 391 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2638] | 0.74 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18136, 249 18137, 96 18138, 152 38949, 101 39205, 136 18139, 240 0xf9, SBC PC: 0x46d8, SP: 0xad, A: 0x6c, X: 0x02, Y: 0xc5, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2410] | 0.84 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62131, 253 62132, 25 62133, 251 64368, 247 62134, 122 0xfd, SBC PC: 0xf2b3, SP: 0xcf, A: 0xa8, X: 0x57, Y: 0x5d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2793] | 0.64 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1439, 249 1440, 70 1441, 48 12504, 43 1442, 249 0xf9, SBC PC: 0x059f, SP: 0xdd, A: 0x37, X: 0x8c, Y: 0x92, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2827] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36157, 249 36158, 205 36159, 23 5889, 159 6145, 115 36160, 106 0xf9, SBC PC: 0x8d3d, SP: 0xc1, A: 0x01, X: 0xb5, Y: 0x34, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2459] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47400, 253 47401, 61 47402, 213 54673, 69 47403, 66 0xfd, SBC PC: 0xb928, SP: 0x41, A: 0x9f, X: 0x54, Y: 0xdf, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2200] | 0.82 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25348, 253 25349, 170 25350, 251 64266, 83 64522, 70 25351, 254 0xfd, SBC PC: 0x6304, SP: 0xc3, A: 0x73, X: 0x60, Y: 0x3c, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2863] | 0.80 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52447, 249 52448, 163 52449, 98 25123, 109 25379, 154 52450, 37 0xf9, SBC PC: 0xccdf, SP: 0x80, A: 0xc5, X: 0x97, Y: 0x80, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2719] | 0.81 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1663, 249 1664, 23 1665, 212 54407, 226 1666, 56 0xf9, SBC PC: 0x067f, SP: 0xc4, A: 0x96, X: 0x68, Y: 0x70, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2506] | 0.69 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 54867, 249 54868, 111 54869, 107 27619, 97 54870, 132 0xf9, SBC PC: 0xd653, SP: 0xb4, A: 0x89, X: 0xf1, Y: 0x74, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2358] | 0.58 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33880, 253 33881, 118 33882, 195 49961, 241 50217, 229 33883, 164 0xfd, SBC PC: 0x8458, SP: 0xf1, A: 0xc2, X: 0xb3, Y: 0x4c, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2680] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 12837, 249 12838, 112 12839, 142 36567, 104 12840, 26 0xf9, SBC PC: 0x3225, SP: 0x34, A: 0x23, X: 0x84, Y: 0x67, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2595] | 0.67 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61096, 249 61097, 242 61098, 231 59285, 235 59541, 98 61099, 145 0xf9, SBC PC: 0xeea8, SP: 0x98, A: 0xac, X: 0x2a, Y: 0xa3, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2256] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35848, 253 35849, 21 35850, 41 10627, 146 35851, 95 0xfd, SBC PC: 0x8c08, SP: 0x96, A: 0xcf, X: 0x6e, Y: 0x5c, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2758] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11055, 249 11056, 114 11057, 85 21919, 16 11058, 128 0xf9, SBC PC: 0x2b2f, SP: 0x7a, A: 0xb7, X: 0x1b, Y: 0x2d, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 423 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2552] | 0.61 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45709, 249 45710, 220 45711, 0 60, 111 316, 94 45712, 119 0xf9, SBC PC: 0xb28d, SP: 0x96, A: 0x6f, X: 0x55, Y: 0x60, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2309] | 0.85 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7682, 253 7683, 167 7684, 147 37806, 147 7685, 35 0xfd, SBC PC: 0x1e02, SP: 0x02, A: 0x28, X: 0x07, Y: 0x39, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2639] | 0.62 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56711, 249 56712, 7 56713, 29 7428, 204 7684, 137 56714, 223 0xf9, SBC PC: 0xdd87, SP: 0x7d, A: 0x97, X: 0x61, Y: 0xfd, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2794] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10339, 249 10340, 136 10341, 48 12517, 12 10342, 211 0xf9, SBC PC: 0x2863, SP: 0x72, A: 0xff, X: 0x31, Y: 0x5d, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 498 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2460] | 0.57 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19311, 253 19312, 246 19313, 217 55648, 145 55904, 249 19314, 169 0xfd, SBC PC: 0x4b6f, SP: 0xfa, A: 0x08, X: 0x6a, Y: 0x36, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 14 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2828] | 0.64 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23680, 249 23681, 97 23682, 223 57163, 252 57419, 205 23683, 53 0xf9, SBC PC: 0x5c80, SP: 0x1f, A: 0x6f, X: 0x84, Y: 0xea, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2507] | 0.60 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4570, 249 4571, 13 4572, 227 58152, 44 4573, 161 0xf9, SBC PC: 0x11da, SP: 0xbf, A: 0x4c, X: 0x7c, Y: 0x1b, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2411] | 0.66 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7996, 253 7997, 6 7998, 111 28653, 148 7999, 227 0xfd, SBC PC: 0x1f3c, SP: 0xd1, A: 0x3e, X: 0xe7, Y: 0x1d, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2359] | 0.82 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57791, 253 57792, 242 57793, 11 3028, 88 3284, 76 57794, 242 0xfd, SBC PC: 0xe1bf, SP: 0x8b, A: 0x1b, X: 0xe2, Y: 0xc0, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2864] | 0.69 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 17192, 249 17193, 161 17194, 80 20709, 62 17195, 174 0xf9, SBC PC: 0x4328, SP: 0x7a, A: 0x1d, X: 0x34, Y: 0x44, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2720] | 0.67 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2825, 249 2826, 99 2827, 162 41666, 198 2828, 156 0xf9, SBC PC: 0x0b09, SP: 0x26, A: 0x1a, X: 0x26, Y: 0x5f, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 84 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2201] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47550, 253 47551, 16 47552, 81 20765, 40 47553, 177 0xfd, SBC PC: 0xb9be, SP: 0x5b, A: 0x10, X: 0x0d, Y: 0xb1, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2257] | 0.59 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54699, 253 54700, 46 54701, 118 30323, 109 54702, 35 0xfd, SBC PC: 0xd5ab, SP: 0x47, A: 0x72, X: 0x45, Y: 0x26, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2596] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8027, 249 8028, 19 8029, 27 6992, 80 8030, 155 0xf9, SBC PC: 0x1f5b, SP: 0x79, A: 0xed, X: 0xcf, Y: 0x3d, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2759] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58731, 249 58732, 98 58733, 104 26866, 18 58734, 44 0xf9, SBC PC: 0xe56b, SP: 0xa6, A: 0xf5, X: 0x42, Y: 0x90, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 483 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2681] | 0.66 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 12904, 249 12905, 139 12906, 54 13973, 122 12907, 142 0xf9, SBC PC: 0x3268, SP: 0x9c, A: 0x16, X: 0x83, Y: 0x0a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2553] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20758, 249 20759, 231 20760, 77 19828, 46 20084, 11 20761, 82 0xf9, SBC PC: 0x5116, SP: 0x92, A: 0x51, X: 0x9d, Y: 0x8d, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2640] | 0.92 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30497, 249 30498, 177 30499, 107 27590, 213 30500, 172 0xf9, SBC PC: 0x7721, SP: 0xc8, A: 0x7d, X: 0x0e, Y: 0x15, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2461] | 0.83 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62031, 253 62032, 201 62033, 83 21364, 45 21620, 225 62034, 36 0xfd, SBC PC: 0xf24f, SP: 0x00, A: 0xac, X: 0xab, Y: 0xf0, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 202 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2829] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 54829, 249 54830, 176 54831, 67 17170, 84 17426, 247 54832, 109 0xf9, SBC PC: 0xd62d, SP: 0x92, A: 0x05, X: 0x94, Y: 0x62, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 13 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2310] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47163, 253 47164, 12 47165, 62 16001, 241 47166, 100 0xfd, SBC PC: 0xb83b, SP: 0xed, A: 0x65, X: 0x75, Y: 0xd1, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2508] | 0.86 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30804, 249 30805, 120 30806, 226 57878, 41 58134, 196 30807, 21 0xf9, SBC PC: 0x7854, SP: 0x8b, A: 0x60, X: 0x28, Y: 0x9e, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2412] | 0.59 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49246, 253 49247, 232 49248, 233 59734, 238 59990, 189 49249, 236 0xfd, SBC PC: 0xc05e, SP: 0x78, A: 0xa0, X: 0x6e, Y: 0x9f, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2795] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9828, 249 9829, 96 9830, 42 11000, 44 9831, 87 0xf9, SBC PC: 0x2664, SP: 0xa3, A: 0x9e, X: 0x7c, Y: 0x98, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2258] | 0.83 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 46998, 253 46999, 250 47000, 108 27780, 208 28036, 36 47001, 111 0xfd, SBC PC: 0xb796, SP: 0x3c, A: 0x79, X: 0x8a, Y: 0x32, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2597] | 0.83 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23711, 249 23712, 111 23713, 41 10636, 51 23714, 155 0xf9, SBC PC: 0x5c9f, SP: 0x84, A: 0x3b, X: 0x1d, Y: 0x1d, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2721] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15405, 249 15406, 174 15407, 148 38076, 124 15408, 40 0xf9, SBC PC: 0x3c2d, SP: 0x1a, A: 0x39, X: 0x4b, Y: 0x0e, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2760] | 0.79 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28260, 249 28261, 122 28262, 9 2334, 75 2590, 107 28263, 39 0xf9, SBC PC: 0x6e64, SP: 0x27, A: 0x82, X: 0x3b, Y: 0xa4, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2865] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 59836, 249 59837, 247 59838, 85 21816, 3 22072, 13 59839, 187 0xf9, SBC PC: 0xe9bc, SP: 0xb4, A: 0x5a, X: 0x20, Y: 0x41, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2202] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 63318, 253 63319, 1 63320, 132 33795, 191 63321, 196 0xfd, SBC PC: 0xf756, SP: 0xe7, A: 0x58, X: 0x02, Y: 0x3b, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2682] | 0.89 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38430, 249 38431, 215 38432, 222 56983, 212 57239, 42 38433, 77 0xf9, SBC PC: 0x961e, SP: 0xd6, A: 0x91, X: 0xe1, Y: 0xc0, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 359 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2360] | 0.67 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13843, 253 13844, 135 13845, 38 9947, 136 13846, 0 0xfd, SBC PC: 0x3613, SP: 0xb0, A: 0x7f, X: 0x54, Y: 0x9a, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2554] | 0.77 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45956, 249 45957, 132 45958, 223 57328, 175 45959, 66 0xf9, SBC PC: 0xb384, SP: 0x86, A: 0xaf, X: 0xb7, Y: 0x6c, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2830] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32642, 249 32643, 186 32644, 145 37270, 102 37526, 112 32645, 4 0xf9, SBC PC: 0x7f82, SP: 0xc4, A: 0xff, X: 0x90, Y: 0xdc, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2311] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1154, 253 1155, 180 1156, 73 18774, 210 19030, 165 1157, 150 0xfd, SBC PC: 0x0482, SP: 0x33, A: 0xfa, X: 0xa2, Y: 0x39, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2413] | 0.81 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17040, 253 17041, 15 17042, 36 9432, 195 17043, 48 0xfd, SBC PC: 0x4290, SP: 0x3b, A: 0x5d, X: 0xc9, Y: 0x64, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2462] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 38241, 253 38242, 36 38243, 23 5918, 74 6174, 107 38244, 59 0xfd, SBC PC: 0x9561, SP: 0x70, A: 0x3e, X: 0xfa, Y: 0x02, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2796] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27724, 249 27725, 47 27726, 18 4833, 22 27727, 75 0xf9, SBC PC: 0x6c4c, SP: 0xae, A: 0xd2, X: 0x10, Y: 0xb2, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2641] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21846, 249 21847, 157 21848, 124 31842, 240 32098, 24 21849, 217 0xf9, SBC PC: 0x5556, SP: 0xd2, A: 0xf3, X: 0xc0, Y: 0xc5, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 474 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2722] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22623, 249 22624, 181 22625, 69 17905, 64 22626, 43 0xf9, SBC PC: 0x585f, SP: 0xed, A: 0x19, X: 0xc2, Y: 0x3c, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2866] | 0.86 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 17092, 249 17093, 159 17094, 38 9853, 172 10109, 34 17095, 215 0xf9, SBC PC: 0x42c4, SP: 0xc6, A: 0xb4, X: 0x93, Y: 0xde, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 401 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2203] | 0.96 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58154, 253 58155, 150 58156, 155 39829, 114 40085, 127 58157, 208 0xfd, SBC PC: 0xe32a, SP: 0x1d, A: 0xbc, X: 0xff, Y: 0x55, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2509] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63758, 249 63759, 135 63760, 70 18063, 182 63761, 247 0xf9, SBC PC: 0xf90e, SP: 0xa0, A: 0x54, X: 0xfc, Y: 0x08, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2361] | 0.61 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15665, 253 15666, 19 15667, 225 57614, 167 57870, 87 15668, 205 0xfd, SBC PC: 0x3d31, SP: 0xca, A: 0x9c, X: 0xfb, Y: 0xa1, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2259] | 0.69 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13383, 253 13384, 54 13385, 39 10166, 182 13386, 35 0xfd, SBC PC: 0x3447, SP: 0x28, A: 0x2a, X: 0x80, Y: 0x67, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2761] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24207, 249 24208, 63 24209, 109 28002, 89 24210, 184 0xf9, SBC PC: 0x5e8f, SP: 0xbe, A: 0xca, X: 0xbb, Y: 0x23, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 368 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2598] | 0.68 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52286, 249 52287, 43 52288, 145 37130, 246 37386, 95 52289, 120 0xf9, SBC PC: 0xcc3e, SP: 0x57, A: 0x71, X: 0xaf, Y: 0xdf, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2555] | 0.63 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 408, 249 409, 112 410, 221 56630, 69 56886, 160 411, 142 0xf9, SBC PC: 0x0198, SP: 0x41, A: 0x0f, X: 0x21, Y: 0xc6, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 110 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2683] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11022, 249 11023, 169 11024, 219 56088, 157 56344, 123 11025, 140 0xf9, SBC PC: 0x2b0e, SP: 0x1d, A: 0xb9, X: 0xa8, Y: 0x6f, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2312] | 0.79 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5983, 253 5984, 228 5985, 8 2068, 67 2324, 146 5986, 12 0xfd, SBC PC: 0x175f, SP: 0x28, A: 0xeb, X: 0x30, Y: 0xaf, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2463] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2601, 253 2602, 174 2603, 77 19791, 236 20047, 53 2604, 102 0xfd, SBC PC: 0x0a29, SP: 0x8b, A: 0x44, X: 0xa1, Y: 0x55, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 270 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2831] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42316, 249 42317, 79 42318, 139 35787, 142 42319, 56 0xf9, SBC PC: 0xa54c, SP: 0xb2, A: 0x72, X: 0xe0, Y: 0x7c, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2797] | 0.84 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9682, 249 9683, 168 9684, 18 4734, 173 4990, 107 9685, 73 0xf9, SBC PC: 0x25d2, SP: 0xcb, A: 0xfc, X: 0xb7, Y: 0xd6, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2414] | 0.65 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 35761, 253 35762, 137 35763, 110 28283, 240 28539, 130 35764, 207 0xfd, SBC PC: 0x8bb1, SP: 0xe1, A: 0xb6, X: 0xf2, Y: 0xc1, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2362] | 0.87 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54467, 253 54468, 47 54469, 105 27037, 226 54470, 181 0xfd, SBC PC: 0xd4c3, SP: 0x6a, A: 0xd6, X: 0x6e, Y: 0xbc, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2510] | 0.66 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21997, 249 21998, 151 21999, 191 49121, 18 22000, 112 0xf9, SBC PC: 0x55ed, SP: 0x36, A: 0x29, X: 0xd3, Y: 0x4a, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2642] | 0.70 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52005, 249 52006, 60 52007, 244 62665, 88 52008, 235 0xf9, SBC PC: 0xcb25, SP: 0x63, A: 0x9d, X: 0x14, Y: 0x8d, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2723] | 0.72 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30625, 249 30626, 114 30627, 245 62799, 87 63055, 150 30628, 75 0xf9, SBC PC: 0x77a1, SP: 0xee, A: 0x64, X: 0x7f, Y: 0xdd, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2762] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40836, 249 40837, 218 40838, 41 10726, 201 40839, 38 0xf9, SBC PC: 0x9f84, SP: 0xea, A: 0xa7, X: 0x83, Y: 0x0c, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2260] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 7967, 253 7968, 29 7969, 50 12915, 164 7970, 147 0xfd, SBC PC: 0x1f1f, SP: 0xf9, A: 0x7b, X: 0x56, Y: 0xf2, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2599] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 60758, 249 60759, 44 60760, 210 53942, 169 60761, 152 0xf9, SBC PC: 0xed56, SP: 0xad, A: 0xf2, X: 0xe8, Y: 0x8a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 329 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2867] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1601, 249 1602, 150 1603, 173 44360, 76 44616, 37 1604, 106 0xf9, SBC PC: 0x0641, SP: 0x05, A: 0x25, X: 0xd8, Y: 0xb2, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2556] | 0.60 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13566, 249 13567, 55 13568, 70 18146, 25 13569, 96 0xf9, SBC PC: 0x34fe, SP: 0x1a, A: 0x05, X: 0x56, Y: 0xab, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2204] | 0.74 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 65108, 253 65109, 16 65110, 16 4142, 207 65111, 234 0xfd, SBC PC: 0xfe54, SP: 0xe6, A: 0x1b, X: 0x1e, Y: 0x64, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2684] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58860, 249 58861, 75 58862, 195 50057, 18 58863, 173 0xf9, SBC PC: 0xe5ec, SP: 0xce, A: 0xdd, X: 0x21, Y: 0x3e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 459 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2313] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1619, 253 1620, 129 1621, 100 25635, 34 25891, 101 1622, 20 0xfd, SBC PC: 0x0653, SP: 0x89, A: 0x4c, X: 0xa2, Y: 0xd2, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2464] | 0.87 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30928, 253 30929, 149 30930, 246 62991, 114 63247, 86 30931, 199 0xfd, SBC PC: 0x78d0, SP: 0xbd, A: 0xa4, X: 0x7a, Y: 0x80, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2832] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 51621, 249 51622, 203 51623, 131 33780, 113 51624, 250 0xf9, SBC PC: 0xc9a5, SP: 0xbb, A: 0x0c, X: 0xb7, Y: 0x29, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2415] | 0.59 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1589, 253 1590, 242 1591, 35 9194, 55 9450, 232 1592, 150 0xfd, SBC PC: 0x0635, SP: 0x0e, A: 0x65, X: 0xf8, Y: 0x30, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2511] | 0.89 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52953, 249 52954, 158 52955, 102 26342, 203 52956, 111 0xf9, SBC PC: 0xced9, SP: 0xe6, A: 0x79, X: 0xd4, Y: 0x48, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2798] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21584, 249 21585, 140 21586, 241 61886, 180 21587, 193 0xf9, SBC PC: 0x5450, SP: 0x88, A: 0x18, X: 0xa9, Y: 0x32, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2643] | 0.92 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19074, 249 19075, 121 19076, 193 49641, 39 19077, 30 0xf9, SBC PC: 0x4a82, SP: 0x51, A: 0x1e, X: 0xd5, Y: 0x70, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2763] | 0.55 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 65514, 249 65515, 1 65516, 39 10112, 91 65517, 218 0xf9, SBC PC: 0xffea, SP: 0x97, A: 0x39, X: 0x45, Y: 0x7f, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2600] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 47452, 249 47453, 167 47454, 29 7643, 197 47455, 76 0xf9, SBC PC: 0xb95c, SP: 0x27, A: 0x7a, X: 0x7d, Y: 0x34, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2557] | 0.86 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63361, 249 63362, 104 63363, 221 56764, 168 63364, 77 0xf9, SBC PC: 0xf781, SP: 0xec, A: 0x5e, X: 0x99, Y: 0x54, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2261] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13624, 253 13625, 93 13626, 59 15116, 146 15372, 155 13627, 54 0xfd, SBC PC: 0x3538, SP: 0x6a, A: 0x3f, X: 0xaf, Y: 0x0e, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2724] | 0.64 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15185, 249 15186, 209 15187, 148 38133, 7 15188, 193 0xf9, SBC PC: 0x3b51, SP: 0x35, A: 0x1f, X: 0x8c, Y: 0x24, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2868] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 645, 249 646, 255 647, 30 7868, 254 8124, 254 648, 37 0xf9, SBC PC: 0x0285, SP: 0x2c, A: 0xb8, X: 0x23, Y: 0xbd, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2363] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 22408, 253 22409, 68 22410, 85 21819, 58 22075, 186 22411, 237 0xfd, SBC PC: 0x5788, SP: 0x6a, A: 0x2a, X: 0xf7, Y: 0xe2, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2685] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52637, 249 52638, 60 52639, 243 62362, 5 52640, 41 0xf9, SBC PC: 0xcd9d, SP: 0xe8, A: 0x73, X: 0x37, Y: 0x5e, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2205] | 0.71 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 4059, 253 4060, 170 4061, 83 21270, 105 21526, 232 4062, 178 0xfd, SBC PC: 0x0fdb, SP: 0x6f, A: 0x14, X: 0x6c, Y: 0xf5, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 43 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2314] | 0.60 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40444, 253 40445, 73 40446, 99 25530, 19 40447, 178 0xfd, SBC PC: 0x9dfc, SP: 0xae, A: 0x82, X: 0x71, Y: 0xa8, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2833] | 0.84 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20010, 249 20011, 72 20012, 103 26587, 153 20013, 117 0xf9, SBC PC: 0x4e2a, SP: 0x97, A: 0xc3, X: 0xaa, Y: 0x93, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2416] | 0.85 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59255, 253 59256, 234 59257, 98 25257, 217 25513, 85 59258, 49 0xfd, SBC PC: 0xe777, SP: 0xcc, A: 0xb9, X: 0xbf, Y: 0x33, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 355 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2764] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 55546, 249 55547, 68 55548, 80 20686, 0 55549, 98 0xf9, SBC PC: 0xd8fa, SP: 0x01, A: 0x2f, X: 0x1a, Y: 0x8a, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2465] | 0.71 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31259, 253 31260, 97 31261, 235 60211, 195 60467, 39 31262, 228 0xfd, SBC PC: 0x7a1b, SP: 0xa0, A: 0x56, X: 0xd2, Y: 0x58, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2799] | 0.69 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52215, 249 52216, 165 52217, 73 18706, 246 18962, 26 52218, 137 0xf9, SBC PC: 0xcbf7, SP: 0x46, A: 0x14, X: 0xb3, Y: 0x6d, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2601] | 0.79 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57692, 249 57693, 91 57694, 33 8559, 160 57695, 151 0xf9, SBC PC: 0xe15c, SP: 0xbc, A: 0x77, X: 0xea, Y: 0x14, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2262] | 0.86 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11115, 253 11116, 19 11117, 239 61434, 203 11118, 174 0xfd, SBC PC: 0x2b6b, SP: 0x33, A: 0xfe, X: 0xe7, Y: 0xcd, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2869] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37357, 249 37358, 65 37359, 127 32708, 155 37360, 16 0xf9, SBC PC: 0x91ed, SP: 0xb0, A: 0x62, X: 0x99, Y: 0x83, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2725] | 0.59 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 41051, 249 41052, 90 41053, 242 62170, 44 41054, 165 0xf9, SBC PC: 0xa05b, SP: 0xfa, A: 0x46, X: 0xf0, Y: 0x80, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2364] | 0.65 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19738, 253 19739, 119 19740, 220 56469, 14 19741, 212 0xfd, SBC PC: 0x4d1a, SP: 0x6d, A: 0x55, X: 0x1e, Y: 0x26, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2512] | 0.76 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25666, 249 25667, 11 25668, 154 39512, 18 25669, 123 0xf9, SBC PC: 0x6442, SP: 0x29, A: 0xd4, X: 0x02, Y: 0x4d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 450 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2686] | 0.83 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13593, 249 13594, 236 13595, 240 61494, 221 61750, 213 13596, 44 0xf9, SBC PC: 0x3519, SP: 0x7e, A: 0x6a, X: 0xfc, Y: 0x4a, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2558] | 0.66 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22700, 249 22701, 192 22702, 155 39831, 182 40087, 149 22703, 231 0xf9, SBC PC: 0x58ac, SP: 0xa8, A: 0x4c, X: 0x0e, Y: 0xd7, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2644] | 0.80 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8953, 249 8954, 127 8955, 59 15295, 15 8956, 187 0xf9, SBC PC: 0x22f9, SP: 0x0d, A: 0xc9, X: 0xff, Y: 0x40, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 442 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2315] | 0.84 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10842, 253 10843, 65 10844, 29 7620, 156 10845, 223 0xfd, SBC PC: 0x2a5a, SP: 0x61, A: 0x39, X: 0x83, Y: 0xfd, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2206] | 0.61 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17660, 253 17661, 202 17662, 61 15676, 129 15932, 142 17663, 73 0xfd, SBC PC: 0x44fc, SP: 0xc5, A: 0x71, X: 0x72, Y: 0xb6, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2834] | 0.70 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38270, 249 38271, 157 38272, 248 63720, 213 38273, 124 0xf9, SBC PC: 0x957e, SP: 0x96, A: 0x91, X: 0xbb, Y: 0x4b, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2466] | 0.71 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 29097, 253 29098, 181 29099, 100 25722, 243 25978, 95 29100, 208 0xfd, SBC PC: 0x71a9, SP: 0xa8, A: 0xe5, X: 0xc5, Y: 0x06, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2870] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14005, 249 14006, 13 14007, 223 57335, 86 14008, 118 0xf9, SBC PC: 0x36b5, SP: 0xaa, A: 0x4b, X: 0xbe, Y: 0xea, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2726] | 0.84 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42035, 249 42036, 174 42037, 211 54271, 164 42038, 83 0xf9, SBC PC: 0xa433, SP: 0x3b, A: 0x45, X: 0x7b, Y: 0x51, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2417] | 0.71 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49426, 253 49427, 15 49428, 16 4288, 55 49429, 114 0xfd, SBC PC: 0xc112, SP: 0xef, A: 0xdf, X: 0xb1, Y: 0x67, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 423 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2800] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3532, 249 3533, 120 3534, 192 49356, 221 3535, 74 0xf9, SBC PC: 0x0dcc, SP: 0xb6, A: 0xe5, X: 0x41, Y: 0x54, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2765] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 7222, 249 7223, 39 7224, 75 19268, 26 7225, 8 0xf9, SBC PC: 0x1c36, SP: 0x2a, A: 0x85, X: 0x01, Y: 0x1d, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2602] | 0.65 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36, 249 37, 219 38, 162 41516, 189 41772, 94 39, 155 0xf9, SBC PC: 0x0024, SP: 0x2f, A: 0x2d, X: 0xe2, Y: 0x51, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2365] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 14285, 253 14286, 217 14287, 199 51158, 13 51414, 254 14288, 139 0xfd, SBC PC: 0x37cd, SP: 0xc2, A: 0x46, X: 0xfd, Y: 0xdc, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 71 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2263] | 0.70 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41471, 253 41472, 5 41473, 234 59935, 245 41474, 173 0xfd, SBC PC: 0xa1ff, SP: 0xf2, A: 0xa1, X: 0x1a, Y: 0xaf, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2559] | 0.64 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38486, 249 38487, 171 38488, 32 8194, 189 8450, 86 38489, 237 0xf9, SBC PC: 0x9656, SP: 0x50, A: 0xae, X: 0x60, Y: 0x57, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2513] | 0.70 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46265, 249 46266, 123 46267, 183 47023, 145 46268, 89 0xf9, SBC PC: 0xb4b9, SP: 0xda, A: 0x41, X: 0x14, Y: 0x34, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2207] | 0.97 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 8574, 253 8575, 14 8576, 62 16020, 114 8577, 27 0xfd, SBC PC: 0x217e, SP: 0xd0, A: 0xe0, X: 0x86, Y: 0xaf, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2687] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29435, 249 29436, 231 29437, 21 5628, 20 29438, 230 0xf9, SBC PC: 0x72fb, SP: 0x6b, A: 0xb7, X: 0x32, Y: 0x15, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 418 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2645] | 0.74 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42723, 249 42724, 77 42725, 216 55344, 227 55600, 89 42726, 145 0xf9, SBC PC: 0xa6e3, SP: 0x1b, A: 0xc8, X: 0x05, Y: 0xe3, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2316] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48245, 253 48246, 229 48247, 193 49432, 22 49688, 108 48248, 0 0xfd, SBC PC: 0xbc75, SP: 0xde, A: 0xce, X: 0x33, Y: 0xc5, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2835] | 0.63 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34886, 249 34887, 141 34888, 138 35425, 223 35681, 132 34889, 159 0xf9, SBC PC: 0x8846, SP: 0x34, A: 0x23, X: 0x02, Y: 0xd4, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2801] | 0.87 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38715, 249 38716, 15 38717, 228 58546, 117 38718, 130 0xf9, SBC PC: 0x973b, SP: 0x1f, A: 0xbb, X: 0x5d, Y: 0xa3, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2467] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34198, 253 34199, 148 34200, 40 10478, 137 34201, 89 0xfd, SBC PC: 0x8596, SP: 0x83, A: 0xf0, X: 0x5a, Y: 0xbf, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 359 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2766] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 16087, 249 16088, 76 16089, 239 61256, 94 61512, 11 16090, 55 0xf9, SBC PC: 0x3ed7, SP: 0x72, A: 0x5f, X: 0x33, Y: 0xfc, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2418] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 560, 253 561, 193 562, 189 48411, 3 48667, 62 563, 33 0xfd, SBC PC: 0x0230, SP: 0xb4, A: 0xef, X: 0x5a, Y: 0x15, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 432 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2603] | 0.62 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1169, 249 1170, 56 1171, 66 17094, 123 1172, 238 0xf9, SBC PC: 0x0491, SP: 0x14, A: 0x24, X: 0x89, Y: 0x8e, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2366] | 0.86 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 64731, 253 64732, 141 64733, 200 51449, 241 64734, 96 0xfd, SBC PC: 0xfcdb, SP: 0xbf, A: 0xf0, X: 0x6c, Y: 0xc0, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2871] | 0.70 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 54148, 249 54149, 177 54150, 125 32076, 169 32332, 230 54151, 209 0xf9, SBC PC: 0xd384, SP: 0x3a, A: 0x49, X: 0x37, Y: 0x9b, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2727] | 0.68 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37570, 249 37571, 133 37572, 141 36247, 213 37573, 51 0xf9, SBC PC: 0x92c2, SP: 0x4f, A: 0xa4, X: 0x4d, Y: 0x12, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2560] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30559, 249 30560, 81 30561, 127 32516, 0 32772, 1 30562, 35 0xf9, SBC PC: 0x775f, SP: 0x32, A: 0x4d, X: 0x49, Y: 0xb3, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2264] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61040, 253 61041, 184 61042, 65 16848, 43 61043, 46 0xfd, SBC PC: 0xee70, SP: 0x5e, A: 0x15, X: 0x18, Y: 0x1b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2514] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21577, 249 21578, 67 21579, 53 13729, 206 21580, 118 0xf9, SBC PC: 0x5449, SP: 0x05, A: 0x68, X: 0x3e, Y: 0x5e, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2688] | 0.68 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44809, 249 44810, 217 44811, 215 55051, 160 55307, 180 44812, 75 0xf9, SBC PC: 0xaf09, SP: 0xc7, A: 0x27, X: 0xe2, Y: 0x32, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2646] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25152, 249 25153, 252 25154, 54 13919, 14 14175, 157 25155, 34 0xf9, SBC PC: 0x6240, SP: 0x85, A: 0x84, X: 0x7b, Y: 0x63, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2317] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15759, 253 15760, 92 15761, 239 61312, 152 15762, 19 0xfd, SBC PC: 0x3d8f, SP: 0x83, A: 0x1a, X: 0x24, Y: 0xec, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2208] | 0.74 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40731, 253 40732, 152 40733, 249 63971, 96 40734, 36 0xfd, SBC PC: 0x9f1b, SP: 0x36, A: 0x5c, X: 0x4b, Y: 0x73, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2836] | 0.60 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61142, 249 61143, 54 61144, 103 26566, 240 61145, 45 0xf9, SBC PC: 0xeed6, SP: 0x5c, A: 0x42, X: 0x58, Y: 0x90, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2767] | 0.85 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 47423, 249 47424, 77 47425, 162 41491, 2 41747, 151 47426, 4 0xf9, SBC PC: 0xb93f, SP: 0xd9, A: 0x01, X: 0x40, Y: 0xc6, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2468] | 0.90 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34200, 253 34201, 255 34202, 46 12023, 4 12279, 179 34203, 76 0xfd, SBC PC: 0x8598, SP: 0x9e, A: 0xb5, X: 0xf8, Y: 0xcb, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2419] | 0.61 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61290, 253 61291, 91 61292, 1 328, 154 584, 187 61293, 126 0xfd, SBC PC: 0xef6a, SP: 0x82, A: 0x29, X: 0xed, Y: 0x2e, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2604] | 0.82 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15623, 249 15624, 238 15625, 121 31109, 104 31365, 235 15626, 139 0xf9, SBC PC: 0x3d07, SP: 0xb3, A: 0xd0, X: 0x99, Y: 0x97, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2561] | 0.81 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40627, 249 40628, 111 40629, 138 35569, 41 40630, 115 0xf9, SBC PC: 0x9eb3, SP: 0x32, A: 0x7e, X: 0x39, Y: 0x82, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2802] | 0.69 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37732, 249 37733, 44 37734, 209 53743, 114 37735, 142 0xf9, SBC PC: 0x9364, SP: 0x8f, A: 0xd1, X: 0xa7, Y: 0xc3, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2728] | 0.64 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21522, 249 21523, 240 21524, 152 39094, 105 39350, 244 21525, 33 0xf9, SBC PC: 0x5412, SP: 0xfd, A: 0x07, X: 0xa6, Y: 0xc6, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 18 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2872] | 0.64 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 59123, 249 59124, 34 59125, 226 57856, 220 58112, 40 59126, 43 0xf9, SBC PC: 0xe6f3, SP: 0x64, A: 0x4c, X: 0xc6, Y: 0xde, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2265] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 36363, 253 36364, 204 36365, 173 44521, 218 36366, 9 0xfd, SBC PC: 0x8e0b, SP: 0x00, A: 0x1c, X: 0x1d, Y: 0x54, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 65 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2367] | 0.79 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 24616, 253 24617, 236 24618, 91 23402, 197 23658, 2 24619, 57 0xfd, SBC PC: 0x6028, SP: 0xed, A: 0x84, X: 0x7e, Y: 0x1c, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2515] | 0.91 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61838, 249 61839, 184 61840, 239 61236, 39 61492, 84 61841, 54 0xf9, SBC PC: 0xf18e, SP: 0x32, A: 0x66, X: 0x48, Y: 0x7c, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2689] | 0.91 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58086, 249 58087, 27 58088, 58 15015, 199 58089, 207 0xf9, SBC PC: 0xe2e6, SP: 0x54, A: 0x1c, X: 0x49, Y: 0x8c, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 84 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2647] | 0.83 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53159, 249 53160, 64 53161, 163 41965, 161 53162, 90 0xf9, SBC PC: 0xcfa7, SP: 0xed, A: 0x1a, X: 0x43, Y: 0xad, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 121 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2318] | 0.59 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 14697, 253 14698, 228 14699, 47 12124, 137 12380, 241 14700, 16 0xfd, SBC PC: 0x3969, SP: 0xf3, A: 0x2a, X: 0x78, Y: 0x92, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 56 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2837] | 0.82 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11933, 249 11934, 57 11935, 249 63805, 225 11936, 169 0xf9, SBC PC: 0x2e9d, SP: 0x4f, A: 0xbd, X: 0x2e, Y: 0x04, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2420] | 0.85 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 61537, 253 61538, 65 61539, 253 64893, 123 61540, 232 0xfd, SBC PC: 0xf061, SP: 0xe4, A: 0x9c, X: 0x3c, Y: 0x2b, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2209] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26821, 253 26822, 60 26823, 127 32750, 110 26824, 175 0xfd, SBC PC: 0x68c5, SP: 0x04, A: 0x7e, X: 0xb2, Y: 0x90, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2768] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34316, 249 34317, 191 34318, 63 16292, 193 16548, 94 34319, 88 0xf9, SBC PC: 0x860c, SP: 0xe6, A: 0x1a, X: 0x8c, Y: 0xe5, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2729] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8954, 249 8955, 97 8956, 29 7626, 22 8957, 96 0xf9, SBC PC: 0x22fa, SP: 0xf2, A: 0x1f, X: 0x55, Y: 0x69, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2873] | 0.88 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28659, 249 28660, 102 28661, 54 14043, 190 28662, 179 0xf9, SBC PC: 0x6ff3, SP: 0x71, A: 0xf9, X: 0x73, Y: 0x75, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2266] | 0.88 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11163, 253 11164, 252 11165, 206 52959, 99 53215, 169 11166, 77 0xfd, SBC PC: 0x2b9b, SP: 0x08, A: 0xb9, X: 0xe3, Y: 0x30, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2605] | 0.66 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19550, 249 19551, 220 19552, 223 57308, 100 19553, 163 0xf9, SBC PC: 0x4c5e, SP: 0x03, A: 0x78, X: 0xde, Y: 0x00, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2803] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20807, 249 20808, 110 20809, 200 51319, 202 20810, 158 0xf9, SBC PC: 0x5147, SP: 0x06, A: 0x9a, X: 0x9e, Y: 0x09, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2469] | 0.72 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 44150, 253 44151, 250 44152, 45 11723, 34 11979, 230 44153, 85 0xfd, SBC PC: 0xac76, SP: 0x46, A: 0xb5, X: 0xd1, Y: 0x18, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2562] | 0.67 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63460, 249 63461, 225 63462, 18 4762, 178 5018, 33 63463, 114 0xf9, SBC PC: 0xf7e4, SP: 0x57, A: 0x6d, X: 0xb7, Y: 0xb9, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2319] | 0.81 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 64122, 253 64123, 140 64124, 131 33741, 187 64125, 117 0xfd, SBC PC: 0xfa7a, SP: 0xe0, A: 0x99, X: 0x41, Y: 0x51, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2368] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48206, 253 48207, 154 48208, 101 25988, 208 26244, 249 48209, 34 0xfd, SBC PC: 0xbc4e, SP: 0xc0, A: 0x5b, X: 0xea, Y: 0x94, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2516] | 0.72 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57481, 249 57482, 79 57483, 74 18950, 8 19206, 80 57484, 123 0xf9, SBC PC: 0xe089, SP: 0x96, A: 0xec, X: 0xd6, Y: 0xb7, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2648] | 0.67 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13870, 249 13871, 155 13872, 26 6753, 30 7009, 243 13873, 224 0xf9, SBC PC: 0x362e, SP: 0x06, A: 0x1e, X: 0x23, Y: 0xc6, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 42 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2690] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61214, 249 61215, 88 61216, 188 48269, 101 61217, 240 0xf9, SBC PC: 0xef1e, SP: 0xa6, A: 0xf7, X: 0xec, Y: 0x35, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2210] | 0.85 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31607, 253 31608, 116 31609, 217 55670, 28 31610, 247 0xfd, SBC PC: 0x7b77, SP: 0x76, A: 0x67, X: 0x02, Y: 0xd2, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2838] | 0.65 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53600, 249 53601, 233 53602, 83 21451, 137 21707, 126 53603, 8 0xf9, SBC PC: 0xd160, SP: 0xa4, A: 0xc2, X: 0x98, Y: 0xe2, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2769] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 61477, 249 61478, 251 61479, 1 492, 52 748, 48 61480, 128 0xf9, SBC PC: 0xf025, SP: 0x67, A: 0x9c, X: 0x19, Y: 0xf1, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2421] | 0.70 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 30093, 253 30094, 192 30095, 68 17432, 107 17688, 238 30096, 233 0xfd, SBC PC: 0x758d, SP: 0x03, A: 0xd6, X: 0x58, Y: 0x7d, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 232 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2804] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56810, 249 56811, 22 56812, 202 51815, 23 56813, 223 0xf9, SBC PC: 0xddea, SP: 0x8b, A: 0x47, X: 0xa7, Y: 0x51, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2606] | 0.68 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 47794, 249 47795, 88 47796, 19 5086, 5 47797, 179 0xf9, SBC PC: 0xbab2, SP: 0x21, A: 0xa5, X: 0x53, Y: 0x86, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 416 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2470] | 0.67 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 31813, 253 31814, 251 31815, 133 34234, 237 34490, 14 31816, 61 0xfd, SBC PC: 0x7c45, SP: 0xb6, A: 0x00, X: 0xbf, Y: 0x9a, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2563] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 60099, 249 60100, 190 60101, 77 19834, 97 20090, 40 60102, 79 0xf9, SBC PC: 0xeac3, SP: 0xf0, A: 0xd6, X: 0x17, Y: 0xbc, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 430 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2730] | 0.70 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 6911, 249 6912, 218 6913, 225 57616, 198 57872, 32 6914, 143 0xf9, SBC PC: 0x1aff, SP: 0x12, A: 0x17, X: 0x69, Y: 0x36, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2874] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 903, 249 904, 70 905, 14 3762, 161 906, 28 0xf9, SBC PC: 0x0387, SP: 0x9b, A: 0xc5, X: 0x47, Y: 0x6c, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2267] | 0.67 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2330, 253 2331, 146 2332, 45 11733, 51 2333, 192 0xfd, SBC PC: 0x091a, SP: 0x67, A: 0xd1, X: 0x43, Y: 0x94, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 414 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2369] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 23230, 253 23231, 3 23232, 231 59153, 14 23233, 214 0xfd, SBC PC: 0x5abe, SP: 0xa7, A: 0x09, X: 0x0e, Y: 0x40, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2320] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48398, 253 48399, 144 48400, 87 22453, 39 48401, 79 0xfd, SBC PC: 0xbd0e, SP: 0x55, A: 0x0d, X: 0x25, Y: 0x83, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2649] | 0.64 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10614, 249 10615, 232 10616, 44 11450, 205 11706, 159 10617, 135 0xf9, SBC PC: 0x2976, SP: 0x6f, A: 0x42, X: 0x4e, Y: 0xd2, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 163 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2517] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33183, 249 33184, 191 33185, 79 20359, 83 20615, 4 33186, 181 0xf9, SBC PC: 0x819f, SP: 0x37, A: 0x78, X: 0x53, Y: 0xc8, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 372 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2839] | 0.61 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4400, 249 4401, 30 4402, 189 48594, 87 4403, 18 0xf9, SBC PC: 0x1130, SP: 0x1f, A: 0x7e, X: 0xb9, Y: 0xb4, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2691] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44637, 249 44638, 17 44639, 193 49529, 213 44640, 228 0xf9, SBC PC: 0xae5d, SP: 0x69, A: 0x84, X: 0x87, Y: 0x68, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2770] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15217, 249 15218, 140 15219, 128 33012, 41 15220, 2 0xf9, SBC PC: 0x3b71, SP: 0x5c, A: 0x63, X: 0x36, Y: 0x68, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2805] | 0.86 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25465, 249 25466, 122 25467, 219 56073, 225 56329, 125 25468, 230 0xf9, SBC PC: 0x6379, SP: 0xfa, A: 0x0a, X: 0x1d, Y: 0x8f, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2422] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 44132, 253 44133, 4 44134, 184 47275, 137 44135, 234 0xfd, SBC PC: 0xac64, SP: 0xfa, A: 0x8a, X: 0xa7, Y: 0x41, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2211] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 59430, 253 59431, 128 59432, 46 11901, 55 12157, 135 59433, 167 0xfd, SBC PC: 0xe826, SP: 0x77, A: 0x56, X: 0xfd, Y: 0x41, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2607] | 0.90 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63124, 249 63125, 165 63126, 31 8102, 184 63127, 18 0xf9, SBC PC: 0xf694, SP: 0x89, A: 0xaa, X: 0xa7, Y: 0x01, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2471] | 0.64 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37593, 253 37594, 148 37595, 231 59186, 216 59442, 83 37596, 129 0xfd, SBC PC: 0x92d9, SP: 0xf3, A: 0x9e, X: 0x9e, Y: 0xfa, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2564] | 0.91 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45531, 249 45532, 213 45533, 122 31392, 138 31648, 149 45534, 162 0xf9, SBC PC: 0xb1db, SP: 0x73, A: 0x68, X: 0x98, Y: 0xcb, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2731] | 0.66 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50178, 249 50179, 147 50180, 52 13427, 118 13683, 110 50181, 247 0xf9, SBC PC: 0xc402, SP: 0x9c, A: 0x2c, X: 0xcc, Y: 0xe0, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2268] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 47457, 253 47458, 33 47459, 61 15794, 21 47460, 230 0xfd, SBC PC: 0xb961, SP: 0xd0, A: 0x10, X: 0x91, Y: 0x75, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2875] | 0.63 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2986, 249 2987, 85 2988, 47 12277, 92 2989, 48 0xf9, SBC PC: 0x0baa, SP: 0x26, A: 0xec, X: 0x49, Y: 0xa0, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2370] | 0.90 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 57531, 253 57532, 30 57533, 110 28269, 182 57534, 16 0xfd, SBC PC: 0xe0bb, SP: 0x80, A: 0x06, X: 0x4f, Y: 0xe0, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 80 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2321] | 0.58 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10862, 253 10863, 145 10864, 8 2172, 88 2428, 200 10865, 83 0xfd, SBC PC: 0x2a6e, SP: 0x81, A: 0x1a, X: 0xeb, Y: 0x8f, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 82 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2650] | 0.84 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50455, 249 50456, 78 50457, 236 60421, 235 60677, 227 50458, 122 0xf9, SBC PC: 0xc517, SP: 0xea, A: 0x6f, X: 0x3a, Y: 0xb7, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 140 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2840] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28874, 249 28875, 183 28876, 151 38744, 162 39000, 66 28877, 105 0xf9, SBC PC: 0x70ca, SP: 0xce, A: 0x73, X: 0x53, Y: 0xa1, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2518] | 0.85 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 6116, 249 6117, 177 6118, 188 48181, 54 48437, 28 6119, 24 0xf9, SBC PC: 0x17e4, SP: 0x26, A: 0x17, X: 0x2a, Y: 0x84, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2771] | 0.83 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2191, 249 2192, 144 2193, 32 8288, 253 8544, 222 2194, 255 0xf9, SBC PC: 0x088f, SP: 0x15, A: 0x30, X: 0xc7, Y: 0xd0, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 81 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2692] | 0.95 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 55003, 249 55004, 54 55005, 192 49216, 46 55006, 147 0xf9, SBC PC: 0xd6db, SP: 0x94, A: 0xba, X: 0x0a, Y: 0x0a, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2423] | 0.59 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39518, 253 39519, 82 39520, 193 49568, 30 39521, 137 0xfd, SBC PC: 0x9a5e, SP: 0xca, A: 0x02, X: 0x4e, Y: 0x1f, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2212] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 4880, 253 4881, 224 4882, 152 38922, 186 39178, 53 4883, 112 0xfd, SBC PC: 0x1310, SP: 0x61, A: 0x1d, X: 0x2a, Y: 0x49, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2472] | 0.85 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41226, 253 41227, 193 41228, 209 53575, 66 53831, 135 41229, 141 0xfd, SBC PC: 0xa10a, SP: 0x97, A: 0x83, X: 0x86, Y: 0x99, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2806] | 0.68 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37082, 249 37083, 141 37084, 207 53087, 46 53343, 30 37085, 84 0xf9, SBC PC: 0x90da, SP: 0x22, A: 0x1f, X: 0x72, Y: 0xd2, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2732] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32197, 249 32198, 199 32199, 151 38757, 131 39013, 40 32200, 35 0xf9, SBC PC: 0x7dc5, SP: 0x44, A: 0x83, X: 0x25, Y: 0x9e, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2269] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 56344, 253 56345, 174 56346, 210 53866, 119 54122, 0 56347, 43 0xfd, SBC PC: 0xdc18, SP: 0x54, A: 0x8b, X: 0xbc, Y: 0x71, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2876] | 0.86 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8180, 249 8181, 118 8182, 158 40607, 92 8183, 106 0xf9, SBC PC: 0x1ff4, SP: 0xc0, A: 0xad, X: 0xe5, Y: 0x29, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2322] | 0.81 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 14307, 253 14308, 46 14309, 194 49755, 26 14310, 64 0xfd, SBC PC: 0x37e3, SP: 0x63, A: 0x5c, X: 0x2d, Y: 0x22, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2608] | 0.75 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46137, 249 46138, 146 46139, 8 2137, 118 2393, 63 46140, 54 0xf9, SBC PC: 0xb439, SP: 0xe9, A: 0xad, X: 0x2f, Y: 0xc7, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2565] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 54465, 249 54466, 235 54467, 96 24778, 247 25034, 209 54468, 91 0xf9, SBC PC: 0xd4c1, SP: 0xd7, A: 0xc9, X: 0xcd, Y: 0xdf, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2371] | 0.75 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6499, 253 6500, 233 6501, 127 32743, 134 32999, 182 6502, 248 0xfd, SBC PC: 0x1963, SP: 0x4e, A: 0xc8, X: 0xfe, Y: 0xc8, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2424] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 41659, 253 41660, 254 41661, 21 5618, 138 5874, 40 41662, 172 0xfd, SBC PC: 0xa2bb, SP: 0x92, A: 0xfb, X: 0xf4, Y: 0x01, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 467 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2651] | 0.71 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32736, 249 32737, 194 32738, 244 62519, 31 62775, 56 32739, 192 0xf9, SBC PC: 0x7fe0, SP: 0x16, A: 0x0f, X: 0xec, Y: 0x75, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2841] | 0.70 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63067, 249 63068, 196 63069, 93 23981, 135 24237, 35 63070, 169 0xf9, SBC PC: 0xf65b, SP: 0xfa, A: 0xdd, X: 0x2e, Y: 0xe9, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 442 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2519] | 0.65 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56137, 249 56138, 12 56139, 44 11299, 79 56140, 63 0xf9, SBC PC: 0xdb49, SP: 0xa7, A: 0x5a, X: 0xc5, Y: 0x17, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2772] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 5063, 249 5064, 252 5065, 193 49613, 251 49869, 152 5066, 231 0xf9, SBC PC: 0x13c7, SP: 0xa6, A: 0x0c, X: 0x74, Y: 0xd1, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2213] | 0.91 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 24250, 253 24251, 205 24252, 111 28634, 109 24253, 238 0xfd, SBC PC: 0x5eba, SP: 0xba, A: 0xbf, X: 0x0d, Y: 0x9b, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2733] | 0.84 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22094, 249 22095, 173 22096, 25 6503, 231 6759, 214 22097, 159 0xf9, SBC PC: 0x564e, SP: 0x85, A: 0xe9, X: 0x19, Y: 0xba, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2270] | 0.80 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 14848, 253 14849, 177 14850, 193 49420, 208 49676, 47 14851, 66 0xfd, SBC PC: 0x3a00, SP: 0xa8, A: 0xc2, X: 0x5b, Y: 0xa4, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2807] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44822, 249 44823, 156 44824, 129 33056, 199 33312, 208 44825, 66 0xf9, SBC PC: 0xaf16, SP: 0x5b, A: 0x80, X: 0x58, Y: 0x84, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2693] | 0.74 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 43682, 249 43683, 39 43684, 191 48918, 23 49174, 67 43685, 163 0xf9, SBC PC: 0xaaa2, SP: 0x01, A: 0x33, X: 0x7c, Y: 0xef, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2473] | 0.68 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42992, 253 42993, 10 42994, 101 25916, 107 42995, 117 0xfd, SBC PC: 0xa7f0, SP: 0x88, A: 0x0b, X: 0x32, Y: 0x7a, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2609] | 0.67 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 16687, 249 16688, 34 16689, 160 41071, 42 16690, 79 0xf9, SBC PC: 0x412f, SP: 0xdb, A: 0x93, X: 0x44, Y: 0x4d, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 360 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2323] | 0.66 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 13436, 253 13437, 241 13438, 217 55559, 53 55815, 128 13439, 131 0xfd, SBC PC: 0x347c, SP: 0xb2, A: 0xab, X: 0x16, Y: 0xd3, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2877] | 0.68 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15751, 249 15752, 213 15753, 167 42862, 45 43118, 215 15754, 13 0xf9, SBC PC: 0x3d87, SP: 0xd7, A: 0x73, X: 0xb0, Y: 0x99, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 155 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2566] | 0.62 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46450, 249 46451, 69 46452, 3 787, 42 1043, 42 46453, 99 0xf9, SBC PC: 0xb572, SP: 0xa0, A: 0x64, X: 0x45, Y: 0xce, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2372] | 0.65 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42098, 253 42099, 155 42100, 93 24017, 103 42101, 152 0xfd, SBC PC: 0xa472, SP: 0xca, A: 0x0d, X: 0x36, Y: 0xde, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2520] | 0.62 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 48236, 249 48237, 2 48238, 3 913, 137 48239, 194 0xf9, SBC PC: 0xbc6c, SP: 0x58, A: 0x57, X: 0xbc, Y: 0x8f, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2842] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36465, 249 36466, 117 36467, 185 47610, 213 36468, 183 0xf9, SBC PC: 0x8e71, SP: 0x97, A: 0x84, X: 0x21, Y: 0x85, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2652] | 0.74 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46349, 249 46350, 177 46351, 21 5587, 22 46352, 221 0xf9, SBC PC: 0xb50d, SP: 0x54, A: 0x64, X: 0x67, Y: 0x22, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2773] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13834, 249 13835, 148 13836, 227 58136, 243 58392, 111 13837, 125 0xf9, SBC PC: 0x360a, SP: 0x3b, A: 0x64, X: 0x38, Y: 0x84, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2425] | 0.65 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20723, 253 20724, 108 20725, 9 2418, 149 20726, 59 0xfd, SBC PC: 0x50f3, SP: 0x4b, A: 0x50, X: 0x06, Y: 0x96, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2808] | 0.84 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 58391, 249 58392, 178 58393, 218 55811, 33 56067, 93 58394, 14 0xf9, SBC PC: 0xe417, SP: 0xaf, A: 0xc0, X: 0x17, Y: 0x51, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 355 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2214] | 0.74 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 50350, 253 50351, 139 50352, 243 62365, 219 50353, 124 0xfd, SBC PC: 0xc4ae, SP: 0x52, A: 0xfe, X: 0x12, Y: 0x69, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2474] | 0.63 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 26329, 253 26330, 98 26331, 245 62933, 161 26332, 216 0xfd, SBC PC: 0x66d9, SP: 0x2f, A: 0x1c, X: 0x73, Y: 0x76, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2271] | 0.64 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39124, 253 39125, 87 39126, 130 33498, 213 39127, 177 0xfd, SBC PC: 0x98d4, SP: 0x1b, A: 0xbb, X: 0x83, Y: 0xd2, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2694] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40465, 249 40466, 185 40467, 181 46463, 48 46719, 54 40468, 131 0xf9, SBC PC: 0x9e11, SP: 0x57, A: 0xc9, X: 0x7e, Y: 0xc6, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2734] | 0.67 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24647, 249 24648, 54 24649, 17 4352, 142 4608, 44 24650, 135 0xf9, SBC PC: 0x6047, SP: 0x6f, A: 0x4b, X: 0xbd, Y: 0xca, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2610] | 0.60 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8212, 249 8213, 185 8214, 131 33745, 78 8215, 229 0xf9, SBC PC: 0x2014, SP: 0x8d, A: 0x89, X: 0x17, Y: 0x18, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2567] | 0.59 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 12745, 249 12746, 160 12747, 8 2257, 236 12748, 186 0xf9, SBC PC: 0x31c9, SP: 0x65, A: 0xde, X: 0x74, Y: 0x31, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2324] | 0.61 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3287, 253 3288, 177 3289, 40 10256, 55 10512, 52 3290, 124 0xfd, SBC PC: 0x0cd7, SP: 0x8c, A: 0x3e, X: 0x5f, Y: 0x5b, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2878] | 0.62 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19112, 249 19113, 78 19114, 40 10454, 74 19115, 121 0xf9, SBC PC: 0x4aa8, SP: 0xf1, A: 0x0c, X: 0x7b, Y: 0x88, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2521] | 0.85 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32201, 249 32202, 68 32203, 129 33173, 42 32204, 219 0xf9, SBC PC: 0x7dc9, SP: 0xc3, A: 0x17, X: 0xc9, Y: 0x51, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2373] | 0.61 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 17130, 253 17131, 84 17132, 164 42191, 99 17133, 194 0xfd, SBC PC: 0x42ea, SP: 0x45, A: 0xbe, X: 0x7b, Y: 0x5a, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2882] | 0.87 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24033, 249 24034, 237 24035, 144 37092, 247 37348, 176 24036, 20 0xf9, SBC PC: 0x5de1, SP: 0x14, A: 0x44, X: 0xf8, Y: 0xf7, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2843] | 0.63 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42209, 249 42210, 88 42211, 129 33098, 145 33354, 222 42212, 37 0xf9, SBC PC: 0xa4e1, SP: 0x68, A: 0xb3, X: 0xec, Y: 0xf2, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2653] | 0.63 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2629, 249 2630, 137 2631, 158 40634, 240 2632, 44 0xf9, SBC PC: 0x0a45, SP: 0x6b, A: 0xf3, X: 0xa1, Y: 0x31, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2426] | 0.62 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 39557, 253 39558, 118 39559, 185 47547, 223 39560, 80 0xfd, SBC PC: 0x9a85, SP: 0x64, A: 0x3f, X: 0x45, Y: 0x22, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 95 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2475] | 0.60 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 20864, 253 20865, 59 20866, 182 46603, 233 46859, 225 20867, 94 0xfd, SBC PC: 0x5180, SP: 0xa5, A: 0x2d, X: 0xd0, Y: 0x29, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 76 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2272] | 0.61 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16798, 253 16799, 20 16800, 78 20143, 202 16801, 196 0xfd, SBC PC: 0x419e, SP: 0x9f, A: 0x00, X: 0x9b, Y: 0xae, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 54 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2809] | 0.70 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 336, 249 337, 100 338, 94 24242, 133 339, 46 0xf9, SBC PC: 0x0150, SP: 0x7b, A: 0x3e, X: 0xcc, Y: 0x4e, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2611] | 0.85 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52210, 249 52211, 99 52212, 21 5579, 3 52213, 46 0xf9, SBC PC: 0xcbf2, SP: 0xf7, A: 0x65, X: 0xc0, Y: 0x68, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2568] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44080, 249 44081, 228 44082, 10 2600, 161 2856, 224 44083, 244 0xf9, SBC PC: 0xac30, SP: 0x88, A: 0xaf, X: 0xf9, Y: 0x44, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2325] | 0.88 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 60243, 253 60244, 105 60245, 119 30660, 165 60246, 30 0xfd, SBC PC: 0xeb53, SP: 0x26, A: 0x5d, X: 0x5b, Y: 0xb4, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2735] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2302, 249 2303, 91 2304, 56 14410, 177 14666, 175 2305, 104 0xf9, SBC PC: 0x08fe, SP: 0x4d, A: 0x7d, X: 0xfd, Y: 0xef, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2215] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 40501, 253 40502, 124 40503, 147 37699, 157 37955, 157 40504, 57 0xfd, SBC PC: 0x9e35, SP: 0xdb, A: 0x66, X: 0xc7, Y: 0x8d, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2695] | 0.61 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20496, 249 20497, 141 20498, 237 60904, 39 20499, 117 0xf9, SBC PC: 0x5010, SP: 0xab, A: 0xd2, X: 0x90, Y: 0x5b, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2879] | 0.59 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 12309, 249 12310, 76 12311, 89 22979, 46 12312, 91 0xf9, SBC PC: 0x3015, SP: 0xff, A: 0x82, X: 0x6f, Y: 0x77, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2374] | 0.86 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34780, 253 34781, 174 34782, 187 48080, 220 34783, 122 0xfd, SBC PC: 0x87dc, SP: 0xa4, A: 0xac, X: 0x22, Y: 0x92, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2844] | 0.80 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32533, 249 32534, 133 32535, 34 8719, 102 8975, 91 32536, 115 0xf9, SBC PC: 0x7f15, SP: 0x9a, A: 0xb2, X: 0xa2, Y: 0x8a, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2427] | 0.84 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 465, 253 466, 25 467, 22 5870, 27 468, 170 0xfd, SBC PC: 0x01d1, SP: 0x87, A: 0xf2, X: 0xd5, Y: 0xee, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 471 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2654] | 0.91 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29531, 249 29532, 183 29533, 79 20397, 170 20653, 35 29534, 251 0xf9, SBC PC: 0x735b, SP: 0x96, A: 0x70, X: 0xbe, Y: 0xf6, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2522] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13369, 249 13370, 148 13371, 72 18580, 102 13372, 120 0xf9, SBC PC: 0x3439, SP: 0x9c, A: 0x1c, X: 0x9c, Y: 0x00, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2883] | 0.69 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46577, 249 46578, 250 46579, 70 17981, 34 18237, 113 46580, 100 0xf9, SBC PC: 0xb5f1, SP: 0x26, A: 0xe6, X: 0x58, Y: 0x43, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2476] | 0.85 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 62246, 253 62247, 48 62248, 62 15943, 170 62249, 145 0xfd, SBC PC: 0xf326, SP: 0x80, A: 0x8f, X: 0x17, Y: 0xe1, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2273] | 0.84 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5100, 253 5101, 51 5102, 223 57319, 56 5103, 103 0xfd, SBC PC: 0x13ec, SP: 0x5b, A: 0x40, X: 0xb4, Y: 0xeb, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2915] | 0.82 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29003, 249 29004, 206 29005, 53 13800, 201 29006, 229 0xf9, SBC PC: 0x714b, SP: 0xe7, A: 0xc7, X: 0x6b, Y: 0x1a, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2880] | 0.86 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9747, 249 9748, 196 9749, 217 55609, 99 55865, 204 9750, 250 0xf9, SBC PC: 0x2613, SP: 0x60, A: 0xa0, X: 0x04, Y: 0x75, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2696] | 0.89 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29454, 249 29455, 216 29456, 24 6364, 60 29457, 133 0xf9, SBC PC: 0x730e, SP: 0x26, A: 0xe8, X: 0x63, Y: 0x04, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2810] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42798, 249 42799, 118 42800, 134 34469, 7 42801, 110 0xf9, SBC PC: 0xa72e, SP: 0x29, A: 0x09, X: 0xea, Y: 0x2f, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2216] | 0.86 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25642, 253 25643, 215 25644, 169 43414, 78 43670, 137 25645, 70 0xfd, SBC PC: 0x642a, SP: 0xe6, A: 0x14, X: 0xbf, Y: 0x98, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 138 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2569] | 0.74 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11416, 249 11417, 67 11418, 108 27812, 37 11419, 71 0xf9, SBC PC: 0x2c98, SP: 0x0c, A: 0x52, X: 0x5d, Y: 0x61, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2612] | 0.68 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4727, 249 4728, 91 4729, 118 30319, 21 4730, 235 0xf9, SBC PC: 0x1277, SP: 0x5f, A: 0x0b, X: 0xed, Y: 0x14, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2326] | 0.65 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 21185, 253 21186, 147 21187, 237 60719, 204 60975, 94 21188, 106 0xfd, SBC PC: 0x52c1, SP: 0xb8, A: 0x8d, X: 0x9c, Y: 0x28, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2375] | 0.64 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 58506, 253 58507, 117 58508, 50 12838, 10 13094, 138 58509, 99 0xfd, SBC PC: 0xe48a, SP: 0x89, A: 0x3c, X: 0xb1, Y: 0x54, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2845] | 0.65 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15781, 249 15782, 141 15783, 208 53444, 234 15784, 78 0xf9, SBC PC: 0x3da5, SP: 0xcc, A: 0x79, X: 0x8f, Y: 0x37, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2523] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4674, 249 4675, 208 4676, 67 17399, 148 4677, 147 0xf9, SBC PC: 0x1242, SP: 0x3b, A: 0xe9, X: 0xee, Y: 0x27, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2884] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39477, 249 39478, 107 39479, 113 29022, 51 29278, 181 39480, 183 0xf9, SBC PC: 0x9a35, SP: 0xce, A: 0x93, X: 0xc3, Y: 0xf3, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2428] | 0.71 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48670, 253 48671, 165 48672, 103 26447, 196 26703, 26 48673, 132 0xfd, SBC PC: 0xbe1e, SP: 0x49, A: 0x96, X: 0xaa, Y: 0x36, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 380 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2655] | 0.75 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 5634, 249 5635, 180 5636, 68 17552, 99 17808, 161 5637, 79 0xf9, SBC PC: 0x1602, SP: 0x9e, A: 0xff, X: 0x79, Y: 0xdc, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2978] | 0.59 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33590, 249 33591, 29 33592, 49 12671, 20 33593, 18 0xf9, SBC PC: 0x8336, SP: 0x3e, A: 0xc5, X: 0xe0, Y: 0x62, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2477] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 3867, 253 3868, 244 3869, 222 56912, 203 57168, 2 3870, 171 0xfd, SBC PC: 0x0f1b, SP: 0xf5, A: 0x22, X: 0x5c, Y: 0xc0, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2274] | 0.65 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 65058, 253 65059, 180 65060, 37 9589, 105 9845, 196 65061, 57 0xfd, SBC PC: 0xfe22, SP: 0x59, A: 0xf7, X: 0xc1, Y: 0x28, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2916] | 0.70 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 55868, 249 55869, 164 55870, 111 28670, 17 55871, 213 0xf9, SBC PC: 0xda3c, SP: 0xbf, A: 0xd7, X: 0x4c, Y: 0x5a, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 453 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2613] | 0.63 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9385, 249 9386, 44 9387, 170 43585, 39 9388, 178 0xf9, SBC PC: 0x24a9, SP: 0x0d, A: 0x93, X: 0x69, Y: 0x15, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2881] | 0.68 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27689, 249 27690, 226 27691, 187 47948, 124 48204, 50 27692, 69 0xf9, SBC PC: 0x6c29, SP: 0x91, A: 0x5f, X: 0x8a, Y: 0x6a, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2327] | 0.62 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 42400, 253 42401, 170 42402, 81 20743, 237 20999, 254 42403, 123 0xfd, SBC PC: 0xa5a0, SP: 0x6a, A: 0x41, X: 0x5d, Y: 0xbd, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 66 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2947] | 0.74 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18869, 249 18870, 238 18871, 237 60811, 171 61067, 253 18872, 232 0xf9, SBC PC: 0x49b5, SP: 0xd2, A: 0x3f, X: 0x7f, Y: 0x9d, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 65 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2570] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10531, 249 10532, 148 10533, 152 39097, 155 10534, 50 0xf9, SBC PC: 0x2923, SP: 0xf3, A: 0xed, X: 0x45, Y: 0x25, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2217] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9441, 253 9442, 32 9443, 74 19073, 156 9444, 58 0xfd, SBC PC: 0x24e1, SP: 0xe6, A: 0xb2, X: 0x61, Y: 0x68, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2376] | 0.59 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49337, 253 49338, 139 49339, 211 54144, 123 54400, 206 49340, 3 0xfd, SBC PC: 0xc0b9, SP: 0xfc, A: 0x24, X: 0xf5, Y: 0x4f, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 86 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2846] | 0.62 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21531, 249 21532, 186 21533, 244 62481, 254 62737, 198 21534, 108 0xf9, SBC PC: 0x541b, SP: 0x7f, A: 0xcf, X: 0x6d, Y: 0x57, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2885] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30450, 249 30451, 66 30452, 89 23003, 110 30453, 201 0xf9, SBC PC: 0x76f2, SP: 0x7b, A: 0x71, X: 0x29, Y: 0x99, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2979] | 0.81 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23449, 249 23450, 21 23451, 250 64060, 18 23452, 37 0xf9, SBC PC: 0x5b99, SP: 0x2d, A: 0x26, X: 0xd9, Y: 0x27, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2429] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33305, 253 33306, 190 33307, 17 4406, 11 4662, 89 33308, 59 0xfd, SBC PC: 0x8219, SP: 0xfa, A: 0x77, X: 0x78, Y: 0xe1, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2524] | 0.67 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 46632, 249 46633, 176 46634, 135 34799, 61 46635, 37 0xf9, SBC PC: 0xb628, SP: 0x84, A: 0x1d, X: 0xd8, Y: 0x3f, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3008] | 1.05 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 27538, 225 27539, 76 27540, 3 76, 71 47, 209 48, 104 26833, 98 0xe1, SBC PC: 0x6b92, SP: 0xbc, A: 0x17, X: 0xe3, Y: 0xf2, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 180 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2478] | 0.62 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 19344, 253 19345, 50 19346, 161 41445, 86 19347, 229 0xfd, SBC PC: 0x4b90, SP: 0x17, A: 0x5c, X: 0xb3, Y: 0x1d, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2275] | 0.62 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 48296, 253 48297, 93 48298, 122 31267, 137 31523, 237 48299, 56 0xfd, SBC PC: 0xbca8, SP: 0xcd, A: 0xcf, X: 0xc6, Y: 0x06, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2917] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15468, 249 15469, 142 15470, 82 21015, 144 21271, 6 15471, 223 0xf9, SBC PC: 0x3c6c, SP: 0x38, A: 0xd3, X: 0xaf, Y: 0x89, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 460 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3038] | 0.85 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34651, 225 34652, 44 34653, 202 44, 27 166, 212 167, 228 58580, 132 0xe1, SBC PC: 0x875b, SP: 0x7d, A: 0x25, X: 0x7a, Y: 0xc0, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2328] | 0.90 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 54136, 253 54137, 195 54138, 245 62871, 53 63127, 110 54139, 33 0xfd, SBC PC: 0xd378, SP: 0x9f, A: 0x01, X: 0xd4, Y: 0x6b, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3067] | 0.94 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61826, 225 61827, 94 61828, 110 94, 126 231, 183 232, 250 64183, 129 0xe1, SBC PC: 0xf182, SP: 0x21, A: 0x88, X: 0x89, Y: 0xfb, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3095] | 0.95 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 58944, 225 58945, 120 58946, 119 120, 48 43, 135 44, 194 49799, 76 0xe1, SBC PC: 0xe640, SP: 0x56, A: 0xa6, X: 0xb3, Y: 0x6b, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2218] | 0.65 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 49078, 253 49079, 167 49080, 131 33583, 106 33839, 231 49081, 235 0xfd, SBC PC: 0xbfb6, SP: 0xf9, A: 0xf9, X: 0x88, Y: 0x15, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2948] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23560, 249 23561, 6 23562, 121 31041, 184 23563, 17 0xf9, SBC PC: 0x5c08, SP: 0x55, A: 0x9e, X: 0x01, Y: 0x3b, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2377] | 0.88 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 46689, 253 46690, 219 46691, 139 35617, 214 35873, 18 46692, 9 0xfd, SBC PC: 0xb661, SP: 0xf9, A: 0xb8, X: 0x46, Y: 0x8c, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3122] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1090, 225 1091, 118 1092, 223 118, 52 242, 28 243, 200 51228, 101 0xe1, SBC PC: 0x0442, SP: 0x6b, A: 0x02, X: 0x7c, Y: 0xd8, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2886] | 0.81 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 846, 249 847, 77 848, 12 3316, 106 849, 177 0xf9, SBC PC: 0x034e, SP: 0x43, A: 0x14, X: 0xc1, Y: 0xa7, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2430] | 0.62 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16968, 253 16969, 32 16970, 101 26008, 105 16971, 233 0xfd, SBC PC: 0x4248, SP: 0xaf, A: 0xaa, X: 0x78, Y: 0x02, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2525] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24800, 249 24801, 254 24802, 166 42538, 201 42794, 9 24803, 139 0xf9, SBC PC: 0x60e0, SP: 0xd6, A: 0xf0, X: 0x08, Y: 0x2c, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 486 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2479] | 0.83 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11644, 253 11645, 102 11646, 213 54733, 40 11647, 135 0xfd, SBC PC: 0x2d7c, SP: 0x90, A: 0xc3, X: 0x67, Y: 0x0c, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2276] | 0.91 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 25750, 253 25751, 232 25752, 36 9440, 134 9696, 110 25753, 180 0xfd, SBC PC: 0x6496, SP: 0x9e, A: 0xcb, X: 0xf8, Y: 0xd2, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2980] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40750, 249 40751, 218 40752, 190 48884, 119 40753, 90 0xf9, SBC PC: 0x9f2e, SP: 0xdd, A: 0xd6, X: 0xca, Y: 0x1a, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2918] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 25691, 249 25692, 140 25693, 201 51683, 79 25694, 113 0xf9, SBC PC: 0x645b, SP: 0x62, A: 0x1e, X: 0x01, Y: 0x57, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2219] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 5856, 253 5857, 139 5858, 244 62619, 207 5859, 42 0xfd, SBC PC: 0x16e0, SP: 0x20, A: 0xa5, X: 0x10, Y: 0x79, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3039] | 0.92 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42382, 225 42383, 37 42384, 157 37, 93 223, 220 224, 180 46300, 223 0xe1, SBC PC: 0xa58e, SP: 0xed, A: 0x1d, X: 0xba, Y: 0x31, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2949] | 0.96 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 145, 249 146, 7 147, 103 26382, 63 148, 190 0xf9, SBC PC: 0x0091, SP: 0x2b, A: 0xa5, X: 0xd6, Y: 0x07, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2329] | 0.68 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 21895, 253 21896, 38 21897, 34 8775, 161 21898, 155 0xfd, SBC PC: 0x5587, SP: 0x18, A: 0x90, X: 0x21, Y: 0x62, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3009] | 0.73 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 59796, 225 59797, 205 59798, 218 205, 38 152, 164 153, 56 14500, 208 0xe1, SBC PC: 0xe994, SP: 0xd4, A: 0x45, X: 0xcb, Y: 0x1e, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 117 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3068] | 0.73 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 46425, 225 46426, 183 46427, 64 183, 221 175, 131 176, 131 33667, 159 0xe1, SBC PC: 0xb559, SP: 0x84, A: 0x2e, X: 0xf8, Y: 0x57, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 143 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2431] | 0.84 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 2652, 253 2653, 31 2654, 17 4555, 94 2655, 27 0xfd, SBC PC: 0x0a5c, SP: 0x44, A: 0xbb, X: 0xac, Y: 0x3f, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2378] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 12879, 253 12880, 146 12881, 7 1958, 172 12882, 126 0xfd, SBC PC: 0x324f, SP: 0xc4, A: 0xd0, X: 0x14, Y: 0xdd, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3096] | 0.98 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 52126, 225 52127, 89 52128, 141 89, 15 250, 110 251, 176 45166, 86 0xe1, SBC PC: 0xcb9e, SP: 0xb0, A: 0x46, X: 0xa1, Y: 0x46, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2887] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 7119, 249 7120, 8 7121, 82 21226, 144 7122, 26 0xf9, SBC PC: 0x1bcf, SP: 0x07, A: 0x39, X: 0xe8, Y: 0xe2, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3123] | 0.94 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11213, 225 11214, 148 11215, 199 148, 117 241, 228 242, 186 47844, 65 0xe1, SBC PC: 0x2bcd, SP: 0xb6, A: 0x34, X: 0x5d, Y: 0xd4, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2981] | 0.63 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 5747, 249 5748, 214 5749, 171 43796, 155 44052, 212 5750, 34 0xf9, SBC PC: 0x1673, SP: 0xa2, A: 0xb1, X: 0x70, Y: 0x3e, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2919] | 0.85 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20751, 249 20752, 133 20753, 199 51165, 105 20754, 107 0xf9, SBC PC: 0x510f, SP: 0xeb, A: 0xee, X: 0xe9, Y: 0x58, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3173] | 0.67 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64207, 225 64208, 170 64209, 72 170, 33 41, 42 42, 217 55594, 150 0xe1, SBC PC: 0xfacf, SP: 0xf9, A: 0xee, X: 0x7f, Y: 0xf7, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3148] | 0.76 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23948, 225 23949, 28 23950, 178 28, 220 54, 217 55, 6 1753, 215 0xe1, SBC PC: 0x5d8c, SP: 0x46, A: 0x12, X: 0x1a, Y: 0x41, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 58 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2277] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 34206, 253 34207, 234 34208, 107 27552, 104 27808, 5 34209, 236 0xfd, SBC PC: 0x859e, SP: 0x55, A: 0xdf, X: 0xb6, Y: 0x24, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 473 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2220] | 0.83 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 37021, 253 37022, 250 37023, 112 28819, 80 29075, 157 37024, 249 0xfd, SBC PC: 0x909d, SP: 0xf8, A: 0xa8, X: 0x99, Y: 0x5d, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2330] | 0.64 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 11945, 253 11946, 107 11947, 92 23802, 75 11948, 0 0xfd, SBC PC: 0x2ea9, SP: 0xed, A: 0x80, X: 0x8f, Y: 0x0a, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3010] | 0.92 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 38598, 225 38599, 247 38600, 99 247, 108 7, 21 8, 205 52501, 91 0xe1, SBC PC: 0x96c6, SP: 0x53, A: 0x5c, X: 0x10, Y: 0x96, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2379] | 0.63 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 15807, 253 15808, 242 15809, 58 14931, 181 15187, 101 15810, 218 0xfd, SBC PC: 0x3dbf, SP: 0xc1, A: 0x34, X: 0x61, Y: 0xf8, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2888] | 0.60 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 284, 249 285, 201 286, 113 29177, 5 287, 178 0xf9, SBC PC: 0x011c, SP: 0x22, A: 0x9f, X: 0x36, Y: 0x30, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 410 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3069] | 0.97 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55942, 225 55943, 235 55944, 27 235, 45 149, 85 150, 175 44885, 186 0xe1, SBC PC: 0xda86, SP: 0xb6, A: 0xe2, X: 0xaa, Y: 0xb9, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3040] | 0.64 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 63489, 225 63490, 158 63491, 189 158, 233 28, 197 29, 86 22213, 128 0xe1, SBC PC: 0xf801, SP: 0x0e, A: 0xa8, X: 0x7e, Y: 0xf9, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2950] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23292, 249 23293, 36 23294, 194 49819, 208 23295, 179 0xf9, SBC PC: 0x5afc, SP: 0x13, A: 0x71, X: 0x52, Y: 0x77, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2982] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 18158, 249 18159, 226 18160, 192 49254, 219 49510, 27 18161, 102 0xf9, SBC PC: 0x46ee, SP: 0x7e, A: 0x02, X: 0x81, Y: 0x84, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3197] | 0.68 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41199, 225 41200, 165 41201, 95 165, 210 89, 19 90, 238 60947, 128 0xe1, SBC PC: 0xa0ef, SP: 0x57, A: 0x74, X: 0xb4, Y: 0x6d, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3174] | 0.83 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 30276, 225 30277, 24 30278, 104 24, 188 29, 2 30, 15 3842, 187 0xe1, SBC PC: 0x7644, SP: 0xd6, A: 0x25, X: 0x05, Y: 0xfe, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3097] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56775, 225 56776, 248 56777, 50 248, 33 38, 221 39, 3 989, 189 0xe1, SBC PC: 0xddc7, SP: 0x01, A: 0xd0, X: 0x2e, Y: 0x8c, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3124] | 0.71 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 44378, 225 44379, 185 44380, 1 185, 37 228, 41 229, 153 39209, 230 0xe1, SBC PC: 0xad5a, SP: 0x74, A: 0x45, X: 0x2b, Y: 0xa3, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 95 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2278] | 0.63 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 8088, 253 8089, 205 8090, 219 56302, 98 8091, 209 0xfd, SBC PC: 0x1f98, SP: 0xc2, A: 0xd7, X: 0x21, Y: 0x05, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2920] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34613, 249 34614, 86 34615, 183 46933, 112 47189, 83 34616, 53 0xf9, SBC PC: 0x8735, SP: 0xe6, A: 0x68, X: 0x86, Y: 0xff, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3149] | 0.92 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8569, 225 8570, 63 8571, 110 63, 30 150, 149 151, 124 31893, 248 0xe1, SBC PC: 0x2179, SP: 0xa2, A: 0x95, X: 0x57, Y: 0xdc, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2331] | 0.63 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 16726, 253 16727, 201 16728, 13 3385, 43 3641, 163 16729, 191 0xfd, SBC PC: 0x4156, SP: 0xbb, A: 0x75, X: 0x70, Y: 0x6d, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2221] | 0.68 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 9574, 253 9575, 40 9576, 10 2716, 243 9577, 105 0xfd, SBC PC: 0x2566, SP: 0x04, A: 0x61, X: 0x74, Y: 0x6c, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 110 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2889] | 0.85 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 401, 249 402, 3 403, 203 52217, 209 404, 139 0xf9, SBC PC: 0x0191, SP: 0x97, A: 0x35, X: 0x03, Y: 0xf6, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2380] | 0.84 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 23393, 253 23394, 131 23395, 146 37394, 238 37650, 134 23396, 69 0xfd, SBC PC: 0x5b61, SP: 0x20, A: 0xe4, X: 0x8f, Y: 0x3f, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3041] | 0.82 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 9829, 225 9830, 172 9831, 254 172, 173 77, 42 78, 140 35882, 190 0xe1, SBC PC: 0x2665, SP: 0x24, A: 0xe2, X: 0xa1, Y: 0x2d, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3198] | 0.85 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24323, 225 24324, 209 24325, 130 209, 205 20, 148 21, 196 50324, 252 0xe1, SBC PC: 0x5f03, SP: 0xc1, A: 0xd8, X: 0x43, Y: 0x92, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 219 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2951] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45464, 249 45465, 185 45466, 232 59512, 80 59768, 113 45467, 100 0xf9, SBC PC: 0xb198, SP: 0xa4, A: 0x48, X: 0x3d, Y: 0xbf, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3011] | 0.89 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56474, 225 56475, 84 56476, 83 84, 7 82, 94 83, 210 53854, 249 0xe1, SBC PC: 0xdc9a, SP: 0xd4, A: 0xd5, X: 0xfe, Y: 0x12, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2983] | 0.68 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 59123, 249 59124, 110 59125, 238 61112, 242 59126, 248 0xf9, SBC PC: 0xe6f3, SP: 0x21, A: 0xab, X: 0x82, Y: 0x4a, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3070] | 0.69 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37244, 225 37245, 216 37246, 4 216, 23 117, 60 118, 176 45116, 145 0xe1, SBC PC: 0x917c, SP: 0x25, A: 0x1d, X: 0x9d, Y: 0x1b, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2279] | 0.58 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 6438, 253 6439, 137 6440, 47 12133, 111 12389, 123 6441, 176 0xfd, SBC PC: 0x1926, SP: 0x2d, A: 0x17, X: 0xdc, Y: 0x92, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3125] | 0.86 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11011, 225 11012, 29 11013, 230 29, 175 171, 177 172, 230 59057, 204 0xe1, SBC PC: 0x2b03, SP: 0xb6, A: 0x72, X: 0x8e, Y: 0xa2, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2921] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33649, 249 33650, 15 33651, 80 20561, 248 33652, 241 0xf9, SBC PC: 0x8371, SP: 0x94, A: 0x38, X: 0x38, Y: 0x42, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 64 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3098] | 0.97 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39234, 225 39235, 231 39236, 165 231, 144 124, 21 125, 16 4117, 253 0xe1, SBC PC: 0x9942, SP: 0xcb, A: 0x24, X: 0x95, Y: 0xb4, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 39 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3175] | 0.84 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20446, 225 20447, 224 20448, 77 224, 124 175, 76 176, 53 13644, 250 0xe1, SBC PC: 0x4fde, SP: 0xb2, A: 0x3c, X: 0xcf, Y: 0x98, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 66 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3221] | 0.88 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40901, 225 40902, 102 40903, 231 102, 6 216, 187 217, 154 39611, 37 0xe1, SBC PC: 0x9fc5, SP: 0xb2, A: 0xc9, X: 0x72, Y: 0x94, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 420 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2222] | 0.62 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 33285, 253 33286, 101 33287, 152 39120, 6 33288, 146 0xfd, SBC PC: 0x8205, SP: 0xce, A: 0xf2, X: 0x6b, Y: 0xad, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 492 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3150] | 0.94 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12903, 225 12904, 254 12905, 66 254, 183 117, 51 118, 197 50483, 141 0xe1, SBC PC: 0x3267, SP: 0x5d, A: 0x46, X: 0x77, Y: 0x58, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2890] | 0.70 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45647, 249 45648, 200 45649, 85 21973, 223 45650, 140 0xf9, SBC PC: 0xb24f, SP: 0x6d, A: 0xd8, X: 0x9d, Y: 0x0d, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2381] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 1083, 253 1084, 21 1085, 99 25428, 196 1086, 98 0xfd, SBC PC: 0x043b, SP: 0x93, A: 0x40, X: 0x3f, Y: 0x14, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3042] | 0.91 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34948, 225 34949, 252 34950, 44 252, 95 49, 149 50, 187 48021, 11 0xe1, SBC PC: 0x8884, SP: 0xcf, A: 0xa0, X: 0x35, Y: 0x5f, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2952] | 0.64 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 45202, 249 45203, 231 45204, 189 48492, 5 48748, 87 45205, 107 0xf9, SBC PC: 0xb092, SP: 0x7c, A: 0x57, X: 0x5c, Y: 0x85, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3244] | 0.85 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34054, 225 34055, 222 34056, 82 222, 204 94, 212 95, 166 42708, 243 0xe1, SBC PC: 0x8506, SP: 0x45, A: 0xb0, X: 0x80, Y: 0xa7, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2984] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 49996, 249 49997, 8 49998, 79 20266, 200 49999, 32 0xf9, SBC PC: 0xc34c, SP: 0x4b, A: 0x9d, X: 0xed, Y: 0x22, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3199] | 0.93 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62075, 225 62076, 247 62077, 251 247, 247 158, 221 159, 199 51165, 95 0xe1, SBC PC: 0xf27b, SP: 0x17, A: 0xa5, X: 0xa7, Y: 0xf3, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2922] | 0.85 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 22122, 249 22123, 103 22124, 23 5982, 89 6238, 167 22125, 70 0xf9, SBC PC: 0x566a, SP: 0x83, A: 0xbd, X: 0x95, Y: 0xf7, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3071] | 0.82 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 3931, 225 3932, 191 3933, 167 191, 120 101, 175 102, 11 2991, 119 0xe1, SBC PC: 0x0f5b, SP: 0xaf, A: 0xcc, X: 0xa6, Y: 0xda, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3012] | 0.96 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53115, 225 53116, 96 53117, 185 96, 93 91, 222 92, 100 25822, 130 0xe1, SBC PC: 0xcf7b, SP: 0x2d, A: 0x70, X: 0xfb, Y: 0xb1, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2223] | 0.59 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 10566, 253 10567, 114 10568, 150 38461, 142 38717, 160 10569, 190 0xfd, SBC PC: 0x2946, SP: 0x84, A: 0xbd, X: 0xcb, Y: 0x8e, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3126] | 0.92 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40034, 225 40035, 95 40036, 141 95, 73 181, 14 182, 18 4622, 123 0xe1, SBC PC: 0x9c62, SP: 0x99, A: 0x50, X: 0x56, Y: 0x8f, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3176] | 0.91 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31798, 225 31799, 135 31800, 241 135, 162 78, 102 79, 78 20070, 113 0xe1, SBC PC: 0x7c36, SP: 0xf4, A: 0xb9, X: 0xc7, Y: 0x21, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 327 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3099] | 0.87 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 32917, 225 32918, 75 32919, 64 75, 197 73, 209 74, 222 57041, 45 0xe1, SBC PC: 0x8095, SP: 0x66, A: 0x31, X: 0xfe, Y: 0xaa, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3222] | 1.02 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 17945, 225 17946, 193 17947, 47 193, 19 57, 245 58, 239 61429, 170 0xe1, SBC PC: 0x4619, SP: 0x73, A: 0xe0, X: 0x78, Y: 0x9c, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2382] | 0.64 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 23230, 253 23231, 225 23232, 7 1801, 241 2057, 147 23233, 207 0xfd, SBC PC: 0x5abe, SP: 0xc5, A: 0x54, X: 0x28, Y: 0xd7, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2891] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 54289, 249 54290, 118 54291, 232 59518, 112 54292, 64 0xf9, SBC PC: 0xd411, SP: 0x61, A: 0x6c, X: 0xc3, Y: 0x08, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2953] | 0.81 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 19522, 249 19523, 8 19524, 7 2028, 6 19525, 79 0xf9, SBC PC: 0x4c42, SP: 0x6a, A: 0x97, X: 0xce, Y: 0xe4, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3151] | 1.10 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37074, 225 37075, 161 37076, 16 161, 91 124, 95 125, 107 27487, 233 0xe1, SBC PC: 0x90d2, SP: 0xed, A: 0x86, X: 0xdb, Y: 0x5c, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2985] | 0.58 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53201, 249 53202, 97 53203, 164 42188, 136 53204, 156 0xf9, SBC PC: 0xcfd1, SP: 0xa6, A: 0x22, X: 0xc4, Y: 0x6b, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3043] | 0.96 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35683, 225 35684, 45 35685, 208 45, 145 18, 131 19, 64 16515, 138 0xe1, SBC PC: 0x8b63, SP: 0x28, A: 0x20, X: 0xe5, Y: 0xb1, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 150 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3245] | 0.85 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 10305, 225 10306, 33 10307, 92 33, 206 34, 138 35534, 138 0xe1, SBC PC: 0x2841, SP: 0xd2, A: 0x57, X: 0x00, Y: 0x78, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2224] | 0.86 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 55816, 253 55817, 118 55818, 59 15239, 70 55819, 87 0xfd, SBC PC: 0xda08, SP: 0x0b, A: 0xf0, X: 0x11, Y: 0x22, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3072] | 0.87 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55250, 225 55251, 82 55252, 193 82, 223 24, 237 25, 78 20205, 252 0xe1, SBC PC: 0xd7d2, SP: 0x3c, A: 0xb8, X: 0xc6, Y: 0x4c, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2923] | 0.71 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 38020, 249 38021, 174 38022, 213 54650, 167 54906, 81 38023, 66 0xf9, SBC PC: 0x9484, SP: 0x6f, A: 0xfb, X: 0x96, Y: 0xcc, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3200] | 0.72 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50049, 225 50050, 222 50051, 68 222, 43 77, 150 78, 148 38038, 89 0xe1, SBC PC: 0xc381, SP: 0x4e, A: 0xa4, X: 0x6f, Y: 0x15, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3013] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 52600, 225 52601, 111 52602, 29 111, 13 249, 78 250, 42 10830, 28 0xe1, SBC PC: 0xcd78, SP: 0x42, A: 0x82, X: 0x8a, Y: 0x12, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3266] | 0.89 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35093, 225 35094, 163 35095, 89 163, 18 178, 82 179, 65 16722, 55 0xe1, SBC PC: 0x8915, SP: 0x03, A: 0x33, X: 0x0f, Y: 0x4d, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3127] | 0.70 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55283, 225 55284, 32 55285, 243 32, 80 62, 166 63, 85 21926, 134 0xe1, SBC PC: 0xd7f3, SP: 0x78, A: 0x4f, X: 0x1e, Y: 0x68, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2892] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32759, 249 32760, 65 32761, 186 47786, 33 32762, 230 0xf9, SBC PC: 0x7ff7, SP: 0xc5, A: 0x52, X: 0x2a, Y: 0x69, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3177] | 0.70 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64102, 225 64103, 185 64104, 171 185, 68 93, 242 94, 72 18674, 234 0xe1, SBC PC: 0xfa66, SP: 0x24, A: 0x8a, X: 0xa4, Y: 0xae, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2986] | 0.83 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34607, 249 34608, 166 34609, 223 57159, 114 57415, 240 34610, 155 0xf9, SBC PC: 0x872f, SP: 0xa3, A: 0xe9, X: 0x5e, Y: 0xa1, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3100] | 1.01 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 33931, 225 33932, 156 33933, 138 156, 205 37, 133 38, 7 1925, 26 0xe1, SBC PC: 0x848b, SP: 0xd3, A: 0xd9, X: 0x89, Y: 0x81, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 446 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2954] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 60290, 249 60291, 158 60292, 180 46269, 196 60293, 155 0xf9, SBC PC: 0xeb82, SP: 0x2f, A: 0xa8, X: 0x23, Y: 0x1f, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3223] | 0.72 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20065, 225 20066, 140 20067, 234 140, 93 170, 54 171, 22 5686, 21 0xe1, SBC PC: 0x4e61, SP: 0x4f, A: 0x0e, X: 0x1e, Y: 0x74, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2924] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28880, 249 28881, 127 28882, 9 2324, 252 2580, 166 28883, 25 0xf9, SBC PC: 0x70d0, SP: 0x6e, A: 0x3c, X: 0x99, Y: 0x95, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3246] | 0.91 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12281, 225 12282, 231 12283, 119 231, 238 232, 90 233, 191 48986, 124 0xe1, SBC PC: 0x2ff9, SP: 0x43, A: 0x89, X: 0x01, Y: 0x08, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3201] | 0.87 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20741, 225 20742, 33 20743, 110 33, 126 179, 85 180, 227 58197, 239 0xe1, SBC PC: 0x5105, SP: 0x48, A: 0x80, X: 0x92, Y: 0x2c, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 144 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json-i2225] | 0.77 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/fd.json 18553, 253 18554, 99 18555, 117 29956, 94 30212, 23 18556, 56 0xfd, SBC PC: 0x4879, SP: 0x27, A: 0x4e, X: 0xa1, Y: 0xce, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3073] | 0.99 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 27952, 225 27953, 73 27954, 140 73, 164 23, 199 24, 157 40391, 25 0xe1, SBC PC: 0x6d30, SP: 0x1a, A: 0x8f, X: 0xce, Y: 0xbd, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 374 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3044] | 0.73 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51768, 225 51769, 196 51770, 1 196, 166 226, 216 227, 47 12248, 188 0xe1, SBC PC: 0xca38, SP: 0x58, A: 0xbb, X: 0x1e, Y: 0xca, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3152] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37020, 225 37021, 138 37022, 144 138, 135 199, 2 200, 21 5378, 4 0xe1, SBC PC: 0x909c, SP: 0x47, A: 0xab, X: 0x3d, Y: 0x0d, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 422 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2893] | 0.84 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28099, 249 28100, 22 28101, 215 55066, 42 28102, 47 0xf9, SBC PC: 0x6dc3, SP: 0x14, A: 0x0e, X: 0x0f, Y: 0x04, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3014] | 0.96 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53914, 225 53915, 24 53916, 253 24, 145 111, 18 112, 237 60690, 109 0xe1, SBC PC: 0xd29a, SP: 0x86, A: 0x01, X: 0x57, Y: 0x09, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3128] | 0.80 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55400, 225 55401, 28 55402, 141 28, 11 249, 59 250, 251 64315, 119 0xe1, SBC PC: 0xd868, SP: 0xd9, A: 0x0f, X: 0xdd, Y: 0x95, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3178] | 0.86 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 25271, 225 25272, 247 25273, 8 247, 18 182, 82 183, 51 13138, 177 0xe1, SBC PC: 0x62b7, SP: 0xc9, A: 0x49, X: 0xbf, Y: 0x7e, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2955] | 0.63 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30522, 249 30523, 7 30524, 103 26382, 125 30525, 89 0xf9, SBC PC: 0x773a, SP: 0xf7, A: 0x4a, X: 0x29, Y: 0x07, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3267] | 0.91 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20647, 225 20648, 132 20649, 61 132, 250 161, 123 162, 147 37755, 249 0xe1, SBC PC: 0x50a7, SP: 0xb7, A: 0xb7, X: 0x1d, Y: 0x15, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2987] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39450, 249 39451, 199 39452, 28 7175, 185 7431, 251 39453, 79 0xf9, SBC PC: 0x9a1a, SP: 0x6c, A: 0xd8, X: 0xd4, Y: 0x40, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3224] | 0.84 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19003, 225 19004, 134 19005, 193 134, 158 135, 202 51870, 178 0xe1, SBC PC: 0x4a3b, SP: 0xf1, A: 0x80, X: 0x00, Y: 0x4e, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2925] | 0.60 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56495, 249 56496, 14 56497, 27 6977, 143 56498, 49 0xf9, SBC PC: 0xdcaf, SP: 0xd3, A: 0x46, X: 0x61, Y: 0x33, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3101] | 0.75 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56205, 225 56206, 97 56207, 164 97, 42 207, 207 208, 39 10191, 245 0xe1, SBC PC: 0xdb8d, SP: 0x56, A: 0x42, X: 0x6e, Y: 0xe6, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 77 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3045] | 0.86 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62575, 225 62576, 177 62577, 174 177, 165 54, 10 55, 235 60170, 17 0xe1, SBC PC: 0xf46f, SP: 0xf0, A: 0xf5, X: 0x85, Y: 0x19, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 484 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3287] | 1.00 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61948, 225 61949, 132 61950, 168 132, 139 3, 203 4, 249 63947, 26 0xe1, SBC PC: 0xf1fc, SP: 0x01, A: 0xcc, X: 0x7f, Y: 0x2a, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3153] | 0.94 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23289, 225 23290, 215 23291, 47 215, 184 160, 44 161, 86 22060, 247 0xe1, SBC PC: 0x5af9, SP: 0x87, A: 0x12, X: 0xc9, Y: 0x4c, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 27 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3202] | 0.92 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7627, 225 7628, 208 7629, 146 208, 201 30, 223 31, 131 33759, 146 0xe1, SBC PC: 0x1dcb, SP: 0x38, A: 0x32, X: 0x4e, Y: 0x0f, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 160 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3247] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 9845, 225 9846, 164 9847, 189 164, 135 238, 73 239, 210 53833, 228 0xe1, SBC PC: 0x2675, SP: 0x69, A: 0xed, X: 0x4a, Y: 0x00, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2956] | 0.83 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 65135, 249 65136, 170 65137, 168 43227, 79 65138, 19 0xf9, SBC PC: 0xfe6f, SP: 0xc0, A: 0x84, X: 0x2d, Y: 0x31, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 309 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2894] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 2173, 249 2174, 116 2175, 185 47572, 168 2176, 125 0xf9, SBC PC: 0x087d, SP: 0xc7, A: 0xa0, X: 0x35, Y: 0x60, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3129] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5519, 225 5520, 164 5521, 204 164, 225 114, 214 115, 170 43734, 81 0xe1, SBC PC: 0x158f, SP: 0xd9, A: 0xec, X: 0xce, Y: 0x22, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3074] | 0.72 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55318, 225 55319, 126 55320, 71 126, 130 37, 255 38, 87 22527, 71 0xe1, SBC PC: 0xd816, SP: 0xf3, A: 0xea, X: 0xa7, Y: 0x0e, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 418 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2988] | 0.64 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 21371, 249 21372, 72 21373, 140 35903, 103 36159, 74 21374, 156 0xf9, SBC PC: 0x537b, SP: 0xca, A: 0x9f, X: 0xec, Y: 0xf7, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3179] | 0.89 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 17738, 225 17739, 32 17740, 231 32, 56 169, 211 170, 97 25043, 61 0xe1, SBC PC: 0x454a, SP: 0x68, A: 0xca, X: 0x89, Y: 0xc9, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3015] | 0.97 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56727, 225 56728, 26 56729, 158 26, 68 55, 232 56, 191 49128, 87 0xe1, SBC PC: 0xdd97, SP: 0x4e, A: 0xbd, X: 0x1d, Y: 0x7f, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2926] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 48401, 249 48402, 243 48403, 231 59278, 174 59534, 203 48404, 156 0xf9, SBC PC: 0xbd11, SP: 0x85, A: 0x88, X: 0x91, Y: 0x9b, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 188 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3268] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 22747, 225 22748, 213 22749, 23 213, 232 6, 154 7, 21 5530, 67 0xe1, SBC PC: 0x58db, SP: 0xc6, A: 0x82, X: 0x31, Y: 0x34, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3225] | 0.83 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1563, 225 1564, 106 1565, 213 106, 213 217, 20 218, 28 7188, 8 0xe1, SBC PC: 0x061b, SP: 0xb6, A: 0x60, X: 0x6f, Y: 0x6c, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3102] | 0.91 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 54731, 225 54732, 8 54733, 208 8, 223 218, 126 219, 247 63358, 91 0xe1, SBC PC: 0xd5cb, SP: 0xe7, A: 0x7f, X: 0xd2, Y: 0x10, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3248] | 0.82 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37156, 225 37157, 83 37158, 221 83, 127 208, 128 209, 124 31872, 39 0xe1, SBC PC: 0x9124, SP: 0xcc, A: 0xb2, X: 0x7d, Y: 0xd7, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 394 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2895] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 17864, 249 17865, 14 17866, 9 2420, 145 17867, 139 0xf9, SBC PC: 0x45c8, SP: 0x1c, A: 0x3e, X: 0x70, Y: 0x66, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3046] | 0.91 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39908, 225 39909, 19 39910, 121 19, 145 72, 167 73, 11 2983, 201 0xe1, SBC PC: 0x9be4, SP: 0x45, A: 0x43, X: 0x35, Y: 0x3e, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2989] | 0.86 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34775, 249 34776, 193 34777, 251 64290, 231 64546, 199 34778, 59 0xf9, SBC PC: 0x87d7, SP: 0x92, A: 0xcc, X: 0x80, Y: 0x61, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3075] | 0.86 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 58345, 225 58346, 134 58347, 87 134, 98 128, 153 129, 109 28057, 112 0xe1, SBC PC: 0xe3e9, SP: 0x09, A: 0x8a, X: 0xfa, Y: 0x08, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3154] | 0.99 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61160, 225 61161, 56 61162, 209 56, 222 6, 193 7, 23 6081, 59 0xe1, SBC PC: 0xeee8, SP: 0x65, A: 0x77, X: 0xce, Y: 0xb4, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2957] | 0.74 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27155, 249 27156, 177 27157, 21 5398, 245 5654, 72 27158, 112 0xf9, SBC PC: 0x6a13, SP: 0x90, A: 0xbe, X: 0x6c, Y: 0x65, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3203] | 0.68 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62535, 225 62536, 141 62537, 46 141, 206 206, 219 207, 49 12763, 22 0xe1, SBC PC: 0xf447, SP: 0x94, A: 0x83, X: 0x41, Y: 0xbe, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3288] | 0.69 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20484, 225 20485, 28 20486, 74 28, 106 237, 205 238, 94 24269, 202 0xe1, SBC PC: 0x5004, SP: 0x36, A: 0x2b, X: 0xd1, Y: 0x8a, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 96 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3130] | 0.94 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 60419, 225 60420, 37 60421, 248 37, 187 6, 154 7, 143 36762, 80 0xe1, SBC PC: 0xec03, SP: 0x5b, A: 0x5f, X: 0xe1, Y: 0x63, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 270 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2927] | 0.64 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13087, 249 13088, 40 13089, 131 33756, 249 13090, 57 0xf9, SBC PC: 0x331f, SP: 0x8b, A: 0xcb, X: 0xf3, Y: 0xb4, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3269] | 0.87 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64870, 225 64871, 207 64872, 241 207, 154 157, 140 158, 29 7564, 16 0xe1, SBC PC: 0xfd66, SP: 0x4d, A: 0x39, X: 0xce, Y: 0x4b, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3180] | 0.68 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 443, 225 444, 129 445, 186 129, 24 100, 33 101, 122 31265, 74 0xe1, SBC PC: 0x01bb, SP: 0xbb, A: 0xc9, X: 0xe3, Y: 0x11, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 382 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3016] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26429, 225 26430, 82 26431, 170 82, 191 214, 135 215, 188 48263, 46 0xe1, SBC PC: 0x673d, SP: 0x4d, A: 0xc5, X: 0x84, Y: 0xb9, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 407 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3226] | 0.89 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31723, 225 31724, 72 31725, 168 72, 89 58, 116 59, 33 8564, 84 0xe1, SBC PC: 0x7beb, SP: 0x9d, A: 0xdd, X: 0xf2, Y: 0x76, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3103] | 0.95 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50461, 225 50462, 194 50463, 15 194, 99 199, 251 200, 196 50427, 106 0xe1, SBC PC: 0xc51d, SP: 0x44, A: 0x0c, X: 0x05, Y: 0xe5, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2896] | 0.85 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 31903, 249 31904, 213 31905, 38 9825, 186 10081, 172 31906, 182 0xf9, SBC PC: 0x7c9f, SP: 0x83, A: 0x01, X: 0xdf, Y: 0x8c, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3249] | 0.86 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 9612, 225 9613, 217 9614, 32 217, 139 34, 20 35, 49 12564, 191 0xe1, SBC PC: 0x258c, SP: 0xf6, A: 0x46, X: 0x49, Y: 0xb2, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3204] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16843, 225 16844, 79 16845, 63 79, 173 34, 129 35, 196 50305, 174 0xe1, SBC PC: 0x41cb, SP: 0x39, A: 0x1d, X: 0xd3, Y: 0xc9, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 110 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3289] | 0.84 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16513, 225 16514, 30 16515, 254 30, 171 251, 14 252, 217 55566, 20 0xe1, SBC PC: 0x4081, SP: 0xb1, A: 0x85, X: 0xdd, Y: 0x66, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 369 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2958] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 51624, 249 51625, 146 51626, 77 19896, 118 51627, 168 0xf9, SBC PC: 0xc9a8, SP: 0x4f, A: 0xee, X: 0x11, Y: 0x26, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3047] | 0.70 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 63362, 225 63363, 88 63364, 238 88, 118 22, 72 23, 69 17736, 33 0xe1, SBC PC: 0xf782, SP: 0xab, A: 0xa5, X: 0xbe, Y: 0xc2, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2990] | 0.69 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 9978, 249 9979, 61 9980, 227 58262, 218 9981, 100 0xf9, SBC PC: 0x26fa, SP: 0xa2, A: 0x94, X: 0x0e, Y: 0x59, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2928] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 30402, 249 30403, 205 30404, 45 11556, 26 11812, 24 30405, 32 0xf9, SBC PC: 0x76c2, SP: 0x97, A: 0xa9, X: 0x8f, Y: 0x57, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 401 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3076] | 0.95 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 27333, 225 27334, 128 27335, 82 128, 124 131, 33 132, 65 16673, 2 0xe1, SBC PC: 0x6ac5, SP: 0xe8, A: 0x36, X: 0x03, Y: 0xc3, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3181] | 0.84 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29409, 225 29410, 191 29411, 224 191, 105 35, 218 36, 163 41946, 5 0xe1, SBC PC: 0x72e1, SP: 0x01, A: 0xd9, X: 0x64, Y: 0x22, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 468 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3155] | 0.76 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 10058, 225 10059, 234 10060, 171 234, 119 175, 178 176, 252 64690, 247 0xe1, SBC PC: 0x274a, SP: 0xf2, A: 0x0c, X: 0xc5, Y: 0xb7, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 21 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3131] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5542, 225 5543, 4 5544, 138 4, 107 248, 88 249, 154 39512, 102 0xe1, SBC PC: 0x15a6, SP: 0x1e, A: 0x8f, X: 0xf4, Y: 0x2d, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3270] | 0.92 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 44574, 225 44575, 31 44576, 85 31, 83 189, 124 190, 60 15484, 150 0xe1, SBC PC: 0xae1e, SP: 0xca, A: 0xac, X: 0x9e, Y: 0xcf, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3017] | 0.93 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12007, 225 12008, 187 12009, 108 187, 84 134, 62 135, 86 22078, 238 0xe1, SBC PC: 0x2ee7, SP: 0x71, A: 0xda, X: 0xcb, Y: 0x01, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3227] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 38143, 225 38144, 48 38145, 214 48, 165 225, 22 226, 181 46358, 217 0xe1, SBC PC: 0x94ff, SP: 0x98, A: 0xab, X: 0xb1, Y: 0xc5, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2897] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27199, 249 27200, 103 27201, 33 8609, 207 27202, 243 0xf9, SBC PC: 0x6a3f, SP: 0x3d, A: 0x27, X: 0x7f, Y: 0x3a, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 88 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3104] | 0.77 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47798, 225 47799, 59 47800, 198 59, 168 241, 184 242, 65 16824, 113 0xe1, SBC PC: 0xbab6, SP: 0x73, A: 0x87, X: 0xb6, Y: 0xbc, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2929] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28204, 249 28205, 57 28206, 206 52976, 179 28207, 230 0xf9, SBC PC: 0x6e2c, SP: 0x50, A: 0xfe, X: 0xa5, Y: 0xb7, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2959] | 1.02 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 52962, 249 52963, 17 52964, 93 24034, 163 52965, 154 0xf9, SBC PC: 0xcee2, SP: 0xf0, A: 0x31, X: 0xab, Y: 0xd1, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3250] | 0.92 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37523, 225 37524, 136 37525, 194 136, 6 198, 1 199, 85 21761, 83 0xe1, SBC PC: 0x9293, SP: 0x85, A: 0x8f, X: 0x3e, Y: 0xf1, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3048] | 0.84 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53816, 225 53817, 202 53818, 249 202, 186 92, 155 93, 27 7067, 214 0xe1, SBC PC: 0xd238, SP: 0xb3, A: 0x77, X: 0x92, Y: 0x43, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2991] | 0.65 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40607, 249 40608, 68 40609, 144 36951, 105 40610, 49 0xf9, SBC PC: 0x9e9f, SP: 0xdd, A: 0x98, X: 0x73, Y: 0x13, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3205] | 0.87 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 32952, 225 32953, 183 32954, 111 183, 156 231, 190 232, 71 18366, 213 0xe1, SBC PC: 0x80b8, SP: 0x7b, A: 0x7a, X: 0x30, Y: 0x58, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3290] | 0.92 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42167, 225 42168, 137 42169, 5 137, 14 58, 227 59, 146 37603, 34 0xe1, SBC PC: 0xa4b7, SP: 0x0c, A: 0x76, X: 0xb1, Y: 0x24, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3132] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47720, 225 47721, 229 47722, 129 229, 63 6, 249 7, 188 48377, 193 0xe1, SBC PC: 0xba68, SP: 0x5c, A: 0x20, X: 0x21, Y: 0xc2, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 95 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3156] | 0.91 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39286, 225 39287, 9 39288, 38 9, 35 120, 42 121, 174 44586, 127 0xe1, SBC PC: 0x9976, SP: 0xa0, A: 0xc9, X: 0x6f, Y: 0x91, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3182] | 0.84 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35263, 225 35264, 79 35265, 126 79, 187 236, 108 237, 108 27756, 27 0xe1, SBC PC: 0x89bf, SP: 0x6a, A: 0x15, X: 0x9d, Y: 0x70, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3077] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34000, 225 34001, 48 34002, 250 48, 246 65, 204 66, 74 19148, 122 0xe1, SBC PC: 0x84d0, SP: 0x66, A: 0x8c, X: 0x11, Y: 0xed, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3228] | 0.84 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36745, 225 36746, 145 36747, 73 145, 75 1, 35 2, 130 33315, 81 0xe1, SBC PC: 0x8f89, SP: 0x96, A: 0xe7, X: 0x70, Y: 0x7f, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3271] | 0.71 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 57211, 225 57212, 81 57213, 181 81, 172 49, 166 50, 179 45990, 49 0xe1, SBC PC: 0xdf7b, SP: 0x0d, A: 0x11, X: 0xe0, Y: 0xbb, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2898] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 11233, 249 11234, 7 11235, 156 39979, 160 11236, 246 0xf9, SBC PC: 0x2be1, SP: 0x34, A: 0x2e, X: 0x27, Y: 0x24, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3018] | 1.00 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56160, 225 56161, 207 56162, 49 207, 64 66, 24 67, 205 52504, 166 0xe1, SBC PC: 0xdb60, SP: 0xdd, A: 0x17, X: 0x73, Y: 0x42, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 112 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2992] | 0.88 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44144, 249 44145, 152 44146, 15 4095, 103 44147, 234 0xf9, SBC PC: 0xac70, SP: 0x43, A: 0xd8, X: 0x9e, Y: 0x67, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 368 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3105] | 0.94 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 3556, 225 3557, 162 3558, 248 162, 99 77, 247 78, 155 39927, 31 0xe1, SBC PC: 0x0de4, SP: 0x44, A: 0xa8, X: 0xab, Y: 0xdb, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2930] | 0.67 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 35424, 249 35425, 239 35426, 102 26220, 131 26476, 248 35427, 45 0xf9, SBC PC: 0x8a60, SP: 0xc6, A: 0xce, X: 0x29, Y: 0x7d, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3049] | 0.86 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 6346, 225 6347, 116 6348, 214 116, 147 68, 169 69, 109 28073, 75 0xe1, SBC PC: 0x18ca, SP: 0xe1, A: 0x7b, X: 0xd0, Y: 0xfe, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3206] | 0.93 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 28949, 225 28950, 215 28951, 116 215, 195 188, 50 189, 108 27698, 186 0xe1, SBC PC: 0x7115, SP: 0x52, A: 0xc3, X: 0xe5, Y: 0x56, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3251] | 0.73 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51246, 225 51247, 167 51248, 188 167, 39 78, 44 79, 32 8236, 58 0xe1, SBC PC: 0xc82e, SP: 0xd8, A: 0x0a, X: 0xa7, Y: 0xc0, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3078] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 10123, 225 10124, 226 10125, 11 226, 235 25, 37 26, 60 15397, 82 0xe1, SBC PC: 0x278b, SP: 0x79, A: 0x35, X: 0x37, Y: 0x6b, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3291] | 0.67 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 45845, 225 45846, 156 45847, 62 156, 164 106, 166 107, 19 5030, 220 0xe1, SBC PC: 0xb315, SP: 0xe3, A: 0x0b, X: 0xce, Y: 0x64, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 47 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2960] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37629, 249 37630, 227 37631, 191 49094, 204 49350, 230 37632, 139 0xf9, SBC PC: 0x92fd, SP: 0xd6, A: 0xf1, X: 0x94, Y: 0xe3, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3133] | 0.89 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 57664, 225 57665, 231 57666, 96 231, 173 191, 25 192, 72 18457, 182 0xe1, SBC PC: 0xe140, SP: 0x84, A: 0x43, X: 0xd8, Y: 0x98, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3183] | 0.94 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13737, 225 13738, 4 13739, 81 4, 34 242, 199 243, 228 58567, 43 0xe1, SBC PC: 0x35a9, SP: 0x66, A: 0x03, X: 0xee, Y: 0xd3, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3157] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4190, 225 4191, 51 4192, 181 51, 74 117, 19 118, 29 7443, 15 0xe1, SBC PC: 0x105e, SP: 0x8c, A: 0x47, X: 0x42, Y: 0x9b, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2899] | 0.59 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57307, 249 57308, 4 57309, 155 39881, 82 57310, 199 0xf9, SBC PC: 0xdfdb, SP: 0xe7, A: 0x83, X: 0x05, Y: 0xc5, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3272] | 0.83 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 44260, 225 44261, 60 44262, 102 60, 70 53, 38 54, 172 44070, 55 0xe1, SBC PC: 0xace4, SP: 0x58, A: 0x07, X: 0xf9, Y: 0x11, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3229] | 0.86 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 390, 225 391, 34 392, 161 34, 69 10, 213 11, 92 23765, 85 0xe1, SBC PC: 0x0186, SP: 0x39, A: 0xe7, X: 0xe8, Y: 0xbb, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 402 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2931] | 0.63 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 29585, 249 29586, 125 29587, 9 2424, 78 2680, 87 29588, 142 0xf9, SBC PC: 0x7391, SP: 0x6c, A: 0x36, X: 0xe3, Y: 0xfb, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2993] | 0.69 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 17713, 249 17714, 212 17715, 115 29599, 187 29855, 216 17716, 116 0xf9, SBC PC: 0x4531, SP: 0xd9, A: 0xa6, X: 0x4e, Y: 0xcb, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3019] | 1.02 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56697, 225 56698, 233 56699, 45 233, 143 32, 166 33, 133 34214, 175 0xe1, SBC PC: 0xdd79, SP: 0xc7, A: 0x53, X: 0x37, Y: 0x3b, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3106] | 0.99 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 9597, 225 9598, 225 9599, 247 225, 43 254, 95 255, 83 21343, 60 0xe1, SBC PC: 0x257d, SP: 0xfb, A: 0x83, X: 0x1d, Y: 0x5d, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3252] | 0.89 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29008, 225 29009, 141 29010, 192 141, 12 41, 223 42, 81 20959, 165 0xe1, SBC PC: 0x7150, SP: 0x14, A: 0x9f, X: 0x9c, Y: 0xe3, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3292] | 0.80 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4888, 225 4889, 169 4890, 157 169, 179 166, 115 167, 83 21363, 67 0xe1, SBC PC: 0x1318, SP: 0x1a, A: 0x6f, X: 0xfd, Y: 0x02, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3050] | 0.91 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 33693, 225 33694, 64 33695, 9 64, 181 42, 33 43, 61 15649, 51 0xe1, SBC PC: 0x839d, SP: 0x45, A: 0x41, X: 0xea, Y: 0x12, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2961] | 0.74 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 51763, 249 51764, 219 51765, 36 9248, 99 9504, 233 51766, 222 0xf9, SBC PC: 0xca33, SP: 0xb4, A: 0x2b, X: 0xaf, Y: 0x45, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 66 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2900] | 0.81 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 41106, 249 41107, 38 41108, 221 56754, 16 41109, 214 0xf9, SBC PC: 0xa092, SP: 0x24, A: 0x9a, X: 0x60, Y: 0x8c, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3079] | 0.88 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36715, 225 36716, 173 36717, 215 173, 219 106, 104 107, 200 51304, 176 0xe1, SBC PC: 0x8f6b, SP: 0xbe, A: 0xf0, X: 0xbd, Y: 0xa5, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3207] | 0.67 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55695, 225 55696, 187 55697, 15 187, 78 215, 238 216, 127 32750, 127 0xe1, SBC PC: 0xd98f, SP: 0x9a, A: 0x59, X: 0x1c, Y: 0x77, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3134] | 0.95 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13356, 225 13357, 166 13358, 251 166, 66 185, 6 186, 197 50438, 9 0xe1, SBC PC: 0x342c, SP: 0x03, A: 0xc4, X: 0x13, Y: 0xd7, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 442 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3273] | 0.89 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 30816, 225 30817, 79 30818, 27 79, 142 239, 202 240, 61 15818, 153 0xe1, SBC PC: 0x7860, SP: 0x8f, A: 0x8d, X: 0xa0, Y: 0x92, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3184] | 0.73 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13462, 225 13463, 6 13464, 179 6, 173 230, 238 231, 240 61678, 2 0xe1, SBC PC: 0x3496, SP: 0x7d, A: 0x30, X: 0xe0, Y: 0x38, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2932] | 0.58 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4092, 249 4093, 52 4094, 178 45794, 16 4095, 4 0xf9, SBC PC: 0x0ffc, SP: 0x63, A: 0xb9, X: 0xc6, Y: 0xae, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 425 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3158] | 1.00 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14794, 225 14795, 130 14796, 33 130, 127 90, 201 91, 182 46793, 56 0xe1, SBC PC: 0x39ca, SP: 0x13, A: 0x99, X: 0xd8, Y: 0xe3, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3230] | 0.95 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 46473, 225 46474, 17 46475, 15 17, 219 5, 45 6, 131 33581, 77 0xe1, SBC PC: 0xb589, SP: 0xf7, A: 0x45, X: 0xf4, Y: 0x03, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2994] | 0.67 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 43630, 249 43631, 28 43632, 130 33513, 168 43633, 242 0xf9, SBC PC: 0xaa6e, SP: 0x2a, A: 0x3a, X: 0x3e, Y: 0xcd, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3293] | 0.87 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62349, 225 62350, 124 62351, 237 124, 77 213, 70 214, 143 36678, 112 0xe1, SBC PC: 0xf38d, SP: 0x3f, A: 0xdc, X: 0x59, Y: 0x4b, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 364 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2962] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 20136, 249 20137, 219 20138, 213 54619, 118 54875, 216 20139, 97 0xf9, SBC PC: 0x4ea8, SP: 0x64, A: 0x6b, X: 0x93, Y: 0x80, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3208] | 0.84 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 759, 225 760, 185 761, 215 185, 121 88, 97 89, 28 7265, 178 0xe1, SBC PC: 0x02f7, SP: 0x3e, A: 0xff, X: 0x9f, Y: 0x60, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3253] | 0.92 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37119, 225 37120, 110 37121, 160 110, 138 211, 202 212, 246 63178, 97 0xe1, SBC PC: 0x90ff, SP: 0x2b, A: 0xb1, X: 0x65, Y: 0xe8, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3020] | 0.82 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55126, 225 55127, 154 55128, 18 154, 167 248, 89 249, 165 42329, 197 0xe1, SBC PC: 0xd756, SP: 0xdf, A: 0xfd, X: 0x5e, Y: 0xde, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2901] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14651, 249 14652, 210 14653, 213 54607, 169 54863, 150 14654, 173 0xf9, SBC PC: 0x393b, SP: 0x03, A: 0x3e, X: 0xf9, Y: 0x7d, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3051] | 0.72 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40241, 225 40242, 3 40243, 117 3, 145 22, 212 23, 221 56788, 254 0xe1, SBC PC: 0x9d31, SP: 0x07, A: 0x90, X: 0x13, Y: 0xb5, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3107] | 1.04 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 33097, 225 33098, 197 33099, 67 197, 232 169, 136 170, 122 31368, 228 0xe1, SBC PC: 0x8149, SP: 0xff, A: 0x72, X: 0xe4, Y: 0x47, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2933] | 0.81 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 59542, 249 59543, 224 59544, 30 7752, 116 8008, 235 59545, 173 0xf9, SBC PC: 0xe896, SP: 0x89, A: 0x10, X: 0xbc, Y: 0x68, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 37 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3080] | 0.95 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 54308, 225 54309, 252 54310, 46 252, 102 187, 251 188, 33 8699, 205 0xe1, SBC PC: 0xd424, SP: 0x47, A: 0xdb, X: 0xbf, Y: 0x62, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3185] | 0.85 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 59115, 225 59116, 140 59117, 205 140, 24 1, 86 2, 91 23382, 204 0xe1, SBC PC: 0xe6eb, SP: 0xe2, A: 0x3f, X: 0x75, Y: 0x88, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 115 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3135] | 0.75 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 57657, 225 57658, 79 57659, 20 79, 187 114, 31 115, 150 38431, 14 0xe1, SBC PC: 0xe139, SP: 0x3d, A: 0x8d, X: 0x23, Y: 0xc9, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 382 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2995] | 0.64 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 44445, 249 44446, 178 44447, 2 731, 70 44448, 43 0xf9, SBC PC: 0xad9d, SP: 0xed, A: 0x8f, X: 0x07, Y: 0x29, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 328 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3274] | 0.71 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 63246, 225 63247, 22 63248, 45 22, 49 250, 31 251, 216 55327, 8 0xe1, SBC PC: 0xf70e, SP: 0xfc, A: 0x99, X: 0xe4, Y: 0x57, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3231] | 0.70 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1441, 225 1442, 45 1443, 129 45, 191 176, 22 177, 97 24854, 195 0xe1, SBC PC: 0x05a1, SP: 0x7f, A: 0xae, X: 0x83, Y: 0x17, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3159] | 0.78 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 63417, 225 63418, 83 63419, 83 83, 114 15, 110 16, 19 4974, 20 0xe1, SBC PC: 0xf7b9, SP: 0xad, A: 0x46, X: 0xbc, Y: 0x40, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 306 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2963] | 0.85 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28264, 249 28265, 215 28266, 48 12458, 36 12714, 78 28267, 148 0xf9, SBC PC: 0x6e68, SP: 0x29, A: 0xcf, X: 0x5d, Y: 0xd3, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 385 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2902] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 62050, 249 62051, 116 62052, 244 62517, 217 62773, 202 62053, 224 0xf9, SBC PC: 0xf262, SP: 0x8a, A: 0xd4, X: 0xb5, Y: 0xc1, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3052] | 0.86 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15553, 225 15554, 69 15555, 165 69, 229 82, 38 83, 25 6438, 127 0xe1, SBC PC: 0x3cc1, SP: 0xac, A: 0x58, X: 0x0d, Y: 0x2c, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3294] | 0.98 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14421, 225 14422, 53 14423, 52 53, 122 117, 232 118, 18 4840, 174 0xe1, SBC PC: 0x3855, SP: 0xbd, A: 0xcd, X: 0x40, Y: 0x95, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3209] | 0.90 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36475, 225 36476, 105 36477, 216 105, 108 215, 236 216, 161 41452, 79 0xe1, SBC PC: 0x8e7b, SP: 0x18, A: 0x32, X: 0x6e, Y: 0x8c, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3021] | 1.03 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 22783, 225 22784, 37 22785, 192 37, 121 103, 159 104, 167 42911, 177 0xe1, SBC PC: 0x58ff, SP: 0x85, A: 0x39, X: 0x42, Y: 0x8b, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3254] | 0.70 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11580, 225 11581, 82 11582, 210 82, 220 80, 77 81, 111 28493, 132 0xe1, SBC PC: 0x2d3c, SP: 0x46, A: 0x2e, X: 0xfe, Y: 0x47, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2934] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 14895, 249 14896, 157 14897, 245 62953, 254 14898, 47 0xf9, SBC PC: 0x3a2f, SP: 0x98, A: 0xab, X: 0xa8, Y: 0x4c, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2996] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8009, 249 8010, 239 8011, 102 26237, 235 26493, 51 8012, 239 0xf9, SBC PC: 0x1f49, SP: 0x2d, A: 0x54, X: 0x1f, Y: 0x8e, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3136] | 0.92 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16341, 225 16342, 73 16343, 91 73, 39 67, 191 68, 193 49599, 6 0xe1, SBC PC: 0x3fd5, SP: 0xaa, A: 0x70, X: 0xfa, Y: 0x3d, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3275] | 0.81 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 25356, 225 25357, 100 25358, 72 100, 157 241, 87 242, 212 54359, 25 0xe1, SBC PC: 0x630c, SP: 0xf6, A: 0xdb, X: 0x8d, Y: 0xae, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 450 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3186] | 0.91 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36988, 225 36989, 213 36990, 88 213, 117 184, 209 185, 228 58577, 223 0xe1, SBC PC: 0x907c, SP: 0x80, A: 0xc2, X: 0xe3, Y: 0xbd, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3081] | 0.67 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53959, 225 53960, 95 53961, 158 95, 119 178, 203 179, 211 54219, 236 0xe1, SBC PC: 0xd2c7, SP: 0xba, A: 0x80, X: 0x53, Y: 0x2c, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3108] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14752, 225 14753, 11 14754, 64 11, 147 240, 94 241, 178 45662, 212 0xe1, SBC PC: 0x39a0, SP: 0x8d, A: 0x02, X: 0xe5, Y: 0x1b, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 46 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3232] | 0.89 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53395, 225 53396, 18 53397, 135 18, 155 24, 170 25, 7 1962, 60 0xe1, SBC PC: 0xd093, SP: 0x5b, A: 0x09, X: 0x06, Y: 0x84, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2903] | 0.84 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13836, 249 13837, 43 13838, 66 17062, 138 13839, 126 0xf9, SBC PC: 0x360c, SP: 0x5a, A: 0xe3, X: 0xbf, Y: 0x7b, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3160] | 0.89 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 58217, 225 58218, 5 58219, 14 5, 237 25, 201 26, 85 21961, 38 0xe1, SBC PC: 0xe369, SP: 0x14, A: 0xa8, X: 0x14, Y: 0x1a, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 385 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2964] | 0.68 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42750, 249 42751, 185 42752, 227 58334, 224 42753, 20 0xf9, SBC PC: 0xa6fe, SP: 0xef, A: 0x1e, X: 0x9b, Y: 0x25, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2935] | 0.64 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32553, 249 32554, 239 32555, 35 8973, 77 9229, 50 32556, 249 0xf9, SBC PC: 0x7f29, SP: 0xee, A: 0xd7, X: 0x86, Y: 0x1e, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3255] | 0.92 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53377, 225 53378, 194 53379, 248 194, 152 24, 20 25, 156 39956, 194 0xe1, SBC PC: 0xd081, SP: 0x0e, A: 0x24, X: 0x56, Y: 0x32, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3053] | 0.93 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26205, 225 26206, 69 26207, 166 69, 241 41, 176 42, 145 37296, 175 0xe1, SBC PC: 0x665d, SP: 0xdf, A: 0x3b, X: 0xe4, Y: 0xd8, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3210] | 1.01 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36217, 225 36218, 151 36219, 236 151, 78 66, 176 67, 167 42928, 9 0xe1, SBC PC: 0x8d79, SP: 0x9c, A: 0x74, X: 0xab, Y: 0x09, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3295] | 0.79 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29446, 225 29447, 92 29448, 238 92, 240 232, 229 233, 128 32997, 1 0xe1, SBC PC: 0x7306, SP: 0x72, A: 0x21, X: 0x8c, Y: 0x72, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3082] | 0.88 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12315, 225 12316, 111 12317, 176 111, 153 121, 25 122, 120 30745, 251 0xe1, SBC PC: 0x301b, SP: 0xaf, A: 0xae, X: 0x0a, Y: 0x38, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2997] | 0.72 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 50929, 249 50930, 85 50931, 162 41520, 81 41776, 36 50932, 113 0xf9, SBC PC: 0xc6f1, SP: 0x56, A: 0xaf, X: 0xc4, Y: 0xdb, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 394 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3022] | 0.82 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23924, 225 23925, 243 23926, 62 243, 221 15, 25 16, 0 25, 67 0xe1, SBC PC: 0x5d74, SP: 0x5a, A: 0x40, X: 0x1c, Y: 0x24, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3109] | 0.96 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64110, 225 64111, 75 64112, 185 75, 207 101, 83 102, 160 41043, 82 0xe1, SBC PC: 0xfa6e, SP: 0x62, A: 0x76, X: 0x1a, Y: 0x53, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3276] | 1.10 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31435, 225 31436, 136 31437, 216 136, 180 82, 216 83, 177 45528, 91 0xe1, SBC PC: 0x7acb, SP: 0xed, A: 0x59, X: 0xca, Y: 0x0b, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3137] | 1.00 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37277, 225 37278, 67 37279, 98 67, 192 100, 195 101, 242 62147, 247 0xe1, SBC PC: 0x919d, SP: 0xc1, A: 0x15, X: 0x21, Y: 0x0c, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 30 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3187] | 0.98 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 43470, 225 43471, 197 43472, 73 197, 51 216, 35 217, 165 42275, 2 0xe1, SBC PC: 0xa9ce, SP: 0x41, A: 0xa4, X: 0x13, Y: 0xe0, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 417 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3233] | 1.10 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 46401, 225 46402, 18 46403, 35 18, 53 143, 150 144, 200 51350, 67 0xe1, SBC PC: 0xb541, SP: 0xed, A: 0x48, X: 0x7d, Y: 0x88, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2904] | 0.71 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1897, 249 1898, 95 1899, 167 42825, 49 43081, 117 1900, 144 0xf9, SBC PC: 0x0769, SP: 0x27, A: 0xb5, X: 0xd3, Y: 0xea, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2965] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 64762, 249 64763, 205 64764, 164 42002, 90 42258, 135 64765, 255 0xf9, SBC PC: 0xfcfa, SP: 0x09, A: 0x9b, X: 0x69, Y: 0x45, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 275 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2936] | 0.88 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 63798, 249 63799, 148 63800, 8 2256, 253 63801, 195 0xf9, SBC PC: 0xf936, SP: 0x70, A: 0xae, X: 0xfb, Y: 0x3c, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3161] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19378, 225 19379, 230 19380, 177 230, 145 227, 242 228, 115 29682, 65 0xe1, SBC PC: 0x4bb2, SP: 0x23, A: 0x94, X: 0xfd, Y: 0x3a, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3256] | 0.97 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 3514, 225 3515, 91 3516, 218 91, 156 231, 157 232, 107 27549, 140 0xe1, SBC PC: 0x0dba, SP: 0x95, A: 0xd7, X: 0x8c, Y: 0x6d, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3296] | 1.00 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35921, 225 35922, 165 35923, 59 165, 134 146, 168 147, 162 41640, 201 0xe1, SBC PC: 0x8c51, SP: 0xbb, A: 0xe7, X: 0xed, Y: 0x63, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2998] | 0.71 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 43164, 249 43165, 53 43166, 154 39665, 160 43167, 56 0xf9, SBC PC: 0xa89c, SP: 0x3f, A: 0xd7, X: 0x54, Y: 0xbc, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3054] | 1.00 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47150, 225 47151, 30 47152, 98 30, 41 176, 247 177, 202 51959, 24 0xe1, SBC PC: 0xb82e, SP: 0x66, A: 0xc3, X: 0x92, Y: 0x62, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3083] | 0.92 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48364, 225 48365, 107 48366, 241 107, 216 237, 75 238, 117 30027, 52 0xe1, SBC PC: 0xbcec, SP: 0xd2, A: 0xfd, X: 0x82, Y: 0xb4, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3023] | 0.86 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55892, 225 55893, 68 55894, 85 68, 223 231, 188 232, 99 25532, 215 0xe1, SBC PC: 0xda54, SP: 0xa0, A: 0x05, X: 0xa3, Y: 0x6c, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 45 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3211] | 0.72 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13751, 225 13752, 13 13753, 8 13, 206 42, 142 43, 70 18062, 151 0xe1, SBC PC: 0x35b7, SP: 0x1a, A: 0xe7, X: 0x1d, Y: 0xb0, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3110] | 0.71 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42303, 225 42304, 88 42305, 15 88, 215 74, 118 75, 177 45430, 1 0xe1, SBC PC: 0xa53f, SP: 0x5d, A: 0x9c, X: 0xf2, Y: 0x18, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2905] | 0.63 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 17815, 249 17816, 214 17817, 79 20263, 9 20519, 240 17818, 45 0xf9, SBC PC: 0x4597, SP: 0xa2, A: 0x0e, X: 0xea, Y: 0x51, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 29 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2966] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 56132, 249 56133, 242 56134, 15 4049, 199 4305, 91 56135, 206 0xf9, SBC PC: 0xdb44, SP: 0xd5, A: 0xc1, X: 0xf6, Y: 0xdf, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3188] | 0.73 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20435, 225 20436, 219 20437, 97 219, 183 253, 233 254, 27 7145, 10 0xe1, SBC PC: 0x4fd3, SP: 0xe7, A: 0x87, X: 0x22, Y: 0xd7, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 381 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3138] | 0.73 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39555, 225 39556, 217 39557, 20 217, 4 240, 79 241, 30 7759, 57 0xe1, SBC PC: 0x9a83, SP: 0x22, A: 0xb5, X: 0x17, Y: 0x0b, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 380 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3277] | 1.12 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23772, 225 23773, 120 23774, 33 120, 168 42, 64 43, 159 40768, 162 0xe1, SBC PC: 0x5cdc, SP: 0xdd, A: 0x1b, X: 0xb2, Y: 0x8a, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 121 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2937] | 0.69 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33367, 249 33368, 133 33369, 135 34736, 192 33370, 207 0xf9, SBC PC: 0x8257, SP: 0x7e, A: 0x4d, X: 0x2c, Y: 0x2b, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3162] | 0.97 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36588, 225 36589, 1 36590, 3 1, 61 4, 65 5, 247 63297, 242 0xe1, SBC PC: 0x8eec, SP: 0x87, A: 0x1f, X: 0x03, Y: 0xe3, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 45 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3234] | 0.79 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1577, 225 1578, 30 1579, 90 30, 184 208, 71 209, 64 16455, 11 0xe1, SBC PC: 0x0629, SP: 0x6f, A: 0xeb, X: 0xb2, Y: 0x1c, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 479 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2999] | 0.61 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39884, 249 39885, 206 39886, 89 22808, 229 23064, 80 39887, 203 0xf9, SBC PC: 0x9bcc, SP: 0x75, A: 0x68, X: 0x4c, Y: 0x4a, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3212] | 0.91 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40042, 225 40043, 59 40044, 70 59, 30 143, 123 144, 141 36219, 8 0xe1, SBC PC: 0x9c6a, SP: 0x15, A: 0x69, X: 0x54, Y: 0xdf, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3257] | 0.74 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11482, 225 11483, 58 11484, 143 58, 48 21, 4 22, 95 24324, 36 0xe1, SBC PC: 0x2cda, SP: 0xfb, A: 0xee, X: 0xdb, Y: 0x0b, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 457 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2906] | 0.61 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 57586, 249 57587, 144 57588, 57 14678, 69 14934, 51 57589, 106 0xf9, SBC PC: 0xe0f2, SP: 0xfd, A: 0x6e, X: 0xc2, Y: 0xc6, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 315 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3024] | 0.99 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47131, 225 47132, 149 47133, 149 149, 100 24, 118 25, 7 1910, 104 0xe1, SBC PC: 0xb81b, SP: 0x8f, A: 0xc5, X: 0x83, Y: 0xe2, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 348 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3297] | 0.96 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 18071, 225 18072, 123 18073, 112 123, 181 3, 207 4, 152 39119, 235 0xe1, SBC PC: 0x4697, SP: 0x1a, A: 0x92, X: 0x88, Y: 0xe7, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3111] | 0.83 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 52712, 225 52713, 98 52714, 200 98, 186 56, 74 57, 97 24906, 148 0xe1, SBC PC: 0xcde8, SP: 0xaf, A: 0x59, X: 0xd6, Y: 0x40, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3084] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51312, 225 51313, 241 51314, 98 241, 225 137, 170 138, 9 2474, 153 0xe1, SBC PC: 0xc870, SP: 0x4a, A: 0x7d, X: 0x98, Y: 0x72, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3055] | 0.70 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37419, 225 37420, 192 37421, 8 192, 169 140, 210 141, 255 65490, 70 0xe1, SBC PC: 0x922b, SP: 0xcd, A: 0x7a, X: 0xcc, Y: 0x8d, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2967] | 0.95 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 39346, 249 39347, 117 39348, 57 14674, 193 14930, 119 39349, 236 0xf9, SBC PC: 0x99b2, SP: 0x18, A: 0xae, X: 0x77, Y: 0xdd, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3189] | 0.90 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42677, 225 42678, 20 42679, 103 20, 128 6, 102 7, 109 28006, 166 0xe1, SBC PC: 0xa6b5, SP: 0x0d, A: 0x23, X: 0xf2, Y: 0x22, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3139] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8237, 225 8238, 221 8239, 227 221, 1 197, 75 198, 148 37963, 103 0xe1, SBC PC: 0x202d, SP: 0xa6, A: 0xfb, X: 0xe8, Y: 0xf5, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2938] | 0.64 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 23388, 249 23389, 13 23390, 239 61304, 171 23391, 31 0xf9, SBC PC: 0x5b5c, SP: 0x12, A: 0x2f, X: 0xfa, Y: 0x6b, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3000] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48116, 225 48117, 162 48118, 39 162, 17 164, 96 165, 123 31584, 96 0xe1, SBC PC: 0xbbf4, SP: 0x65, A: 0x05, X: 0x02, Y: 0xa2, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 164 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3235] | 0.91 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40596, 225 40597, 171 40598, 139 171, 59 149, 99 150, 129 33123, 33 0xe1, SBC PC: 0x9e94, SP: 0xac, A: 0x4a, X: 0xea, Y: 0xcc, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3278] | 0.85 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15361, 225 15362, 118 15363, 231 118, 5 69, 247 70, 112 28919, 165 0xe1, SBC PC: 0x3c01, SP: 0xed, A: 0xb1, X: 0xcf, Y: 0x36, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2907] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 13125, 249 13126, 1 13127, 78 20112, 76 13128, 107 0xf9, SBC PC: 0x3345, SP: 0xf1, A: 0xd1, X: 0xfa, Y: 0x8f, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3163] | 0.72 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 3660, 225 3661, 153 3662, 90 153, 62 188, 246 189, 34 8950, 61 0xe1, SBC PC: 0x0e4c, SP: 0xbe, A: 0x2f, X: 0x23, Y: 0x6b, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3258] | 0.93 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48934, 225 48935, 34 48936, 9 34, 4 123, 176 124, 68 17584, 251 0xe1, SBC PC: 0xbf26, SP: 0xd9, A: 0x66, X: 0x59, Y: 0x49, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 107 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3085] | 0.84 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42206, 225 42207, 213 42208, 121 213, 244 163, 55 164, 194 49719, 119 0xe1, SBC PC: 0xa4de, SP: 0x04, A: 0x24, X: 0xce, Y: 0x1d, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3056] | 0.94 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47929, 225 47930, 132 47931, 237 132, 184 113, 73 114, 180 46153, 99 0xe1, SBC PC: 0xbb39, SP: 0xcd, A: 0x49, X: 0xed, Y: 0x25, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3213] | 0.93 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 17775, 225 17776, 199 17777, 189 199, 2 171, 165 172, 32 8357, 151 0xe1, SBC PC: 0x456f, SP: 0x06, A: 0x9a, X: 0xe4, Y: 0x9c, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3112] | 0.88 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64395, 225 64396, 19 64397, 62 19, 22 252, 219 253, 16 4315, 91 0xe1, SBC PC: 0xfb8b, SP: 0x3b, A: 0x44, X: 0xe9, Y: 0x51, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2939] | 0.58 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 37264, 249 37265, 191 37266, 153 39195, 220 39451, 129 37267, 43 0xf9, SBC PC: 0x9190, SP: 0xde, A: 0x30, X: 0x9a, Y: 0x5c, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3298] | 0.73 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1468, 225 1469, 36 1470, 149 36, 18 46, 48 47, 250 64048, 44 0xe1, SBC PC: 0x05bc, SP: 0x92, A: 0xc2, X: 0x0a, Y: 0x3a, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 406 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3025] | 0.99 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 33422, 225 33423, 10 33424, 180 10, 17 22, 41 23, 97 24873, 250 0xe1, SBC PC: 0x828e, SP: 0x66, A: 0xea, X: 0x0c, Y: 0xbd, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2968] | 0.77 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32587, 249 32588, 119 32589, 119 30610, 188 32590, 180 0xf9, SBC PC: 0x7f4b, SP: 0xcd, A: 0xb4, X: 0x72, Y: 0x1b, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3190] | 0.98 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 30420, 225 30421, 161 30422, 236 161, 133 10, 243 11, 42 10995, 153 0xe1, SBC PC: 0x76d4, SP: 0x6f, A: 0x61, X: 0x69, Y: 0x46, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 199 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3140] | 0.97 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15204, 225 15205, 177 15206, 238 177, 232 114, 188 115, 80 20668, 80 0xe1, SBC PC: 0x3b64, SP: 0xed, A: 0x11, X: 0xc1, Y: 0x3a, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3001] | 0.92 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48783, 225 48784, 96 48785, 92 96, 84 156, 199 157, 125 32199, 71 0xe1, SBC PC: 0xbe8f, SP: 0xf1, A: 0x41, X: 0x3c, Y: 0x48, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3164] | 0.90 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 60408, 225 60409, 208 60410, 35 208, 172 7, 123 8, 187 47995, 160 0xe1, SBC PC: 0xebf8, SP: 0xf3, A: 0xbf, X: 0x37, Y: 0x6c, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3236] | 0.69 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24791, 225 24792, 179 24793, 63 179, 35 84, 174 85, 233 59822, 65 0xe1, SBC PC: 0x60d7, SP: 0x48, A: 0x1c, X: 0xa1, Y: 0xa5, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2908] | 0.65 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 33642, 249 33643, 112 33644, 239 61263, 195 61519, 75 33645, 152 0xf9, SBC PC: 0x836a, SP: 0x01, A: 0xbe, X: 0xd1, Y: 0xdf, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 370 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3279] | 1.03 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13057, 225 13058, 71 13059, 20 71, 135 39, 2 40, 243 62210, 93 0xe1, SBC PC: 0x3301, SP: 0x88, A: 0xc7, X: 0xe0, Y: 0x09, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2940] | 0.80 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 40805, 249 40806, 211 40807, 155 39864, 11 40120, 71 40808, 196 0xf9, SBC PC: 0x9f65, SP: 0x14, A: 0xf2, X: 0x93, Y: 0xe5, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3086] | 0.88 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14022, 225 14023, 33 14024, 166 33, 206 47, 237 48, 21 5613, 251 0xe1, SBC PC: 0x36c6, SP: 0xcf, A: 0x09, X: 0x0e, Y: 0x32, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 14 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3259] | 0.68 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51483, 225 51484, 26 51485, 35 26, 59 244, 7 245, 93 23815, 105 0xe1, SBC PC: 0xc91b, SP: 0x70, A: 0xf5, X: 0xda, Y: 0x33, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3057] | 1.00 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47611, 225 47612, 177 47613, 22 177, 9 198, 245 199, 177 45557, 111 0xe1, SBC PC: 0xb9fb, SP: 0x5d, A: 0x1d, X: 0x15, Y: 0xa0, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 174 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3299] | 0.92 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16063, 225 16064, 47 16065, 46 47, 228 166, 174 167, 145 37294, 249 0xe1, SBC PC: 0x3ebf, SP: 0x11, A: 0x39, X: 0x77, Y: 0xbb, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 63 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3113] | 0.90 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7237, 225 7238, 98 7239, 45 98, 21 216, 148 217, 102 26260, 92 0xe1, SBC PC: 0x1c45, SP: 0xf5, A: 0x34, X: 0x76, Y: 0x5e, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3214] | 0.70 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41853, 225 41854, 202 41855, 215 202, 197 82, 133 83, 238 61061, 250 0xe1, SBC PC: 0xa37d, SP: 0x46, A: 0x2c, X: 0x88, Y: 0x90, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 50 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2969] | 0.66 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 53370, 249 53371, 111 53372, 72 18444, 246 18700, 243 53373, 189 0xf9, SBC PC: 0xd07a, SP: 0x5c, A: 0x29, X: 0x56, Y: 0x9d, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 53 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3026] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 68, 225 69, 242 70, 230 242, 199 235, 189 236, 28 7357, 134 0xe1, SBC PC: 0x0044, SP: 0x67, A: 0xc9, X: 0xf9, Y: 0x1e, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2909] | 0.64 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36818, 249 36819, 103 36820, 240 61615, 145 36821, 102 0xf9, SBC PC: 0x8fd2, SP: 0x5a, A: 0x1b, X: 0xa0, Y: 0x48, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3191] | 0.73 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 60406, 225 60407, 243 60408, 161 243, 17 124, 123 125, 144 36987, 8 0xe1, SBC PC: 0xebf6, SP: 0x4d, A: 0xa0, X: 0x89, Y: 0xff, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 408 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3237] | 0.94 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40753, 225 40754, 43 40755, 211 43, 29 62, 95 63, 254 65119, 239 0xe1, SBC PC: 0x9f31, SP: 0x45, A: 0x63, X: 0x13, Y: 0xfc, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 116 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3141] | 0.72 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8364, 225 8365, 94 8366, 83 94, 210 196, 147 197, 0 147, 137 0xe1, SBC PC: 0x20ac, SP: 0xe7, A: 0x93, X: 0x66, Y: 0x69, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3002] | 1.00 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4078, 225 4079, 217 4080, 147 217, 153 140, 9 141, 168 43017, 224 0xe1, SBC PC: 0x0fee, SP: 0xe2, A: 0xb2, X: 0xb3, Y: 0x89, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3165] | 1.01 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7628, 225 7629, 227 7630, 132 227, 9 27, 112 28, 196 50288, 223 0xe1, SBC PC: 0x1dcc, SP: 0x92, A: 0x12, X: 0x38, Y: 0x09, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 50 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2941] | 0.67 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 8922, 249 8923, 23 8924, 172 44131, 147 8925, 214 0xf9, SBC PC: 0x22da, SP: 0x35, A: 0x52, X: 0xba, Y: 0x4c, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3260] | 0.83 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 54880, 225 54881, 141 54882, 26 141, 142 247, 249 248, 209 53753, 212 0xe1, SBC PC: 0xd660, SP: 0x1a, A: 0xf3, X: 0x6a, Y: 0x28, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3280] | 0.71 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51720, 225 51721, 8 51722, 86 8, 137 254, 119 255, 192 49271, 45 0xe1, SBC PC: 0xca08, SP: 0x74, A: 0x1f, X: 0xf6, Y: 0xea, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3087] | 0.98 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49444, 225 49445, 188 49446, 62 188, 192 20, 183 21, 170 43703, 122 0xe1, SBC PC: 0xc124, SP: 0x76, A: 0x59, X: 0x58, Y: 0x32, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3215] | 0.92 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1300, 225 1301, 214 1302, 200 214, 245 224, 3 225, 23 5891, 235 0xe1, SBC PC: 0x0514, SP: 0xc8, A: 0x81, X: 0x0a, Y: 0x87, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2970] | 0.87 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 7962, 249 7963, 80 7964, 179 45998, 0 7965, 224 0xf9, SBC PC: 0x1f1a, SP: 0x8b, A: 0x61, X: 0x08, Y: 0x5e, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3300] | 0.99 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8042, 225 8043, 212 8044, 127 212, 13 196, 36 197, 100 25636, 13 0xe1, SBC PC: 0x1f6a, SP: 0x57, A: 0x46, X: 0xf0, Y: 0x33, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3114] | 0.82 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49351, 225 49352, 134 49353, 145 134, 232 55, 70 56, 21 5446, 5 0xe1, SBC PC: 0xc0c7, SP: 0xba, A: 0x34, X: 0xb1, Y: 0xfc, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3058] | 0.75 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20418, 225 20419, 173 20420, 36 173, 48 72, 171 73, 106 27307, 176 0xe1, SBC PC: 0x4fc2, SP: 0x17, A: 0x7b, X: 0x9b, Y: 0x2f, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2910] | 0.85 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 55564, 249 55565, 138 55566, 140 35905, 125 36161, 29 55567, 52 0xf9, SBC PC: 0xd90c, SP: 0xf1, A: 0x45, X: 0x97, Y: 0xb7, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3027] | 0.89 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5647, 225 5648, 165 5649, 100 165, 158 136, 135 137, 254 65159, 82 0xe1, SBC PC: 0x160f, SP: 0xa5, A: 0xd3, X: 0xe3, Y: 0x45, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 385 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3192] | 0.93 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 18537, 225 18538, 135 18539, 84 135, 105 31, 248 32, 114 29432, 234 0xe1, SBC PC: 0x4869, SP: 0x1c, A: 0xb3, X: 0x98, Y: 0x79, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3142] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23170, 225 23171, 159 23172, 160 159, 249 174, 65 175, 112 28737, 24 0xe1, SBC PC: 0x5a82, SP: 0xf0, A: 0x1c, X: 0x0f, Y: 0xe1, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2942] | 0.62 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 42889, 249 42890, 149 42891, 245 62969, 47 42892, 199 0xf9, SBC PC: 0xa789, SP: 0x64, A: 0xeb, X: 0xb9, Y: 0x64, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3238] | 0.90 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 44220, 225 44221, 210 44222, 11 210, 211 63, 134 64, 38 9862, 186 0xe1, SBC PC: 0xacbc, SP: 0x1d, A: 0xa5, X: 0x6d, Y: 0x2d, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3003] | 0.71 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 219, 225 220, 178 221, 237 178, 136 86, 81 87, 175 44881, 125 0xe1, SBC PC: 0x00db, SP: 0x0a, A: 0xba, X: 0xa4, Y: 0x7d, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3261] | 0.87 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26986, 225 26987, 245 26988, 179 245, 161 253, 20 254, 164 42004, 213 0xe1, SBC PC: 0x696a, SP: 0xc0, A: 0xa6, X: 0x08, Y: 0x6f, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3281] | 0.85 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 60830, 225 60831, 35 60832, 92 35, 96 157, 200 158, 74 19144, 118 0xe1, SBC PC: 0xed9e, SP: 0x49, A: 0xdc, X: 0x7a, Y: 0x87, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3166] | 0.93 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64785, 225 64786, 49 64787, 79 49, 210 219, 42 220, 20 5162, 64 0xe1, SBC PC: 0xfd11, SP: 0x0c, A: 0xc6, X: 0xaa, Y: 0xea, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2971] | 0.77 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 36701, 249 36702, 32 36703, 253 64787, 91 65043, 13 36704, 227 0xf9, SBC PC: 0x8f5d, SP: 0xdf, A: 0x91, X: 0x58, Y: 0xf3, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 387 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3216] | 1.01 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 18278, 225 18279, 144 18280, 149 144, 209 118, 209 119, 13 3537, 142 0xe1, SBC PC: 0x4766, SP: 0xd4, A: 0x1f, X: 0xe6, Y: 0xb1, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 144 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3088] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36446, 225 36447, 92 36448, 12 92, 222 174, 129 175, 6 1665, 44 0xe1, SBC PC: 0x8e5e, SP: 0xc7, A: 0xfd, X: 0x52, Y: 0x77, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 465 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3059] | 0.93 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11204, 225 11205, 131 11206, 87 131, 205 3, 245 4, 16 4341, 11 0xe1, SBC PC: 0x2bc4, SP: 0x21, A: 0x35, X: 0x80, Y: 0x2f, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3115] | 1.00 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8201, 225 8202, 161 8203, 78 161, 9 212, 79 213, 19 4943, 75 0xe1, SBC PC: 0x2009, SP: 0x4c, A: 0xd4, X: 0x33, Y: 0x1e, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 392 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2911] | 0.70 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 1835, 249 1836, 100 1837, 121 31186, 125 1838, 196 0xf9, SBC PC: 0x072b, SP: 0x18, A: 0xad, X: 0x59, Y: 0x6e, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2943] | 0.89 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15079, 249 15080, 42 15081, 10 2648, 52 15082, 236 0xf9, SBC PC: 0x3ae7, SP: 0x15, A: 0x3c, X: 0x68, Y: 0x2e, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3301] | 1.18 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56613, 225 56614, 29 56615, 234 29, 194 137, 59 138, 48 12347, 59 0xe1, SBC PC: 0xdd25, SP: 0xe5, A: 0xb0, X: 0x6c, Y: 0x13, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3028] | 1.00 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26324, 225 26325, 142 26326, 227 142, 142 217, 167 218, 240 61607, 88 0xe1, SBC PC: 0x66d4, SP: 0x22, A: 0xe7, X: 0x4b, Y: 0xa1, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3193] | 1.01 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20999, 225 21000, 179 21001, 124 179, 120 159, 206 160, 206 52942, 51 0xe1, SBC PC: 0x5207, SP: 0x4b, A: 0x67, X: 0xec, Y: 0xe0, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3143] | 0.71 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 45373, 225 45374, 105 45375, 101 105, 10 138, 21 139, 222 56853, 94 0xe1, SBC PC: 0xb13d, SP: 0x72, A: 0xb5, X: 0x21, Y: 0xc7, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3004] | 0.94 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62449, 225 62450, 207 62451, 189 207, 46 223, 80 224, 99 25424, 93 0xe1, SBC PC: 0xf3f1, SP: 0xd3, A: 0x5c, X: 0x10, Y: 0x39, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3239] | 1.04 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1363, 225 1364, 14 1365, 134 14, 72 15, 193 16, 3 961, 245 0xe1, SBC PC: 0x0553, SP: 0x44, A: 0x9f, X: 0x01, Y: 0x73, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3282] | 0.98 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4924, 225 4925, 201 4926, 20 201, 155 171, 10 172, 130 33290, 231 0xe1, SBC PC: 0x133c, SP: 0xab, A: 0xd8, X: 0xe2, Y: 0xbc, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3262] | 0.96 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13752, 225 13753, 203 13754, 48 203, 238 82, 102 83, 74 19046, 115 0xe1, SBC PC: 0x35b8, SP: 0x8a, A: 0x6f, X: 0x87, Y: 0xfc, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2972] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 3636, 249 3637, 184 3638, 181 46524, 95 3639, 237 0xf9, SBC PC: 0x0e34, SP: 0x03, A: 0x7c, X: 0xdd, Y: 0x04, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3089] | 0.92 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48958, 225 48959, 84 48960, 108 84, 194 19, 111 20, 165 42351, 225 0xe1, SBC PC: 0xbf3e, SP: 0xdc, A: 0x01, X: 0xbf, Y: 0xde, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 31 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3167] | 1.08 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61793, 225 61794, 183 61795, 96 183, 130 139, 94 140, 106 27230, 8 0xe1, SBC PC: 0xf161, SP: 0xa6, A: 0xf0, X: 0xd4, Y: 0x2f, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 488 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2912] | 0.70 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 32895, 249 32896, 203 32897, 203 52093, 64 52349, 214 32898, 128 0xf9, SBC PC: 0x807f, SP: 0x2c, A: 0x53, X: 0xf6, Y: 0xb2, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3060] | 1.05 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 60141, 225 60142, 110 60143, 223 110, 162 234, 104 235, 117 30056, 200 0xe1, SBC PC: 0xeaed, SP: 0x84, A: 0xf1, X: 0x7c, Y: 0xf4, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3217] | 0.75 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 52750, 225 52751, 47 52752, 28 47, 202 116, 248 117, 230 59128, 63 0xe1, SBC PC: 0xce0e, SP: 0x56, A: 0x8e, X: 0x45, Y: 0x06, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3144] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23338, 225 23339, 1 23340, 46 1, 35 4, 184 5, 218 55992, 252 0xe1, SBC PC: 0x5b2a, SP: 0xd3, A: 0x55, X: 0x03, Y: 0xd1, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 89 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3116] | 1.04 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 38869, 225 38870, 107 38871, 179 107, 27 147, 23 148, 54 13847, 40 0xe1, SBC PC: 0x97d5, SP: 0x3d, A: 0x13, X: 0x28, Y: 0xfb, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2944] | 0.75 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4245, 249 4246, 100 4247, 10 2786, 212 4248, 9 0xf9, SBC PC: 0x1095, SP: 0x5d, A: 0x3d, X: 0xc6, Y: 0x7e, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3029] | 0.66 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29526, 225 29527, 178 29528, 122 178, 175 140, 164 141, 74 19108, 35 0xe1, SBC PC: 0x7356, SP: 0xdd, A: 0x29, X: 0xda, Y: 0xec, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3194] | 0.72 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24863, 225 24864, 109 24865, 36 109, 8 134, 36 135, 105 26916, 245 0xe1, SBC PC: 0x611f, SP: 0x21, A: 0xed, X: 0x19, Y: 0x28, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3005] | 0.70 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14093, 225 14094, 180 14095, 5 180, 238 35, 127 36, 199 51071, 208 0xe1, SBC PC: 0x370d, SP: 0xb8, A: 0xb4, X: 0x6f, Y: 0x4c, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3302] | 0.80 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56548, 225 56549, 190 56550, 133 190, 9 111, 135 112, 131 33671, 156 0xe1, SBC PC: 0xdce4, SP: 0xe0, A: 0x55, X: 0xb1, Y: 0xf6, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2973] | 0.63 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 24022, 249 24023, 248 24024, 72 18681, 93 24025, 4 0xf9, SBC PC: 0x5dd6, SP: 0x96, A: 0x29, X: 0xe0, Y: 0x01, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2913] | 0.58 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 6975, 249 6976, 142 6977, 243 62305, 13 62561, 32 6978, 36 0xf9, SBC PC: 0x1b3f, SP: 0x43, A: 0x0c, X: 0xa1, Y: 0xd3, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3240] | 0.79 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11230, 225 11231, 38 11232, 143 38, 159 164, 239 165, 14 3823, 118 0xe1, SBC PC: 0x2bde, SP: 0x93, A: 0x48, X: 0x7e, Y: 0x26, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3263] | 0.73 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15016, 225 15017, 18 15018, 164 18, 148 246, 85 247, 97 24917, 101 0xe1, SBC PC: 0x3aa8, SP: 0x5c, A: 0x68, X: 0xe4, Y: 0x70, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3283] | 1.03 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40084, 225 40085, 132 40086, 13 132, 231 149, 46 150, 79 20270, 13 0xe1, SBC PC: 0x9c94, SP: 0x20, A: 0x05, X: 0x11, Y: 0xc8, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3090] | 0.66 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 45913, 225 45914, 74 45915, 190 74, 152 31, 5 32, 84 21509, 222 0xe1, SBC PC: 0xb359, SP: 0x78, A: 0xa0, X: 0xd5, Y: 0x6b, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3218] | 0.91 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35007, 225 35008, 141 35009, 126 141, 153 7, 36 8, 248 63524, 145 0xe1, SBC PC: 0x88bf, SP: 0x52, A: 0x7e, X: 0x7a, Y: 0x3d, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2945] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 27172, 249 27173, 29 27174, 153 39240, 68 27175, 37 0xf9, SBC PC: 0x6a24, SP: 0x72, A: 0xc5, X: 0xc9, Y: 0x2b, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 384 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3168] | 1.03 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1852, 225 1853, 121 1854, 57 121, 114 69, 220 70, 197 50652, 57 0xe1, SBC PC: 0x073c, SP: 0x80, A: 0x12, X: 0xcc, Y: 0xfb, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3145] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31228, 225 31229, 187 31230, 171 187, 135 158, 143 159, 56 14479, 215 0xe1, SBC PC: 0x79fc, SP: 0x76, A: 0xa7, X: 0xe3, Y: 0xdb, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3030] | 0.97 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5887, 225 5888, 191 5889, 201 191, 109 36, 106 37, 247 63338, 109 0xe1, SBC PC: 0x16ff, SP: 0x6f, A: 0x4b, X: 0x65, Y: 0xde, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 222 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3061] | 0.71 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55908, 225 55909, 207 55910, 83 207, 153 41, 76 42, 63 16204, 211 0xe1, SBC PC: 0xda64, SP: 0xeb, A: 0xed, X: 0x5a, Y: 0x8f, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2974] | 0.94 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 28944, 249 28945, 160 28946, 15 3856, 12 4112, 5 28947, 53 0xf9, SBC PC: 0x7110, SP: 0x0d, A: 0xdc, X: 0x5c, Y: 0x70, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 471 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3195] | 0.97 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36210, 225 36211, 40 36212, 121 40, 170 158, 201 159, 44 11465, 238 0xe1, SBC PC: 0x8d72, SP: 0x9f, A: 0x87, X: 0x76, Y: 0xc7, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3006] | 0.80 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 10916, 225 10917, 161 10918, 192 161, 86 115, 50 116, 95 24370, 240 0xe1, SBC PC: 0x2aa4, SP: 0x15, A: 0x46, X: 0xd2, Y: 0x83, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 86 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3117] | 1.04 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4953, 225 4954, 222 4955, 118 222, 51 30, 219 31, 206 52955, 192 0xe1, SBC PC: 0x1359, SP: 0xcd, A: 0x93, X: 0x40, Y: 0x86, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2914] | 0.83 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 34279, 249 34280, 216 34281, 208 53433, 233 53689, 206 34282, 29 0xf9, SBC PC: 0x85e7, SP: 0x69, A: 0x6b, X: 0x45, Y: 0xe1, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3303] | 1.09 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29058, 225 29059, 134 29060, 65 134, 131 148, 54 149, 94 24118, 24 0xe1, SBC PC: 0x7182, SP: 0x9d, A: 0xac, X: 0x0e, Y: 0x64, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3264] | 0.87 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4205, 225 4206, 48 4207, 203 48, 45 224, 140 225, 11 2956, 46 0xe1, SBC PC: 0x106d, SP: 0x98, A: 0xfd, X: 0xb0, Y: 0x30, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 462 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3091] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24763, 225 24764, 45 24765, 47 45, 75 174, 212 175, 67 17364, 208 0xe1, SBC PC: 0x60bb, SP: 0xa3, A: 0xf5, X: 0x81, Y: 0x72, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3241] | 0.99 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 22403, 225 22404, 211 22405, 38 211, 230 63, 73 64, 47 12105, 190 0xe1, SBC PC: 0x5783, SP: 0x5a, A: 0xe8, X: 0x6c, Y: 0x57, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2946] | 0.61 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 10408, 249 10409, 190 10410, 139 35585, 214 35841, 155 10411, 246 0xf9, SBC PC: 0x28a8, SP: 0x72, A: 0x67, X: 0xcb, Y: 0x43, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3284] | 0.77 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37580, 225 37581, 146 37582, 149 146, 56 186, 100 187, 94 24164, 81 0xe1, SBC PC: 0x92cc, SP: 0x3f, A: 0xcb, X: 0x28, Y: 0x45, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3219] | 0.67 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55883, 225 55884, 173 55885, 135 173, 161 218, 245 219, 169 43509, 255 0xe1, SBC PC: 0xda4b, SP: 0x6a, A: 0x1f, X: 0x2d, Y: 0xfc, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 32 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3062] | 0.94 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23412, 225 23413, 220 23414, 104 220, 242 248, 153 249, 143 36761, 236 0xe1, SBC PC: 0x5b74, SP: 0x8e, A: 0x6c, X: 0x1c, Y: 0xe5, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3146] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53072, 225 53073, 254 53074, 218 254, 82 146, 67 147, 154 39491, 237 0xe1, SBC PC: 0xcf50, SP: 0xdf, A: 0x38, X: 0x94, Y: 0x76, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3007] | 0.89 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55501, 225 55502, 27 55503, 106 27, 10 86, 57 87, 94 24121, 38 0xe1, SBC PC: 0xd8cd, SP: 0xeb, A: 0x75, X: 0x3b, Y: 0x38, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3031] | 0.89 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49455, 225 49456, 202 49457, 87 202, 68 48, 181 49, 20 5301, 210 0xe1, SBC PC: 0xc12f, SP: 0x0d, A: 0x3c, X: 0x66, Y: 0xa2, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3169] | 0.72 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49111, 225 49112, 250 49113, 173 250, 182 199, 17 200, 162 41489, 252 0xe1, SBC PC: 0xbfd7, SP: 0x6d, A: 0xa9, X: 0xcd, Y: 0xd2, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 173 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2975] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 982, 249 983, 208 984, 9 2408, 109 2664, 230 985, 187 0xf9, SBC PC: 0x03d6, SP: 0xa2, A: 0x7a, X: 0x60, Y: 0x98, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3308] | 0.69 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35308, 225 35309, 223 35310, 169 223, 113 146, 9 147, 5 1289, 198 0xe1, SBC PC: 0x89ec, SP: 0xdc, A: 0x62, X: 0xb3, Y: 0x1b, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3196] | 0.67 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5249, 225 5250, 226 5251, 111 226, 126 79, 82 80, 143 36690, 86 0xe1, SBC PC: 0x1481, SP: 0x40, A: 0x3c, X: 0x6d, Y: 0x37, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3328] | 0.85 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34210, 225 34211, 188 34212, 45 188, 222 2, 225 3, 63 16353, 35 0xe1, SBC PC: 0x85a2, SP: 0xbf, A: 0x14, X: 0x46, Y: 0xd4, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3118] | 0.69 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 27216, 225 27217, 163 27218, 217 163, 183 203, 176 204, 245 62896, 216 0xe1, SBC PC: 0x6a50, SP: 0x46, A: 0xf4, X: 0x28, Y: 0x55, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3092] | 0.85 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26001, 225 26002, 174 26003, 177 174, 191 11, 49 12, 72 18481, 252 0xe1, SBC PC: 0x6591, SP: 0x30, A: 0x09, X: 0x5d, Y: 0x30, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 13 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3265] | 0.88 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 6454, 225 6455, 98 6456, 66 98, 251 70, 170 71, 133 34218, 240 0xe1, SBC PC: 0x1936, SP: 0x3d, A: 0xd9, X: 0xe4, Y: 0x5f, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3304] | 0.78 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16322, 225 16323, 106 16324, 87 106, 246 40, 15 41, 152 38927, 0 0xe1, SBC PC: 0x3fc2, SP: 0x03, A: 0x0a, X: 0xbe, Y: 0x40, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3220] | 0.80 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64386, 225 64387, 253 64388, 9 253, 201 198, 80 199, 7 1872, 117 0xe1, SBC PC: 0xfb82, SP: 0xaf, A: 0xea, X: 0xc9, Y: 0x85, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3242] | 0.95 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 58452, 225 58453, 142 58454, 33 142, 67 229, 149 230, 94 24213, 194 0xe1, SBC PC: 0xe454, SP: 0x64, A: 0xad, X: 0x57, Y: 0x43, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3285] | 0.92 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 33186, 225 33187, 21 33188, 21 21, 89 36, 234 37, 12 3306, 242 0xe1, SBC PC: 0x81a2, SP: 0x01, A: 0xf4, X: 0x0f, Y: 0xca, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3170] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 443, 225 444, 242 445, 98 242, 155 115, 241 116, 6 1777, 35 0xe1, SBC PC: 0x01bb, SP: 0x3a, A: 0x53, X: 0x81, Y: 0x9b, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3309] | 0.82 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 3237, 225 3238, 250 3239, 35 250, 165 87, 230 88, 80 20710, 34 0xe1, SBC PC: 0x0ca5, SP: 0x30, A: 0xd4, X: 0x5d, Y: 0xa0, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3063] | 0.68 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64024, 225 64025, 12 64026, 101 12, 35 154, 187 155, 181 46523, 250 0xe1, SBC PC: 0xfa18, SP: 0xd8, A: 0xeb, X: 0x8e, Y: 0xf6, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3147] | 0.70 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 9671, 225 9672, 121 9673, 23 121, 75 175, 130 176, 28 7298, 249 0xe1, SBC PC: 0x25c7, SP: 0xbb, A: 0xfa, X: 0x36, Y: 0xe4, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3367] | 0.84 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29890, 225 29891, 75 29892, 38 75, 137 109, 1 110, 5 1281, 206 0xe1, SBC PC: 0x74c2, SP: 0xca, A: 0x36, X: 0x22, Y: 0xc2, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 104 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2976] | 0.70 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 4476, 249 4477, 152 4478, 214 55001, 57 4479, 27 0xf9, SBC PC: 0x117c, SP: 0x38, A: 0x2a, X: 0xe8, Y: 0x41, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3348] | 0.92 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 17873, 225 17874, 235 17875, 177 235, 9 118, 33 119, 131 33569, 86 0xe1, SBC PC: 0x45d1, SP: 0x57, A: 0x45, X: 0x8b, Y: 0xa2, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3032] | 0.95 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41911, 225 41912, 183 41913, 180 183, 97 17, 221 18, 64 16605, 51 0xe1, SBC PC: 0xa3b7, SP: 0xfb, A: 0xfe, X: 0x5a, Y: 0x95, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 459 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3119] | 0.87 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14233, 225 14234, 232 14235, 51 232, 187 138, 54 139, 250 64054, 16 0xe1, SBC PC: 0x3799, SP: 0x3b, A: 0x73, X: 0xa2, Y: 0xa3, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 355 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3329] | 0.90 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 3321, 225 3322, 46 3323, 180 46, 199 26, 36 27, 42 10788, 133 0xe1, SBC PC: 0x0cf9, SP: 0x69, A: 0x83, X: 0xec, Y: 0x80, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3093] | 0.91 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42106, 225 42107, 166 42108, 61 166, 219 194, 169 195, 119 30633, 96 0xe1, SBC PC: 0xa47a, SP: 0x6d, A: 0xf6, X: 0x1c, Y: 0xd7, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 405 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3385] | 0.69 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11442, 225 11443, 220 11444, 178 220, 42 112, 7 113, 168 43015, 206 0xe1, SBC PC: 0x2cb2, SP: 0xf7, A: 0xe2, X: 0x94, Y: 0xd0, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 276 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3305] | 0.93 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 121, 225 122, 235 123, 80 235, 142 60, 214 61, 211 54230, 161 0xe1, SBC PC: 0x0079, SP: 0x5b, A: 0xa0, X: 0x51, Y: 0x1d, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 255 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3403] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4331, 225 4332, 205 4333, 117 205, 18 120, 193 121, 84 21697, 18 0xe1, SBC PC: 0x10eb, SP: 0xfe, A: 0x80, X: 0xab, Y: 0xae, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3243] | 0.74 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12125, 225 12126, 51 12127, 191 51, 144 34, 54 35, 211 54070, 87 0xe1, SBC PC: 0x2f5d, SP: 0xc7, A: 0x0a, X: 0xef, Y: 0x8d, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 178 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3286] | 1.00 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34154, 225 34155, 27 34156, 232 27, 224 82, 112 83, 164 42096, 36 0xe1, SBC PC: 0x856a, SP: 0xfc, A: 0x3b, X: 0x37, Y: 0x22, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3064] | 0.86 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 28445, 225 28446, 228 28447, 213 228, 135 124, 167 125, 121 31143, 46 0xe1, SBC PC: 0x6f1d, SP: 0x9c, A: 0xd6, X: 0x98, Y: 0x77, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 423 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3420] | 0.85 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56394, 225 56395, 244 56396, 113 244, 204 82, 190 83, 154 39614, 58 0xe1, SBC PC: 0xdc4a, SP: 0xb1, A: 0xce, X: 0x5e, Y: 0x55, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 404 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json-i2977] | 0.92 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f9.json 15378, 249 15379, 162 15380, 146 37622, 57 15381, 175 0xf9, SBC PC: 0x3c12, SP: 0xe3, A: 0xb6, X: 0x08, Y: 0x54, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 381 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3310] | 0.86 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 43343, 225 43344, 28 43345, 36 28, 41 162, 99 163, 108 27747, 117 0xe1, SBC PC: 0xa94f, SP: 0xf8, A: 0x22, X: 0x86, Y: 0x12, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3368] | 0.85 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14156, 225 14157, 205 14158, 21 205, 207 48, 123 49, 239 61307, 58 0xe1, SBC PC: 0x374c, SP: 0x39, A: 0x31, X: 0x63, Y: 0xbd, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3171] | 0.66 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 22353, 225 22354, 125 22355, 148 125, 233 188, 145 189, 227 58257, 173 0xe1, SBC PC: 0x5751, SP: 0x2a, A: 0x4e, X: 0x3f, Y: 0x3c, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3349] | 0.71 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 38100, 225 38101, 219 38102, 92 219, 90 103, 172 104, 232 59564, 138 0xe1, SBC PC: 0x94d4, SP: 0x78, A: 0xbb, X: 0x8c, Y: 0x68, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 304 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3120] | 0.94 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37458, 225 37459, 166 37460, 218 166, 206 35, 98 36, 222 56930, 235 0xe1, SBC PC: 0x9252, SP: 0x08, A: 0x94, X: 0x7d, Y: 0x1c, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3033] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49568, 225 49569, 126 49570, 54 126, 181 102, 16 103, 187 47888, 213 0xe1, SBC PC: 0xc1a0, SP: 0x63, A: 0xe3, X: 0xe8, Y: 0xe1, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 270 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3386] | 0.86 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19410, 225 19411, 26 19412, 117 26, 214 15, 127 16, 106 27263, 1 0xe1, SBC PC: 0x4bd2, SP: 0x80, A: 0xbd, X: 0xf5, Y: 0x11, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 444 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3330] | 0.95 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14870, 225 14871, 166 14872, 39 166, 41 69, 235 70, 171 44011, 233 0xe1, SBC PC: 0x3a16, SP: 0xac, A: 0x36, X: 0x9f, Y: 0x11, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 77 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3094] | 0.69 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40641, 225 40642, 185 40643, 72 185, 90 141, 147 142, 149 38291, 54 0xe1, SBC PC: 0x9ec1, SP: 0x8e, A: 0xc6, X: 0xd4, Y: 0xc1, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3404] | 0.90 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41269, 225 41270, 126 41271, 99 126, 57 123, 181 124, 16 4277, 161 0xe1, SBC PC: 0xa135, SP: 0x0a, A: 0xd6, X: 0xfd, Y: 0x37, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3306] | 0.90 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 6391, 225 6392, 205 6393, 43 205, 148 139, 211 140, 240 61651, 208 0xe1, SBC PC: 0x18f7, SP: 0x01, A: 0x89, X: 0xbe, Y: 0x13, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3437] | 0.89 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47373, 225 47374, 148 47375, 192 148, 20 54, 229 55, 108 27877, 72 0xe1, SBC PC: 0xb90d, SP: 0xaa, A: 0x15, X: 0xa2, Y: 0xb9, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 204 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3065] | 0.89 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 21790, 225 21791, 231 21792, 103 231, 199 149, 18 150, 64 16402, 48 0xe1, SBC PC: 0x551e, SP: 0x0f, A: 0xa7, X: 0xae, Y: 0xbb, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3421] | 0.89 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 17548, 225 17549, 211 17550, 138 211, 158 254, 212 255, 35 9172, 75 0xe1, SBC PC: 0x448c, SP: 0x81, A: 0x65, X: 0x2b, Y: 0x97, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3172] | 0.88 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 6711, 225 6712, 86 6713, 119 86, 202 108, 165 109, 60 15525, 49 0xe1, SBC PC: 0x1a37, SP: 0xfe, A: 0xe4, X: 0x16, Y: 0x1e, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3453] | 0.67 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48512, 225 48513, 71 48514, 174 71, 116 72, 193 49524, 41 0xe1, SBC PC: 0xbd80, SP: 0x82, A: 0x01, X: 0x00, Y: 0x2e, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 215 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3311] | 0.91 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35680, 225 35681, 4 35682, 157 4, 64 213, 112 214, 224 57456, 15 0xe1, SBC PC: 0x8b60, SP: 0x84, A: 0x71, X: 0xd1, Y: 0xf7, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3469] | 0.68 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48145, 225 48146, 208 48147, 80 208, 142 29, 165 30, 90 23205, 40 0xe1, SBC PC: 0xbc11, SP: 0xb1, A: 0x76, X: 0x4d, Y: 0xf5, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3369] | 1.00 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14338, 225 14339, 148 14340, 91 148, 180 80, 251 81, 142 36603, 193 0xe1, SBC PC: 0x3802, SP: 0xbd, A: 0xb1, X: 0xbc, Y: 0x83, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3350] | 0.84 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37298, 225 37299, 144 37300, 141 144, 103 20, 219 21, 150 38619, 193 0xe1, SBC PC: 0x91b2, SP: 0xa3, A: 0x9b, X: 0x84, Y: 0xc5, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3034] | 0.99 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 30925, 225 30926, 190 30927, 74 190, 88 30, 157 31, 1 413, 230 0xe1, SBC PC: 0x78cd, SP: 0x43, A: 0xa7, X: 0x60, Y: 0x2a, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3484] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12583, 225 12584, 159 12585, 184 159, 78 63, 41 64, 142 36393, 191 0xe1, SBC PC: 0x3127, SP: 0xa9, A: 0xb3, X: 0xa0, Y: 0x21, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 243 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3387] | 0.90 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62211, 225 62212, 147 62213, 157 147, 226 107, 178 108, 218 55986, 210 0xe1, SBC PC: 0xf303, SP: 0x98, A: 0xd6, X: 0xd8, Y: 0x08, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3121] | 0.74 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62544, 225 62545, 19 62546, 196 19, 91 229, 117 230, 239 61301, 202 0xe1, SBC PC: 0xf450, SP: 0x6a, A: 0x27, X: 0xd2, Y: 0x62, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 93 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3331] | 0.73 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 642, 225 643, 168 644, 205 168, 143 117, 31 118, 52 13343, 239 0xe1, SBC PC: 0x0282, SP: 0x5e, A: 0x88, X: 0xcd, Y: 0x01, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 153 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3405] | 0.68 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39803, 225 39804, 160 39805, 254 160, 147 94, 170 95, 181 46506, 105 0xe1, SBC PC: 0x9b7b, SP: 0xa6, A: 0x02, X: 0xbe, Y: 0xab, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3307] | 0.98 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36872, 225 36873, 114 36874, 146 114, 168 101, 164 102, 178 45732, 179 0xe1, SBC PC: 0x9008, SP: 0xe4, A: 0x6c, X: 0xf3, Y: 0x27, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3438] | 0.91 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20915, 225 20916, 194 20917, 7 194, 137 130, 56 131, 72 18488, 168 0xe1, SBC PC: 0x51b3, SP: 0xfd, A: 0x7b, X: 0xc0, Y: 0x03, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3454] | 0.81 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 60849, 225 60850, 116 60851, 73 116, 89 230, 59 231, 208 53307, 35 0xe1, SBC PC: 0xedb1, SP: 0x2a, A: 0x54, X: 0x72, Y: 0xd6, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3470] | 0.85 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 43874, 225 43875, 157 43876, 166 157, 129 225, 10 226, 67 17162, 76 0xe1, SBC PC: 0xab62, SP: 0x03, A: 0x37, X: 0x44, Y: 0xb7, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3066] | 0.91 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49247, 225 49248, 145 49249, 30 145, 181 9, 205 10, 62 16077, 87 0xe1, SBC PC: 0xc05f, SP: 0xfd, A: 0xbb, X: 0x78, Y: 0xd1, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 355 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3422] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39077, 225 39078, 107 39079, 105 107, 207 198, 204 199, 24 6348, 248 0xe1, SBC PC: 0x98a5, SP: 0xc0, A: 0x21, X: 0x5b, Y: 0x1b, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 41 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3499] | 0.83 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50690, 225 50691, 54 50692, 46 54, 41 193, 170 194, 237 60842, 254 0xe1, SBC PC: 0xc602, SP: 0xb7, A: 0xe2, X: 0x8b, Y: 0x01, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 228 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3312] | 0.66 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53556, 225 53557, 95 53558, 211 95, 6 163, 22 164, 239 61206, 35 0xe1, SBC PC: 0xd134, SP: 0x4b, A: 0xa6, X: 0x44, Y: 0x41, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3351] | 0.90 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15572, 225 15573, 75 15574, 119 75, 29 32, 247 33, 226 58103, 182 0xe1, SBC PC: 0x3cd4, SP: 0x28, A: 0x7c, X: 0xd5, Y: 0xba, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3370] | 0.68 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24932, 225 24933, 172 24934, 141 172, 100 20, 250 21, 241 61946, 13 0xe1, SBC PC: 0x6164, SP: 0x2d, A: 0xba, X: 0x68, Y: 0x4c, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 429 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3513] | 0.94 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 13, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48257, 241 48258, 200 48259, 24 200, 187 201, 185 47458, 97 47714, 101 0xf1, SBC PC: 0xbc81, SP: 0x4c, A: 0x9e, X: 0x0a, Y: 0xa7, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3485] | 0.94 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 30164, 225 30165, 119 30166, 169 119, 201 221, 87 222, 110 28247, 177 0xe1, SBC PC: 0x75d4, SP: 0x08, A: 0x0e, X: 0x66, Y: 0x77, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 92 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3035] | 0.72 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24614, 225 24615, 182 24616, 1 182, 176 158, 34 159, 227 58146, 224 0xe1, SBC PC: 0x6026, SP: 0x20, A: 0xea, X: 0xe8, Y: 0x4b, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3388] | 0.94 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 18123, 225 18124, 249 18125, 151 249, 207 193, 244 194, 217 55796, 17 0xe1, SBC PC: 0x46cb, SP: 0x6f, A: 0xd9, X: 0xc8, Y: 0x07, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 455 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3406] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26918, 225 26919, 94 26920, 97 94, 178 212, 44 213, 74 18988, 147 0xe1, SBC PC: 0x6926, SP: 0x0e, A: 0xbd, X: 0x76, Y: 0x17, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 297 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3332] | 0.89 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5052, 225 5053, 75 5054, 115 75, 60 207, 129 208, 85 21889, 49 0xe1, SBC PC: 0x13bc, SP: 0x53, A: 0xcd, X: 0x84, Y: 0x03, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3455] | 0.90 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 40658, 225 40659, 48 40660, 216 48, 3 224, 226 225, 154 39650, 241 0xe1, SBC PC: 0x9ed2, SP: 0x9f, A: 0x05, X: 0xb0, Y: 0xe6, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 19 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3423] | 0.81 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19610, 225 19611, 33 19612, 159 33, 219 206, 91 207, 253 64859, 13 0xe1, SBC PC: 0x4c9a, SP: 0x95, A: 0xd3, X: 0xad, Y: 0x7b, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 454 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3439] | 1.00 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35980, 225 35981, 183 35982, 29 183, 252 125, 109 126, 140 35949, 23 0xe1, SBC PC: 0x8c8c, SP: 0xdb, A: 0xa5, X: 0xc6, Y: 0x2c, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3527] | 0.76 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 27, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57343, 241 57344, 55 57345, 75 55, 68 56, 209 53745, 246 0xf1, SBC PC: 0xdfff, SP: 0x5a, A: 0x25, X: 0x7d, Y: 0xad, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 47 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3471] | 1.02 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31337, 225 31338, 233 31339, 2 233, 59 14, 251 15, 109 28155, 204 0xe1, SBC PC: 0x7a69, SP: 0x07, A: 0x84, X: 0x25, Y: 0x36, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3313] | 0.81 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 10678, 225 10679, 203 10680, 99 203, 103 127, 108 128, 172 44140, 163 0xe1, SBC PC: 0x29b6, SP: 0x8c, A: 0xc8, X: 0xb4, Y: 0x45, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3500] | 0.92 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 0, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51070, 241 51071, 64 51072, 4 64, 241 65, 35 9204, 21 0xf1, SBC PC: 0xc77e, SP: 0x6c, A: 0x82, X: 0x41, Y: 0x03, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 364 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3540] | 0.70 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 40, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 52460, 241 52461, 151 52462, 135 151, 42 152, 22 5700, 155 0xf1, SBC PC: 0xccec, SP: 0x74, A: 0x7b, X: 0xea, Y: 0x1a, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 224 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3371] | 0.84 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8542, 225 8543, 43 8544, 7 43, 100 116, 95 117, 7 1887, 57 0xe1, SBC PC: 0x215e, SP: 0x9a, A: 0xc2, X: 0x49, Y: 0xbd, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 393 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3352] | 0.67 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50790, 225 50791, 9 50792, 22 9, 138 251, 228 252, 13 3556, 128 0xe1, SBC PC: 0xc666, SP: 0xde, A: 0x13, X: 0xf2, Y: 0x4a, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3036] | 0.81 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56705, 225 56706, 142 56707, 137 142, 73 99, 169 100, 74 19113, 48 0xe1, SBC PC: 0xdd81, SP: 0x52, A: 0xbf, X: 0xd5, Y: 0x33, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 399 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3514] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 14, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51377, 241 51378, 13 51379, 173 13, 116 14, 186 47688, 206 47944, 194 0xf1, SBC PC: 0xc8b1, SP: 0x21, A: 0xfc, X: 0x99, Y: 0xd4, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3486] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37632, 225 37633, 179 37634, 45 179, 110 2, 42 3, 210 53802, 163 0xe1, SBC PC: 0x9300, SP: 0x81, A: 0xef, X: 0x4f, Y: 0x6e, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3407] | 0.92 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7558, 225 7559, 174 7560, 216 174, 243 55, 57 56, 146 37433, 30 0xe1, SBC PC: 0x1d86, SP: 0x1e, A: 0x71, X: 0x89, Y: 0x49, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3333] | 0.94 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48131, 225 48132, 61 48133, 129 61, 224 132, 131 133, 9 2435, 166 0xe1, SBC PC: 0xbc03, SP: 0x6e, A: 0x04, X: 0x47, Y: 0x37, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 93 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3389] | 0.70 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23231, 225 23232, 43 23233, 103 43, 111 35, 65 36, 126 32321, 33 0xe1, SBC PC: 0x5abf, SP: 0x9e, A: 0x2e, X: 0xf8, Y: 0xf9, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3424] | 0.90 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31820, 225 31821, 247 31822, 190 247, 61 43, 81 44, 188 48209, 37 0xe1, SBC PC: 0x7c4c, SP: 0xf7, A: 0x52, X: 0x34, Y: 0xbd, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3528] | 0.90 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 28, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20519, 241 20520, 190 20521, 95 190, 92 191, 26 6812, 128 0xf1, SBC PC: 0x5027, SP: 0xc0, A: 0x7a, X: 0xf0, Y: 0x40, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3314] | 0.88 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14790, 225 14791, 149 14792, 102 149, 56 49, 22 50, 46 11798, 86 0xe1, SBC PC: 0x39c6, SP: 0xcb, A: 0x07, X: 0x9c, Y: 0x57, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 176 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3456] | 0.94 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 46482, 225 46483, 176 46484, 55 176, 210 42, 212 43, 167 42964, 210 0xe1, SBC PC: 0xb592, SP: 0xfc, A: 0xa8, X: 0x7a, Y: 0xc0, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3541] | 0.90 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 41, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2779, 241 2780, 5 2781, 27 5, 3 6, 145 37163, 103 0xf1, SBC PC: 0x0adb, SP: 0xbe, A: 0xbc, X: 0x53, Y: 0x28, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 341 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3353] | 0.83 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 22377, 225 22378, 18 22379, 220 18, 103 226, 211 227, 28 7379, 194 0xe1, SBC PC: 0x5769, SP: 0x75, A: 0x43, X: 0xd0, Y: 0xba, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3440] | 0.73 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61800, 225 61801, 78 61802, 51 78, 222 79, 232 59614, 124 0xe1, SBC PC: 0xf168, SP: 0x88, A: 0xcf, X: 0x00, Y: 0xf1, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 339 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3501] | 0.71 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 1, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13550, 241 13551, 6 13552, 246 6, 145 7, 193 49595, 54 0xf1, SBC PC: 0x34ee, SP: 0xa6, A: 0x42, X: 0x85, Y: 0x2a, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3372] | 0.91 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53871, 225 53872, 61 53873, 18 61, 131 137, 191 138, 71 18367, 181 0xe1, SBC PC: 0xd26f, SP: 0x78, A: 0xb9, X: 0x4c, Y: 0x00, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 259 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3472] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47606, 225 47607, 45 47608, 223 45, 95 218, 206 219, 217 55758, 94 0xe1, SBC PC: 0xb9f6, SP: 0x1a, A: 0xd6, X: 0xad, Y: 0x75, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3037] | 0.94 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55506, 225 55507, 82 55508, 139 82, 78 28, 32 29, 53 13600, 171 0xe1, SBC PC: 0xd8d2, SP: 0x84, A: 0xa5, X: 0xca, Y: 0xaf, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 250 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3515] | 0.98 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 15, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62669, 241 62670, 107 62671, 170 107, 240 108, 193 49572, 95 49828, 210 0xf1, SBC PC: 0xf4cd, SP: 0x1e, A: 0x78, X: 0xc1, Y: 0xb4, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3487] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53085, 225 53086, 202 53087, 212 202, 152 152, 211 153, 211 54227, 192 0xe1, SBC PC: 0xcf5d, SP: 0x97, A: 0xd2, X: 0xce, Y: 0x9e, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3390] | 0.91 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12917, 225 12918, 226 12919, 134 226, 204 215, 90 216, 110 28250, 106 0xe1, SBC PC: 0x3275, SP: 0x46, A: 0xee, X: 0xf5, Y: 0x67, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 387 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3408] | 0.68 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4576, 225 4577, 132 4578, 87 132, 26 3, 106 4, 147 37738, 221 0xe1, SBC PC: 0x11e0, SP: 0x9d, A: 0x8a, X: 0x7f, Y: 0xba, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3334] | 0.68 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 45260, 225 45261, 184 45262, 142 184, 217 235, 60 236, 190 48700, 173 0xe1, SBC PC: 0xb0cc, SP: 0xec, A: 0x28, X: 0x33, Y: 0xd4, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3425] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48007, 225 48008, 211 48009, 164 211, 97 190, 46 191, 199 50990, 133 0xe1, SBC PC: 0xbb87, SP: 0xce, A: 0x7e, X: 0xeb, Y: 0x98, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3529] | 0.72 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 29, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37006, 241 37007, 84 37008, 233 84, 216 85, 150 38449, 118 38705, 215 0xf1, SBC PC: 0x908e, SP: 0x8f, A: 0x61, X: 0x15, Y: 0x59, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 138 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3441] | 0.88 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 18339, 225 18340, 171 18341, 17 171, 4 160, 227 161, 8 2275, 188 0xe1, SBC PC: 0x47a3, SP: 0xad, A: 0xf5, X: 0xf5, Y: 0xad, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3315] | 0.67 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26517, 225 26518, 235 26519, 215 235, 231 250, 188 251, 7 1980, 188 0xe1, SBC PC: 0x6795, SP: 0xb4, A: 0x23, X: 0x0f, Y: 0x95, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 102 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3502] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 2, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32720, 241 32721, 212 32722, 107 212, 26 213, 97 24896, 248 0xf1, SBC PC: 0x7fd0, SP: 0xd7, A: 0x68, X: 0xfc, Y: 0x26, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 111 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3542] | 0.67 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 42, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40731, 241 40732, 42 40733, 128 42, 167 43, 130 33392, 38 33648, 238 0xf1, SBC PC: 0x9f1b, SP: 0x74, A: 0xdf, X: 0x68, Y: 0xc9, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3473] | 0.91 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 10172, 225 10173, 30 10174, 48 30, 44 111, 236 112, 2 748, 129 0xe1, SBC PC: 0x27bc, SP: 0x7e, A: 0x5d, X: 0x51, Y: 0x6b, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3354] | 0.87 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4852, 225 4853, 49 4854, 219 49, 4 193, 232 194, 237 60904, 51 0xe1, SBC PC: 0x12f4, SP: 0xc9, A: 0x0e, X: 0x90, Y: 0xa6, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3457] | 0.69 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11265, 225 11266, 196 11267, 63 196, 163 27, 2 28, 122 31234, 50 0xe1, SBC PC: 0x2c01, SP: 0x79, A: 0x32, X: 0x57, Y: 0x48, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3373] | 0.66 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51061, 225 51062, 203 51063, 66 203, 4 90, 248 91, 107 27640, 156 0xe1, SBC PC: 0xc775, SP: 0x21, A: 0x4f, X: 0x8f, Y: 0x4d, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3488] | 0.90 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42837, 225 42838, 164 42839, 69 164, 140 229, 192 230, 252 64704, 129 0xe1, SBC PC: 0xa755, SP: 0xa4, A: 0x9b, X: 0x41, Y: 0x4e, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3553] | 1.03 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 53, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34782, 241 34783, 186 34784, 2 186, 4 187, 138 35493, 236 0xf1, SBC PC: 0x87de, SP: 0x58, A: 0xc0, X: 0xc4, Y: 0xa1, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3409] | 0.82 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 30801, 225 30802, 12 30803, 23 12, 126 25, 224 26, 177 45536, 103 0xe1, SBC PC: 0x7851, SP: 0x63, A: 0xd1, X: 0x0d, Y: 0x82, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3335] | 0.90 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23022, 225 23023, 59 23024, 197 59, 104 199, 3 200, 41 10499, 75 0xe1, SBC PC: 0x59ee, SP: 0x4d, A: 0x01, X: 0x8c, Y: 0x88, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3516] | 0.70 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 16, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20027, 241 20028, 165 20029, 212 165, 70 166, 65 16701, 42 16957, 14 0xf1, SBC PC: 0x4e3b, SP: 0x9a, A: 0x1c, X: 0x0b, Y: 0xf7, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3391] | 0.67 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36061, 225 36062, 81 36063, 30 81, 39 233, 27 234, 125 32027, 9 0xe1, SBC PC: 0x8cdd, SP: 0x1e, A: 0x60, X: 0x98, Y: 0xd0, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3530] | 0.92 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 30, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 56068, 241 56069, 24 56070, 6 24, 28 25, 249 63928, 55 0xf1, SBC PC: 0xdb04, SP: 0x82, A: 0x35, X: 0x79, Y: 0x9c, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3316] | 0.83 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12543, 225 12544, 161 12545, 204 161, 192 98, 58 99, 106 27194, 25 0xe1, SBC PC: 0x30ff, SP: 0x3c, A: 0x07, X: 0xc1, Y: 0x1f, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3543] | 0.85 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 43, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40947, 241 40948, 150 40949, 95 150, 7 151, 208 53372, 245 0xf1, SBC PC: 0x9ff3, SP: 0x08, A: 0xcd, X: 0x7b, Y: 0x75, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3458] | 0.89 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 49765, 225 49766, 223 49767, 231 223, 111 11, 152 12, 92 23704, 23 0xe1, SBC PC: 0xc265, SP: 0x24, A: 0x46, X: 0x2c, Y: 0x0e, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3442] | 0.94 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 28440, 225 28441, 13 28442, 75 13, 120 182, 44 183, 207 53036, 55 0xe1, SBC PC: 0x6f18, SP: 0x6b, A: 0x1b, X: 0xa9, Y: 0x94, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3426] | 0.70 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 789, 225 790, 195 791, 143 195, 162 80, 176 81, 227 58288, 240 0xe1, SBC PC: 0x0315, SP: 0xdb, A: 0xd9, X: 0x8d, Y: 0xa4, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 233 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3374] | 0.82 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 21290, 225 21291, 180 21292, 11 180, 219 160, 61 161, 88 22589, 91 0xe1, SBC PC: 0x532a, SP: 0x83, A: 0xbc, X: 0xec, Y: 0x08, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3355] | 0.93 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 65508, 225 65509, 246 65510, 76 246, 68 36, 201 37, 180 46281, 247 0xe1, SBC PC: 0xffe4, SP: 0x6e, A: 0x06, X: 0x2e, Y: 0x36, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 15 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3474] | 0.92 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 63491, 225 63492, 59 63493, 27 59, 112 149, 222 150, 176 45278, 237 0xe1, SBC PC: 0xf803, SP: 0x65, A: 0xf6, X: 0x5a, Y: 0x41, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3503] | 0.70 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 3, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 4747, 241 4748, 166 4749, 47 166, 196 167, 135 34719, 41 34975, 3 0xf1, SBC PC: 0x128b, SP: 0xe8, A: 0xc9, X: 0x47, Y: 0xdb, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 453 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3392] | 0.81 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 55589, 225 55590, 190 55591, 152 190, 129 172, 218 173, 99 25562, 252 0xe1, SBC PC: 0xd925, SP: 0x09, A: 0x15, X: 0xee, Y: 0x78, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 25 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3517] | 0.98 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 17, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7475, 241 7476, 116 7477, 11 116, 47 117, 137 35249, 30 0xf1, SBC PC: 0x1d33, SP: 0x2a, A: 0x99, X: 0xc5, Y: 0x82, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3410] | 0.89 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16627, 225 16628, 231 16629, 55 231, 3 6, 119 7, 22 5751, 25 0xe1, SBC PC: 0x40f3, SP: 0xd8, A: 0x21, X: 0x1f, Y: 0xd7, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 264 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3489] | 0.98 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4600, 225 4601, 236 4602, 6 236, 144 74, 137 75, 168 43145, 104 0xe1, SBC PC: 0x11f8, SP: 0x61, A: 0xf8, X: 0x5e, Y: 0xc6, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 400 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3336] | 0.65 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14156, 225 14157, 139 14158, 255 139, 177 136, 11 137, 156 39947, 174 0xe1, SBC PC: 0x374c, SP: 0xd2, A: 0x56, X: 0xfd, Y: 0xce, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3554] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 54, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 43390, 241 43391, 245 43392, 1 245, 18 246, 82 21018, 220 0xf1, SBC PC: 0xa97e, SP: 0x26, A: 0xf8, X: 0x49, Y: 0x08, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3317] | 0.88 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 22929, 225 22930, 14 22931, 203 14, 21 194, 54 195, 24 6198, 201 0xe1, SBC PC: 0x5991, SP: 0x6c, A: 0x7a, X: 0xb4, Y: 0x20, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3544] | 0.93 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 44, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13167, 241 13168, 119 13169, 254 119, 1 120, 65 16714, 23 0xf1, SBC PC: 0x336f, SP: 0xf0, A: 0xed, X: 0x0d, Y: 0x49, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 469 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3427] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37743, 225 37744, 227 37745, 146 227, 74 42, 144 43, 26 6800, 254 0xe1, SBC PC: 0x936f, SP: 0x30, A: 0xc2, X: 0x47, Y: 0x58, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3531] | 0.99 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 31, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36281, 241 36282, 249 36283, 140 249, 48 250, 77 19941, 215 0xf1, SBC PC: 0x8db9, SP: 0x57, A: 0x40, X: 0x35, Y: 0xb5, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 105 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3459] | 0.68 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61913, 225 61914, 94 61915, 227 94, 72 4, 88 5, 51 13144, 196 0xe1, SBC PC: 0xf1d9, SP: 0xf7, A: 0xc1, X: 0xa6, Y: 0x31, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3504] | 0.94 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 4, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47613, 241 47614, 19 47615, 217 19, 190 20, 64 16577, 173 0xf1, SBC PC: 0xb9fd, SP: 0x90, A: 0x82, X: 0xa0, Y: 0x03, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3375] | 0.91 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 26064, 225 26065, 180 26066, 22 180, 227 181, 26 6883, 132 0xe1, SBC PC: 0x65d0, SP: 0xae, A: 0xa1, X: 0x00, Y: 0xbe, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 284 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3443] | 1.04 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8162, 225 8163, 74 8164, 53 74, 36 148, 119 149, 94 24183, 49 0xe1, SBC PC: 0x1fe2, SP: 0x4f, A: 0x6a, X: 0x4a, Y: 0x85, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 312 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3356] | 0.71 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14857, 225 14858, 144 14859, 216 144, 124 82, 41 83, 221 56617, 41 0xe1, SBC PC: 0x3a09, SP: 0x6f, A: 0x1b, X: 0xc2, Y: 0x48, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3475] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48782, 225 48783, 77 48784, 64 77, 167 140, 99 141, 150 38499, 44 0xe1, SBC PC: 0xbe8e, SP: 0xec, A: 0xf4, X: 0x3f, Y: 0xcc, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 455 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3393] | 0.87 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 12898, 225 12899, 223 12900, 111 223, 181 22, 242 23, 129 33266, 167 0xe1, SBC PC: 0x3262, SP: 0x51, A: 0x99, X: 0x37, Y: 0xb6, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3337] | 0.80 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35314, 225 35315, 221 35316, 16 221, 18 44, 223 45, 84 21727, 64 0xe1, SBC PC: 0x89f2, SP: 0x68, A: 0xc3, X: 0x4f, Y: 0x65, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 386 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3411] | 0.96 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1599, 225 1600, 25 1601, 216 25, 109 156, 229 157, 157 40421, 58 0xe1, SBC PC: 0x063f, SP: 0x64, A: 0x95, X: 0x83, Y: 0x49, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3518] | 0.74 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 18, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60822, 241 60823, 145 60824, 10 145, 231 146, 252 64730, 120 64986, 83 0xf1, SBC PC: 0xed96, SP: 0x98, A: 0x31, X: 0x09, Y: 0xf3, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3555] | 1.00 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 55, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53997, 241 53998, 218 53999, 124 218, 245 219, 214 55039, 253 0xf1, SBC PC: 0xd2ed, SP: 0xce, A: 0xf6, X: 0xc4, Y: 0x0a, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3490] | 0.72 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35655, 225 35656, 176 35657, 179 176, 202 118, 120 119, 184 47224, 137 0xe1, SBC PC: 0x8b47, SP: 0x82, A: 0xcb, X: 0xc6, Y: 0x06, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 322 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3460] | 0.81 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29781, 225 29782, 27 29783, 240 27, 161 121, 147 122, 180 46227, 243 0xe1, SBC PC: 0x7455, SP: 0x7d, A: 0xf2, X: 0x5e, Y: 0x29, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 254 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3318] | 0.93 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7399, 225 7400, 234 7401, 109 234, 118 178, 207 179, 19 5071, 167 0xe1, SBC PC: 0x1ce7, SP: 0xd7, A: 0x78, X: 0xc8, Y: 0xda, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3428] | 0.67 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 28960, 225 28961, 114 28962, 67 114, 253 164, 120 165, 158 40568, 91 0xe1, SBC PC: 0x7120, SP: 0x86, A: 0xd5, X: 0x32, Y: 0x96, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3545] | 0.74 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 45, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61989, 241 61990, 27 61991, 200 27, 129 28, 226 58098, 219 0xf1, SBC PC: 0xf225, SP: 0xbf, A: 0xad, X: 0x78, Y: 0x71, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 209 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3532] | 0.79 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 32, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34558, 241 34559, 84 34560, 174 84, 42 85, 108 27856, 195 0xf1, SBC PC: 0x86fe, SP: 0x6a, A: 0xa6, X: 0xc5, Y: 0xa6, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3357] | 0.87 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48470, 225 48471, 217 48472, 23 217, 161 162, 46 163, 210 53806, 33 0xe1, SBC PC: 0xbd56, SP: 0x45, A: 0x5e, X: 0xc9, Y: 0x11, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3476] | 0.83 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61281, 225 61282, 135 61283, 4 135, 169 185, 218 186, 245 62938, 134 0xe1, SBC PC: 0xef61, SP: 0x6c, A: 0x08, X: 0x32, Y: 0x7f, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3505] | 0.69 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 5, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61664, 241 61665, 148 61666, 5 148, 10 149, 185 47494, 10 0xf1, SBC PC: 0xf0e0, SP: 0x5f, A: 0x22, X: 0x3c, Y: 0x7c, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 279 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3376] | 0.95 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50678, 225 50679, 171 50680, 119 171, 171 202, 21 203, 123 31509, 235 0xe1, SBC PC: 0xc5f6, SP: 0xf7, A: 0x83, X: 0x1f, Y: 0xd7, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 152 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3338] | 0.92 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 58079, 225 58080, 0 58081, 90 0, 86 249, 15 250, 226 57871, 161 0xe1, SBC PC: 0xe2df, SP: 0x96, A: 0xdc, X: 0xf9, Y: 0x3c, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3444] | 0.76 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 45729, 225 45730, 54 45731, 145 54, 131 20, 39 21, 164 42023, 91 0xe1, SBC PC: 0xb2a1, SP: 0xc4, A: 0x34, X: 0xde, Y: 0x6f, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3394] | 0.92 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 61846, 225 61847, 176 61848, 234 176, 252 66, 96 67, 153 39264, 10 0xe1, SBC PC: 0xf196, SP: 0x97, A: 0xb8, X: 0x92, Y: 0x5a, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 429 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3519] | 0.90 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 19, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 9490, 241 9491, 101 9492, 32 101, 177 102, 8 2148, 53 2404, 179 0xf1, SBC PC: 0x2512, SP: 0xa7, A: 0x5d, X: 0xed, Y: 0xb3, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3491] | 0.93 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31184, 225 31185, 175 31186, 223 175, 163 186, 63 187, 99 25407, 33 0xe1, SBC PC: 0x79d0, SP: 0x8e, A: 0xcc, X: 0x0b, Y: 0x87, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3412] | 0.71 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 62593, 225 62594, 201 62595, 202 201, 55 225, 255 226, 74 19199, 176 0xe1, SBC PC: 0xf481, SP: 0x8a, A: 0xd6, X: 0x18, Y: 0x8d, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3429] | 0.80 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8167, 225 8168, 246 8169, 135 246, 126 107, 17 108, 94 24081, 12 0xe1, SBC PC: 0x1fe7, SP: 0xba, A: 0x1d, X: 0x75, Y: 0xda, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3461] | 0.87 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 2224, 225 2225, 198 2226, 46 198, 209 137, 92 138, 47 12124, 32 0xe1, SBC PC: 0x08b0, SP: 0xb1, A: 0xc3, X: 0xc3, Y: 0x3e, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 419 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3556] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 56, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1003, 241 1004, 60 1005, 157 60, 75 61, 200 51334, 50 0xf1, SBC PC: 0x03eb, SP: 0x34, A: 0x00, X: 0xe8, Y: 0x3b, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3546] | 0.92 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 46, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1237, 241 1238, 141 1239, 2 141, 248 142, 0 59, 82 315, 147 0xf1, SBC PC: 0x04d5, SP: 0x99, A: 0xb0, X: 0xf1, Y: 0x43, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3506] | 0.92 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 6, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59213, 241 59214, 66 59215, 175 66, 9 67, 226 57943, 95 0xf1, SBC PC: 0xe74d, SP: 0xa0, A: 0xea, X: 0xdf, Y: 0x4e, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 395 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3319] | 0.70 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42580, 225 42581, 107 42582, 225 107, 137 231, 119 232, 246 63095, 210 0xe1, SBC PC: 0xa654, SP: 0x09, A: 0x1d, X: 0x7c, Y: 0x04, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3533] | 1.12 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 33, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21336, 241 21337, 230 21338, 42 230, 176 231, 58 14919, 193 15175, 141 0xf1, SBC PC: 0x5358, SP: 0x65, A: 0xba, X: 0x78, Y: 0x97, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 301 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3477] | 0.96 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48531, 225 48532, 28 48533, 115 28, 191 64, 0 65, 183 46848, 10 0xe1, SBC PC: 0xbd93, SP: 0x3a, A: 0x08, X: 0x24, Y: 0xcc, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3358] | 0.94 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41636, 225 41637, 184 41638, 2 184, 121 59, 56 60, 204 52280, 193 0xe1, SBC PC: 0xa2a4, SP: 0xf7, A: 0x3e, X: 0x83, Y: 0x6a, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3377] | 0.73 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 25863, 225 25864, 148 25865, 41 148, 75 6, 190 7, 52 13502, 203 0xe1, SBC PC: 0x6507, SP: 0x14, A: 0xcc, X: 0x72, Y: 0x33, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 256 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3445] | 1.00 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14275, 225 14276, 22 14277, 119 22, 193 20, 51 21, 170 43571, 215 0xe1, SBC PC: 0x37c3, SP: 0xec, A: 0x5b, X: 0xfe, Y: 0x88, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3339] | 1.03 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 57922, 225 57923, 117 57924, 132 117, 131 73, 41 74, 80 20521, 6 0xe1, SBC PC: 0xe242, SP: 0xec, A: 0x0e, X: 0xd4, Y: 0x23, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 263 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3395] | 0.73 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 56328, 225 56329, 110 56330, 223 110, 77 201, 26 202, 203 51994, 182 0xe1, SBC PC: 0xdc08, SP: 0x32, A: 0x42, X: 0x5b, Y: 0xe5, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 139 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3413] | 0.94 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53398, 225 53399, 154 53400, 90 154, 196 78, 225 79, 30 7905, 196 0xe1, SBC PC: 0xd096, SP: 0x23, A: 0xe4, X: 0xb4, Y: 0x7c, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3520] | 1.11 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 20, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41828, 241 41829, 117 41830, 219 117, 166 118, 23 6008, 100 6264, 255 0xf1, SBC PC: 0xa364, SP: 0x72, A: 0x85, X: 0xb5, Y: 0xd2, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 133 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3492] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 18295, 225 18296, 140 18297, 216 140, 80 242, 96 243, 117 30048, 123 0xe1, SBC PC: 0x4777, SP: 0x41, A: 0xb8, X: 0x66, Y: 0xf7, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3430] | 0.88 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 28333, 225 28334, 22 28335, 85 22, 82 235, 236 236, 224 57580, 27 0xe1, SBC PC: 0x6ead, SP: 0xef, A: 0x94, X: 0xd5, Y: 0x21, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3557] | 1.15 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 57, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51406, 241 51407, 11 51408, 126 11, 106 12, 1 387, 15 0xf1, SBC PC: 0xc8ce, SP: 0x60, A: 0x21, X: 0x04, Y: 0x19, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3462] | 0.99 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 57613, 225 57614, 43 57615, 74 43, 2 254, 199 255, 10 2759, 107 0xe1, SBC PC: 0xe10d, SP: 0xf8, A: 0xba, X: 0xd3, Y: 0xb7, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3320] | 0.94 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 34996, 225 34997, 181 34998, 67 181, 57 11, 71 12, 128 32839, 17 0xe1, SBC PC: 0x88b4, SP: 0xc1, A: 0xe2, X: 0x56, Y: 0xfe, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 464 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3547] | 0.80 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 47, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24569, 241 24570, 21 24571, 173 21, 91 22, 89 22921, 121 0xf1, SBC PC: 0x5ff9, SP: 0x08, A: 0xe6, X: 0x2a, Y: 0x2e, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3507] | 0.77 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 7, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 373, 241 374, 89 375, 148 89, 205 90, 146 37518, 44 37774, 4 0xf1, SBC PC: 0x0175, SP: 0x41, A: 0x17, X: 0xd7, Y: 0xc1, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3378] | 1.00 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 13855, 225 13856, 17 13857, 6 17, 43 205, 99 206, 121 31075, 150 0xe1, SBC PC: 0x361f, SP: 0x83, A: 0x60, X: 0xbc, Y: 0x49, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3478] | 0.75 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 17624, 225 17625, 129 17626, 49 129, 70 166, 79 167, 137 35151, 131 0xe1, SBC PC: 0x44d8, SP: 0xb1, A: 0x77, X: 0x25, Y: 0x47, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 244 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3359] | 0.83 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7189, 225 7190, 161 7191, 36 161, 77 122, 22 123, 216 55318, 132 0xe1, SBC PC: 0x1c15, SP: 0xde, A: 0xed, X: 0xd9, Y: 0x1d, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3534] | 0.88 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 34, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39835, 241 39836, 161 39837, 243 161, 157 162, 60 15394, 62 15650, 226 0xf1, SBC PC: 0x9b9b, SP: 0x0b, A: 0x07, X: 0x37, Y: 0x85, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 37 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3396] | 0.99 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 5755, 225 5756, 159 5757, 185 159, 24 66, 70 67, 21 5446, 201 0xe1, SBC PC: 0x167b, SP: 0x9a, A: 0xed, X: 0xa3, Y: 0x79, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3493] | 0.93 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 2542, 225 2543, 147 2544, 104 147, 252 52, 24 53, 58 14872, 159 0xe1, SBC PC: 0x09ee, SP: 0xdb, A: 0xf5, X: 0xa1, Y: 0x1b, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 342 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3446] | 1.17 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 1835, 225 1836, 155 1837, 53 155, 106 4, 143 5, 240 61583, 34 0xe1, SBC PC: 0x072b, SP: 0x50, A: 0xdd, X: 0x69, Y: 0x50, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 443 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3414] | 0.81 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 54943, 225 54944, 3 54945, 161 3, 199 192, 251 193, 166 42747, 0 0xe1, SBC PC: 0xd69f, SP: 0x15, A: 0x1a, X: 0xbd, Y: 0xce, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3340] | 0.82 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 59358, 225 59359, 8 59360, 214 8, 173 20, 241 21, 198 50929, 161 0xe1, SBC PC: 0xe7de, SP: 0xd5, A: 0xb8, X: 0x0c, Y: 0x2e, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3431] | 1.12 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41718, 225 41719, 117 41720, 109 117, 136 232, 66 233, 152 38978, 110 0xe1, SBC PC: 0xa2f6, SP: 0x15, A: 0x41, X: 0x73, Y: 0x09, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 211 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3521] | 0.88 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 21, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5264, 241 5265, 163 5266, 173 163, 136 164, 135 34673, 133 34929, 54 0xf1, SBC PC: 0x1490, SP: 0xd5, A: 0xfb, X: 0x16, Y: 0xe9, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 453 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3548] | 1.12 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 48, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40913, 241 40914, 228 40915, 100 228, 249 229, 185 47388, 23 47644, 255 0xf1, SBC PC: 0x9fd1, SP: 0x07, A: 0x28, X: 0x1c, Y: 0x23, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 40 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3321] | 0.78 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 31677, 225 31678, 89 31679, 167 89, 19 23, 4 24, 135 34564, 10 0xe1, SBC PC: 0x7bbd, SP: 0xc7, A: 0x8f, X: 0xbe, Y: 0x45, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 389 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3508] | 0.97 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 8, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61611, 241 61612, 178 61613, 78 178, 220 179, 27 7003, 19 7259, 228 0xf1, SBC PC: 0xf0ab, SP: 0x04, A: 0x72, X: 0x22, Y: 0x7f, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3463] | 0.75 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64412, 225 64413, 222 64414, 1 222, 202 118, 126 119, 132 33918, 10 0xe1, SBC PC: 0xfb9c, SP: 0xae, A: 0xa4, X: 0x98, Y: 0x45, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3558] | 0.83 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 58, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 3799, 241 3800, 224 3801, 186 224, 206 225, 191 49047, 85 49303, 192 0xf1, SBC PC: 0x0ed7, SP: 0x41, A: 0x7d, X: 0xfe, Y: 0xc9, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3479] | 0.92 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29420, 225 29421, 55 29422, 40 55, 25 44, 221 45, 214 55005, 44 0xe1, SBC PC: 0x72ec, SP: 0x41, A: 0x2e, X: 0xf5, Y: 0x08, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3360] | 1.22 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29733, 225 29734, 147 29735, 1 147, 195 172, 187 173, 146 37563, 49 0xe1, SBC PC: 0x7425, SP: 0x0d, A: 0xcb, X: 0x19, Y: 0xa2, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3379] | 0.73 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50360, 225 50361, 6 50362, 88 6, 75 192, 47 193, 207 53039, 86 0xe1, SBC PC: 0xc4b8, SP: 0xa2, A: 0xb6, X: 0xba, Y: 0x4d, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3535] | 1.05 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 35, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41240, 241 41241, 1 41242, 44 1, 54 2, 52 13567, 211 0xf1, SBC PC: 0xa118, SP: 0x7e, A: 0xd4, X: 0x08, Y: 0xc9, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3397] | 1.09 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15722, 225 15723, 135 15724, 72 135, 157 123, 209 124, 122 31441, 101 0xe1, SBC PC: 0x3d6a, SP: 0x4a, A: 0x25, X: 0xf4, Y: 0x14, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 192 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3494] | 1.04 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24233, 225 24234, 99 24235, 237 99, 251 229, 76 230, 216 55372, 29 0xe1, SBC PC: 0x5ea9, SP: 0x03, A: 0xe8, X: 0x82, Y: 0xf1, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 459 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3415] | 1.20 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36004, 225 36005, 104 36006, 159 104, 95 251, 72 252, 99 25416, 252 0xe1, SBC PC: 0x8ca4, SP: 0x46, A: 0x02, X: 0x93, Y: 0x21, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 5 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3341] | 1.38 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11969, 225 11970, 28 11971, 95 28, 180 157, 219 158, 54 14043, 250 0xe1, SBC PC: 0x2ec1, SP: 0x84, A: 0x57, X: 0x81, Y: 0x34, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 92 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3322] | 1.07 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19033, 225 19034, 73 19035, 112 73, 203 251, 51 252, 51 13107, 90 0xe1, SBC PC: 0x4a59, SP: 0x50, A: 0xd4, X: 0xb2, Y: 0xfc, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3464] | 0.90 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14343, 225 14344, 20 14345, 228 20, 118 135, 115 136, 200 51315, 119 0xe1, SBC PC: 0x3807, SP: 0x2f, A: 0xcc, X: 0x73, Y: 0x93, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3447] | 0.74 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37604, 225 37605, 178 37606, 74 178, 92 56, 243 57, 23 6131, 201 0xe1, SBC PC: 0x92e4, SP: 0x21, A: 0x86, X: 0x86, Y: 0xb5, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3522] | 1.05 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 22, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55922, 241 55923, 125 55924, 107 125, 155 126, 20 5334, 139 0xf1, SBC PC: 0xda72, SP: 0xaa, A: 0x03, X: 0x8a, Y: 0x3b, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 119 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3432] | 0.86 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 33040, 225 33041, 135 33042, 161 135, 174 203, 251 204, 29 7675, 97 0xe1, SBC PC: 0x8110, SP: 0x90, A: 0x9c, X: 0x44, Y: 0x9d, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3559] | 1.04 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 59, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39797, 241 39798, 176 39799, 110 176, 126 177, 87 22388, 184 22644, 142 0xf1, SBC PC: 0x9b75, SP: 0x5c, A: 0x2b, X: 0x96, Y: 0xf6, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3509] | 0.70 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 9, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32343, 241 32344, 209 32345, 109 209, 178 210, 208 53254, 16 53510, 116 0xf1, SBC PC: 0x7e57, SP: 0x89, A: 0x8e, X: 0x1b, Y: 0x54, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 281 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3480] | 0.94 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 32046, 225 32047, 232 32048, 172 232, 132 93, 213 94, 182 46805, 29 0xe1, SBC PC: 0x7d2e, SP: 0x11, A: 0x6e, X: 0x75, Y: 0x77, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3380] | 0.83 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 28225, 225 28226, 252 28227, 18 252, 50 234, 204 235, 130 33484, 17 0xe1, SBC PC: 0x6e41, SP: 0xef, A: 0x4d, X: 0xee, Y: 0xf7, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3549] | 0.83 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 49, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 29273, 241 29274, 203 29275, 141 203, 172 204, 80 20713, 78 0xf1, SBC PC: 0x7259, SP: 0xc0, A: 0x1e, X: 0x1b, Y: 0x3d, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 207 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3536] | 0.80 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 36, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47096, 241 47097, 217 47098, 64 217, 28 218, 127 32608, 34 0xf1, SBC PC: 0xb7f8, SP: 0xd3, A: 0x46, X: 0x8c, Y: 0x44, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3361] | 1.17 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53438, 225 53439, 91 53440, 148 91, 135 199, 161 200, 178 45729, 165 0xe1, SBC PC: 0xd0be, SP: 0x8e, A: 0x3f, X: 0x6c, Y: 0x4d, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3448] | 0.89 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 42198, 225 42199, 233 42200, 110 233, 112 56, 16 57, 88 22544, 228 0xe1, SBC PC: 0xa4d6, SP: 0x9b, A: 0x07, X: 0x4f, Y: 0x58, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 35 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3495] | 1.13 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 46056, 225 46057, 71 46058, 216 71, 111 188, 218 189, 249 63962, 100 0xe1, SBC PC: 0xb3e8, SP: 0x76, A: 0x67, X: 0x75, Y: 0x17, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3398] | 0.78 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41756, 225 41757, 227 41758, 151 227, 64 96, 46 97, 197 50478, 0 0xe1, SBC PC: 0xa31c, SP: 0xa2, A: 0x6a, X: 0x7d, Y: 0xc6, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3465] | 1.00 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 35700, 225 35701, 231 35702, 241 231, 41 3, 162 4, 116 29858, 114 0xe1, SBC PC: 0x8b74, SP: 0xcd, A: 0x5e, X: 0x1c, Y: 0xf8, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3510] | 0.90 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 10, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50269, 241 50270, 56 50271, 42 56, 141 57, 198 50804, 68 51060, 132 0xf1, SBC PC: 0xc45d, SP: 0x8a, A: 0x25, X: 0xc3, Y: 0xe7, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3416] | 1.06 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11044, 225 11045, 99 11046, 98 99, 51 215, 32 216, 14 3616, 33 0xe1, SBC PC: 0x2b24, SP: 0x52, A: 0x27, X: 0x74, Y: 0x90, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3433] | 1.08 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29644, 225 29645, 106 29646, 254 106, 230 213, 180 214, 137 35252, 212 0xe1, SBC PC: 0x73cc, SP: 0x1e, A: 0xff, X: 0x6b, Y: 0x67, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 299 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3323] | 1.00 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 32015, 225 32016, 147 32017, 227 147, 21 51, 59 52, 170 43579, 33 0xe1, SBC PC: 0x7d0f, SP: 0xcc, A: 0xe9, X: 0xa0, Y: 0x5b, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 455 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3523] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 23, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12619, 241 12620, 111 12621, 179 111, 96 112, 13 3478, 227 0xf1, SBC PC: 0x314b, SP: 0x68, A: 0x6d, X: 0xb2, Y: 0x36, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3381] | 0.89 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19289, 225 19290, 147 19291, 16 147, 153 169, 247 170, 216 55543, 122 0xe1, SBC PC: 0x4b59, SP: 0x10, A: 0x22, X: 0x16, Y: 0x1d, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 168 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3550] | 1.16 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 50, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7713, 241 7714, 168 7715, 6 168, 232 169, 101 25983, 127 26239, 250 0xf1, SBC PC: 0x1e21, SP: 0x22, A: 0xbb, X: 0x3b, Y: 0x97, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3560] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 60, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46102, 241 46103, 29 46104, 94 29, 0 30, 46 11779, 98 0xf1, SBC PC: 0xb416, SP: 0x5b, A: 0x12, X: 0x4e, Y: 0x03, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3342] | 0.86 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 8860, 225 8861, 18 8862, 32 18, 122 244, 163 245, 210 53923, 247 0xe1, SBC PC: 0x229c, SP: 0xd8, A: 0x78, X: 0xe2, Y: 0xf8, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 128 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3481] | 0.94 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 64943, 225 64944, 17 64945, 177 17, 60 175, 191 176, 28 7359, 125 0xe1, SBC PC: 0xfdaf, SP: 0xb7, A: 0xf6, X: 0x9e, Y: 0xea, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3537] | 1.02 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 37, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 16518, 241 16519, 205 16520, 114 205, 227 206, 108 27730, 119 27986, 125 0xf1, SBC PC: 0x4086, SP: 0x3c, A: 0xb5, X: 0x24, Y: 0x6f, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3399] | 0.90 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 29041, 225 29042, 217 29043, 243 217, 168 105, 37 106, 226 57893, 2 0xe1, SBC PC: 0x7171, SP: 0xb6, A: 0x0d, X: 0x90, Y: 0x70, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3449] | 1.02 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 6527, 225 6528, 57 6529, 72 57, 225 44, 221 45, 15 4061, 3 0xe1, SBC PC: 0x197f, SP: 0x0d, A: 0xe2, X: 0xf3, Y: 0xe3, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 478 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3511] | 0.70 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 11, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51467, 241 51468, 203 51469, 240 203, 42 204, 101 25932, 139 0xf1, SBC PC: 0xc90b, SP: 0x94, A: 0x45, X: 0xa5, Y: 0x22, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3524] | 0.91 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 24, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 9945, 241 9946, 226 9947, 103 226, 161 227, 114 29277, 10 29533, 57 0xf1, SBC PC: 0x26d9, SP: 0xf2, A: 0xbf, X: 0xb7, Y: 0xbc, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3362] | 1.04 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 59160, 225 59161, 221 59162, 158 221, 52 68, 22 69, 91 23318, 186 0xe1, SBC PC: 0xe718, SP: 0xc1, A: 0x01, X: 0x67, Y: 0x23, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 71 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3466] | 0.76 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 39454, 225 39455, 83 39456, 43 83, 101 113, 175 114, 61 15791, 188 0xe1, SBC PC: 0x9a1e, SP: 0x2a, A: 0x3e, X: 0x1e, Y: 0x1d, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3496] | 0.76 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 23458, 225 23459, 170 23460, 105 170, 5 29, 183 30, 146 37559, 61 0xe1, SBC PC: 0x5ba2, SP: 0xdc, A: 0x37, X: 0x73, Y: 0xba, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3561] | 1.02 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 61, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 16581, 241 16582, 160 16583, 234 160, 214 161, 173 44477, 156 44733, 157 0xf1, SBC PC: 0x40c5, SP: 0xc7, A: 0xae, X: 0xc4, Y: 0xe7, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3382] | 0.96 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 4622, 225 4623, 140 4624, 138 140, 150 233, 13 234, 62 15885, 211 0xe1, SBC PC: 0x120e, SP: 0x10, A: 0x94, X: 0x5d, Y: 0x10, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3417] | 0.97 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14441, 225 14442, 179 14443, 247 179, 55 50, 214 51, 144 37078, 87 0xe1, SBC PC: 0x3869, SP: 0x65, A: 0x68, X: 0x7f, Y: 0x74, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 273 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3324] | 1.00 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 15428, 225 15429, 234 15430, 53 234, 150 230, 67 231, 250 64067, 27 0xe1, SBC PC: 0x3c44, SP: 0xa1, A: 0x99, X: 0xfc, Y: 0xa8, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 382 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3343] | 0.90 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53302, 225 53303, 39 53304, 67 39, 26 106, 56 107, 71 18232, 87 0xe1, SBC PC: 0xd036, SP: 0x91, A: 0x43, X: 0x43, Y: 0x84, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 236 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3434] | 1.05 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50837, 225 50838, 4 50839, 83 4, 245 47, 220 48, 54 14044, 142 0xe1, SBC PC: 0xc695, SP: 0xf3, A: 0x00, X: 0x2b, Y: 0x60, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 114 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3482] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 25383, 225 25384, 166 25385, 94 166, 52 182, 160 183, 170 43680, 5 0xe1, SBC PC: 0x6327, SP: 0x3c, A: 0xff, X: 0x10, Y: 0xda, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 506 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3551] | 0.80 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 51, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 65527, 241 65528, 251 65529, 182 251, 105 252, 34 8736, 214 8992, 233 0xf1, SBC PC: 0xfff7, SP: 0x7f, A: 0x15, X: 0xd8, Y: 0xb7, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 44 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3538] | 0.74 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 38, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10003, 241 10004, 242 10005, 221 242, 72 243, 17 4370, 234 4626, 238 0xf1, SBC PC: 0x2713, SP: 0xcf, A: 0x1c, X: 0x8a, Y: 0xca, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 45 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3400] | 0.92 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51898, 225 51899, 213 51900, 44 213, 62 95, 247 96, 125 32247, 181 0xe1, SBC PC: 0xcaba, SP: 0x82, A: 0x7f, X: 0x8a, Y: 0x20, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 201 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3512] | 0.99 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 12, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10, 241 11, 215 12, 149 215, 68 216, 84 21643, 153 0xf1, SBC PC: 0x000a, SP: 0x3a, A: 0xdf, X: 0x68, Y: 0x47, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3467] | 0.86 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16541, 225 16542, 102 16543, 20 102, 77 51, 237 52, 57 14829, 129 0xe1, SBC PC: 0x409d, SP: 0x3e, A: 0x23, X: 0xcd, Y: 0xbe, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 162 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3450] | 0.72 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20249, 225 20250, 6 20251, 210 6, 28 52, 204 53, 188 48332, 166 0xe1, SBC PC: 0x4f19, SP: 0x3c, A: 0x9e, X: 0x2e, Y: 0x8a, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3497] | 0.89 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16014, 225 16015, 234 16016, 147 234, 85 162, 32 163, 29 7456, 95 0xe1, SBC PC: 0x3e8e, SP: 0x49, A: 0x8e, X: 0xb8, Y: 0x9c, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3525] | 0.77 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 25, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 30496, 241 30497, 154 30498, 221 154, 189 155, 98 25343, 59 0xf1, SBC PC: 0x7720, SP: 0x3a, A: 0x8a, X: 0x07, Y: 0x42, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3363] | 0.77 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 19843, 225 19844, 113 19845, 8 113, 85 57, 174 58, 47 12206, 211 0xe1, SBC PC: 0x4d83, SP: 0x5f, A: 0x7c, X: 0xc8, Y: 0xf5, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3483] | 0.91 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 48782, 225 48783, 83 48784, 141 83, 253 79, 17 80, 246 62993, 154 0xe1, SBC PC: 0xbe8e, SP: 0x23, A: 0x78, X: 0xfc, Y: 0x72, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3344] | 0.95 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 21151, 225 21152, 157 21153, 96 157, 196 56, 169 57, 63 16297, 160 0xe1, SBC PC: 0x529f, SP: 0x20, A: 0x2d, X: 0x9b, Y: 0xcb, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 141 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3383] | 0.74 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 20358, 225 20359, 212 20360, 249 212, 100 191, 54 192, 80 20534, 248 0xe1, SBC PC: 0x4f86, SP: 0xf4, A: 0x15, X: 0xeb, Y: 0xcd, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 29 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3418] | 0.73 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 52076, 225 52077, 41 52078, 238 41, 66 51, 111 52, 218 55919, 45 0xe1, SBC PC: 0xcb6c, SP: 0x62, A: 0x58, X: 0x0a, Y: 0x44, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3562] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 62, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34259, 241 34260, 181 34261, 222 181, 222 182, 52 13401, 167 13657, 139 0xf1, SBC PC: 0x85d3, SP: 0xee, A: 0xfa, X: 0x85, Y: 0x7b, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3325] | 0.76 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 53469, 225 53470, 119 53471, 154 119, 170 108, 34 109, 1 290, 58 0xe1, SBC PC: 0xd0dd, SP: 0x35, A: 0x20, X: 0xf5, Y: 0xcc, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3552] | 1.00 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 52, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 63847, 241 63848, 73 63849, 186 73, 80 74, 162 41714, 215 0xf1, SBC PC: 0xf967, SP: 0x04, A: 0x8f, X: 0xc8, Y: 0xa2, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3435] | 0.74 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 21364, 225 21365, 3 21366, 10 3, 133 66, 70 67, 75 19270, 59 0xe1, SBC PC: 0x5374, SP: 0x2a, A: 0xa8, X: 0x3f, Y: 0x74, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3539] | 0.96 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 39, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58263, 241 58264, 59 58265, 145 59, 224 60, 19 4950, 133 5206, 102 0xf1, SBC PC: 0xe397, SP: 0x04, A: 0x58, X: 0x0e, Y: 0x76, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3451] | 0.91 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 45304, 225 45305, 174 45306, 32 174, 30 246, 170 247, 165 42410, 177 0xe1, SBC PC: 0xb0f8, SP: 0x76, A: 0x50, X: 0x48, Y: 0x63, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3401] | 1.01 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 50210, 225 50211, 247 50212, 249 247, 169 194, 178 195, 231 59314, 202 0xe1, SBC PC: 0xc422, SP: 0x4b, A: 0x60, X: 0xcb, Y: 0x61, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3468] | 1.02 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 9533, 225 9534, 11 9535, 27 11, 173 59, 211 60, 154 39635, 93 0xe1, SBC PC: 0x253d, SP: 0xc4, A: 0x78, X: 0x30, Y: 0xfb, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3526] | 1.04 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 26, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 64583, 241 64584, 165 64585, 224 165, 97 166, 214 54970, 223 0xf1, SBC PC: 0xfc47, SP: 0xc1, A: 0xa7, X: 0xc2, Y: 0x59, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3498] | 1.10 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 14639, 225 14640, 22 14641, 254 22, 165 30, 188 31, 220 56508, 88 0xe1, SBC PC: 0x392f, SP: 0x82, A: 0x09, X: 0x08, Y: 0x50, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 177 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3565] | 0.73 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 65, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37000, 241 37001, 209 37002, 68 209, 145 210, 72 18685, 166 0xf1, SBC PC: 0x9088, SP: 0x67, A: 0x4d, X: 0x54, Y: 0x6c, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3364] | 0.95 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 36651, 225 36652, 142 36653, 243 142, 238 132, 97 133, 161 41313, 80 0xe1, SBC PC: 0x8f2b, SP: 0x2e, A: 0xe9, X: 0xf6, Y: 0x0f, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3384] | 1.01 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 11680, 225 11681, 200 11682, 203 200, 221 32, 248 33, 246 63224, 253 0xe1, SBC PC: 0x2da0, SP: 0x52, A: 0x83, X: 0x58, Y: 0x09, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 134 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3419] | 0.95 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 58018, 225 58019, 198 58020, 88 198, 29 49, 63 50, 85 21823, 83 0xe1, SBC PC: 0xe2a2, SP: 0x3d, A: 0x5a, X: 0x6b, Y: 0xd5, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 262 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3563] | 1.05 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 63, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5166, 241 5167, 235 5168, 60 235, 90 236, 210 53760, 140 54016, 182 0xf1, SBC PC: 0x142e, SP: 0x93, A: 0x60, X: 0xdf, Y: 0xa6, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 170 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3326] | 0.96 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 16782, 225 16783, 178 16784, 46 178, 19 8, 253 9, 234 60157, 73 0xe1, SBC PC: 0x418e, SP: 0x08, A: 0xa4, X: 0x56, Y: 0xa1, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3577] | 0.67 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 77, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24808, 241 24809, 170 24810, 64 170, 193 171, 154 39430, 220 39686, 165 0xf1, SBC PC: 0x60e8, SP: 0x2e, A: 0xf7, X: 0x0b, Y: 0x45, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 337 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3436] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7464, 225 7465, 223 7466, 116 223, 132 155, 157 156, 161 41373, 9 0xe1, SBC PC: 0x1d28, SP: 0xee, A: 0x2e, X: 0xbc, Y: 0xbf, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 292 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3345] | 1.05 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 41276, 225 41277, 77 41278, 130 77, 58 142, 167 143, 202 51879, 97 0xe1, SBC PC: 0xa13c, SP: 0xef, A: 0x1d, X: 0x41, Y: 0x68, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3589] | 0.81 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 89, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7172, 241 7173, 244 7174, 121 244, 242 245, 196 50206, 166 50462, 10 0xf1, SBC PC: 0x1c04, SP: 0x77, A: 0xb5, X: 0xa2, Y: 0x2c, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 426 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3600] | 0.73 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 100, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48343, 241 48344, 237 48345, 136 237, 69 238, 0 248, 116 0xf1, SBC PC: 0xbcd7, SP: 0xaf, A: 0x9a, X: 0x89, Y: 0xb3, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 293 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3452] | 0.79 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 37397, 225 37398, 187 37399, 245 187, 97 101, 237 102, 168 43245, 137 0xe1, SBC PC: 0x9215, SP: 0xda, A: 0xa3, X: 0xaa, Y: 0x77, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3566] | 0.90 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 66, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26672, 241 26673, 132 26674, 74 132, 9 133, 85 21893, 249 0xf1, SBC PC: 0x6830, SP: 0x70, A: 0xeb, X: 0x7e, Y: 0x7c, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3402] | 0.83 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 7716, 225 7717, 62 7718, 146 62, 122 35, 244 36, 86 22260, 195 0xe1, SBC PC: 0x1e24, SP: 0x63, A: 0xdb, X: 0xe5, Y: 0x0f, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3578] | 0.84 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 78, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61140, 241 61141, 206 61142, 233 206, 59 207, 156 39995, 204 0xf1, SBC PC: 0xeed4, SP: 0xc3, A: 0x2f, X: 0x28, Y: 0x00, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3611] | 0.74 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 111, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62920, 241 62921, 96 62922, 128 96, 47 97, 178 45765, 196 0xf1, SBC PC: 0xf5c8, SP: 0x6d, A: 0xbb, X: 0x56, Y: 0x96, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3622] | 0.78 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 122, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19641, 241 19642, 1 19643, 215 1, 218 2, 98 25155, 179 25411, 125 0xf1, SBC PC: 0x4cb9, SP: 0xe7, A: 0x57, X: 0x75, Y: 0x69, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3365] | 0.77 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 24427, 225 24428, 25 24429, 185 25, 68 4, 210 5, 196 50386, 94 0xe1, SBC PC: 0x5f6b, SP: 0xc9, A: 0x4b, X: 0xeb, Y: 0xbc, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3632] | 0.85 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 132, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21837, 241 21838, 21 21839, 180 21, 17 22, 240 61645, 34 0xf1, SBC PC: 0x554d, SP: 0xf9, A: 0x68, X: 0x8b, Y: 0xbc, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 325 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3652] | 0.97 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 152, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39377, 241 39378, 223 39379, 72 223, 153 224, 250 64020, 5 64276, 171 0xf1, SBC PC: 0x99d1, SP: 0x8a, A: 0x64, X: 0x11, Y: 0x7b, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3642] | 1.11 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 142, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57011, 241 57012, 26 57013, 206 26, 194 27, 181 46394, 193 46650, 171 0xf1, SBC PC: 0xdeb3, SP: 0x6e, A: 0x34, X: 0x28, Y: 0x78, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3327] | 0.98 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 54844, 225 54845, 222 54846, 188 222, 217 153, 248 154, 245 62968, 159 0xe1, SBC PC: 0xd63c, SP: 0xd1, A: 0x2a, X: 0xbb, Y: 0xb8, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 138 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3661] | 0.93 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 161, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 31428, 241 31429, 182 31430, 121 182, 44 183, 134 34453, 131 0xf1, SBC PC: 0x7ac4, SP: 0x53, A: 0x73, X: 0x62, Y: 0x69, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3564] | 0.75 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 64, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53076, 241 53077, 225 53078, 23 225, 216 226, 25 6630, 159 0xf1, SBC PC: 0xcf54, SP: 0x11, A: 0x3f, X: 0x1e, Y: 0x0e, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 159 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3590] | 0.99 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 90, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20506, 241 20507, 97 20508, 98 97, 52 98, 132 34040, 244 0xf1, SBC PC: 0x501a, SP: 0x88, A: 0x6e, X: 0xb5, Y: 0xc4, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 121 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3601] | 0.94 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 101, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37227, 241 37228, 170 37229, 52 170, 74 171, 208 53257, 131 53513, 79 0xf1, SBC PC: 0x916b, SP: 0xa2, A: 0x50, X: 0x74, Y: 0xbf, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3346] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 63576, 225 63577, 253 63578, 64 253, 234 85, 90 86, 54 13914, 60 0xe1, SBC PC: 0xf858, SP: 0x59, A: 0xb4, X: 0x58, Y: 0x72, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3670] | 0.90 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 170, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 28556, 241 28557, 153 28558, 101 153, 3 154, 27 7031, 231 0xf1, SBC PC: 0x6f8c, SP: 0xac, A: 0x24, X: 0x4d, Y: 0x74, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3567] | 0.68 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 67, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21048, 241 21049, 37 21050, 72 37, 179 38, 114 29315, 11 29571, 114 0xf1, SBC PC: 0x5238, SP: 0x0c, A: 0x3a, X: 0xe3, Y: 0xd0, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3679] | 1.01 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 179, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48860, 241 48861, 7 48862, 167 7, 132 8, 149 38364, 160 0xf1, SBC PC: 0xbedc, SP: 0x09, A: 0x10, X: 0xe8, Y: 0x58, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 112 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3612] | 0.93 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 112, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40888, 241 40889, 51 40890, 129 51, 92 52, 127 32755, 242 0xf1, SBC PC: 0x9fb8, SP: 0xb1, A: 0x3d, X: 0x93, Y: 0x97, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3579] | 0.90 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 79, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55083, 241 55084, 192 55085, 130 192, 24 193, 97 25058, 60 0xf1, SBC PC: 0xd72b, SP: 0xcd, A: 0xd6, X: 0xb6, Y: 0xca, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 410 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3623] | 1.00 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 123, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27447, 241 27448, 123 27449, 57 123, 35 124, 99 25377, 231 25633, 32 0xf1, SBC PC: 0x6b37, SP: 0x88, A: 0x2c, X: 0xcd, Y: 0xfe, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3366] | 0.93 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 47948, 225 47949, 175 47950, 195 175, 155 150, 146 151, 38 9874, 158 0xe1, SBC PC: 0xbb4c, SP: 0x17, A: 0x2c, X: 0xe7, Y: 0x98, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3633] | 1.00 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 133, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44727, 241 44728, 25 44729, 247 25, 80 26, 116 29804, 228 0xf1, SBC PC: 0xaeb7, SP: 0x63, A: 0x85, X: 0x6d, Y: 0x1c, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3696] | 1.00 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 196, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21180, 241 21181, 10 21182, 108 10, 249 11, 182 46593, 51 46849, 2 0xf1, SBC PC: 0x52bc, SP: 0x76, A: 0xa7, X: 0xa3, Y: 0x08, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 421 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3653] | 0.77 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 153, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44610, 241 44611, 80 44612, 42 80, 37 81, 23 6129, 169 0xf1, SBC PC: 0xae42, SP: 0xb2, A: 0xe6, X: 0x4f, Y: 0xcc, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3688] | 0.77 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 188, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45424, 241 45425, 54 45426, 192 54, 174 55, 4 1110, 78 1366, 181 0xf1, SBC PC: 0xb170, SP: 0x5c, A: 0xbf, X: 0x26, Y: 0xa8, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3662] | 0.71 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 162, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 56411, 241 56412, 184 56413, 50 184, 222 185, 169 43327, 217 43583, 194 0xf1, SBC PC: 0xdc5b, SP: 0xc7, A: 0x38, X: 0x6d, Y: 0x61, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 117 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json-i3347] | 0.88 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/e1.json 51137, 225 51138, 227 51139, 95 227, 127 46, 79 47, 111 28495, 229 0xe1, SBC PC: 0xc7c1, SP: 0x1a, A: 0x06, X: 0x4b, Y: 0x77, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 32 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3643] | 0.78 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 143, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 56623, 241 56624, 174 56625, 31 174, 206 175, 164 42101, 194 42357, 131 0xf1, SBC PC: 0xdd2f, SP: 0xf3, A: 0x3d, X: 0xb2, Y: 0xa7, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3602] | 0.72 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 102, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 9474, 241 9475, 90 9476, 177 90, 212 91, 179 46048, 59 0xf1, SBC PC: 0x2502, SP: 0x56, A: 0x3e, X: 0xdb, Y: 0x0c, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3591] | 0.90 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 91, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60265, 241 60266, 123 60267, 37 123, 250 124, 232 59490, 90 59746, 98 0xf1, SBC PC: 0xeb69, SP: 0xe0, A: 0x12, X: 0x6e, Y: 0x68, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3568] | 0.85 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 68, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18749, 241 18750, 27 18751, 30 27, 141 28, 220 56390, 152 56646, 228 0xf1, SBC PC: 0x493d, SP: 0x10, A: 0x6a, X: 0x4f, Y: 0xb9, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 134 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3671] | 0.99 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 171, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6449, 241 6450, 100 6451, 37 100, 35 101, 16 4184, 183 0xf1, SBC PC: 0x1931, SP: 0x6c, A: 0x3d, X: 0xbf, Y: 0x35, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 134 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3613] | 1.10 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 113, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1698, 241 1699, 226 1700, 132 226, 182 227, 135 34660, 175 34916, 40 0xf1, SBC PC: 0x06a2, SP: 0x97, A: 0x23, X: 0xcc, Y: 0xae, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3580] | 0.71 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 80, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20089, 241 20090, 12 20091, 61 12, 40 13, 86 22221, 146 0xf1, SBC PC: 0x4e79, SP: 0xf8, A: 0xf3, X: 0xe1, Y: 0xa5, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3680] | 1.10 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 180, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24621, 241 24622, 22 24623, 229 22, 26 23, 48 12291, 69 12547, 9 0xf1, SBC PC: 0x602d, SP: 0x3c, A: 0xd9, X: 0xd8, Y: 0xe9, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 463 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3704] | 1.32 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 204, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46621, 241 46622, 75 46623, 70 75, 47 76, 50 12842, 230 13098, 141 0xf1, SBC PC: 0xb61d, SP: 0xb2, A: 0x66, X: 0x2d, Y: 0xfb, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3624] | 0.78 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 124, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59915, 241 59916, 41 59917, 246 41, 97 42, 95 24501, 82 0xf1, SBC PC: 0xea0b, SP: 0xdf, A: 0xce, X: 0x2d, Y: 0x54, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 379 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3654] | 0.96 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 154, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57805, 241 57806, 61 57807, 105 61, 172 62, 90 23066, 100 23322, 162 0xf1, SBC PC: 0xe1cd, SP: 0x5a, A: 0x5d, X: 0xef, Y: 0x6e, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3663] | 1.11 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 163, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 29768, 241 29769, 107 29770, 40 107, 184 108, 203 52083, 222 52339, 148 0xf1, SBC PC: 0x7448, SP: 0xca, A: 0x28, X: 0xca, Y: 0xbb, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3634] | 0.96 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 134, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34224, 241 34225, 69 34226, 180 69, 116 70, 226 58018, 136 0xf1, SBC PC: 0x85b0, SP: 0x31, A: 0xe1, X: 0xfa, Y: 0x2e, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 345 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3689] | 1.43 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 189, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 22230, 241 22231, 13 22232, 220 13, 76 14, 47 12252, 255 0xf1, SBC PC: 0x56d6, SP: 0xf6, A: 0xbb, X: 0x28, Y: 0x90, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 187 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3603] | 0.93 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 103, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59850, 241 59851, 44 59852, 107 44, 64 45, 37 9538, 49 0xf1, SBC PC: 0xe9ca, SP: 0xc2, A: 0xf7, X: 0xc6, Y: 0x02, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 454 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3697] | 0.70 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 197, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2595, 241 2596, 69 2597, 123 69, 231 70, 15 4065, 27 4321, 135 0xf1, SBC PC: 0x0a23, SP: 0x02, A: 0x59, X: 0xd1, Y: 0xfa, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3644] | 1.16 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 144, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49588, 241 49589, 114 49590, 139 114, 96 115, 4 1052, 157 1308, 134 0xf1, SBC PC: 0xc1b4, SP: 0xaf, A: 0x63, X: 0xf5, Y: 0xbc, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 221 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3712] | 0.94 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 212, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20309, 241 20310, 37 20311, 33 37, 180 38, 97 24945, 150 25201, 156 0xf1, SBC PC: 0x4f55, SP: 0x87, A: 0x23, X: 0xf9, Y: 0xbd, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3569] | 0.93 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 69, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 28194, 241 28195, 228 28196, 102 228, 177 229, 211 54144, 30 54400, 119 0xf1, SBC PC: 0x6e22, SP: 0x2a, A: 0x58, X: 0xec, Y: 0xcf, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 225 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3592] | 1.38 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 92, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 29383, 241 29384, 162 29385, 218 162, 201 163, 94 24131, 223 24387, 169 0xf1, SBC PC: 0x72c7, SP: 0x2f, A: 0xde, X: 0xb3, Y: 0x7a, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3581] | 0.99 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 81, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33206, 241 33207, 189 33208, 25 189, 144 190, 226 58010, 23 0xf1, SBC PC: 0x81b6, SP: 0x31, A: 0xf2, X: 0xce, Y: 0x0a, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 474 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3672] | 0.77 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 172, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35743, 241 35744, 178 35745, 32 178, 78 179, 183 46999, 112 0xf1, SBC PC: 0x8b9f, SP: 0xe6, A: 0xd1, X: 0xdc, Y: 0x49, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3625] | 1.03 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 125, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58327, 241 58328, 151 58329, 48 151, 14 152, 143 36698, 184 0xf1, SBC PC: 0xe3d7, SP: 0xd6, A: 0xe1, X: 0x60, Y: 0x4c, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3698] | 1.03 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 198, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2, 241 3, 10 4, 81 10, 25 11, 58 14875, 118 0xf1, SBC PC: 0x0002, SP: 0xc6, A: 0xbb, X: 0x1d, Y: 0x02, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 324 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3614] | 0.91 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 114, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5806, 241 5807, 39 5808, 223 39, 254 40, 112 28687, 136 28943, 33 0xf1, SBC PC: 0x16ae, SP: 0x44, A: 0x5e, X: 0xb7, Y: 0x11, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3681] | 0.86 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 181, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 31263, 241 31264, 120 31265, 36 120, 12 121, 249 63949, 141 0xf1, SBC PC: 0x7a1f, SP: 0xca, A: 0xde, X: 0xb2, Y: 0xc1, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3655] | 0.69 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 155, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47998, 241 47999, 110 48000, 40 110, 186 111, 36 9433, 8 0xf1, SBC PC: 0xbb7e, SP: 0x53, A: 0x62, X: 0xc5, Y: 0x1f, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3635] | 1.19 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 135, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 38071, 241 38072, 128 38073, 243 128, 135 129, 113 29099, 14 0xf1, SBC PC: 0x94b7, SP: 0xbd, A: 0x00, X: 0xd9, Y: 0x24, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3604] | 0.72 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 104, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46682, 241 46683, 210 46684, 132 210, 196 211, 162 41700, 102 0xf1, SBC PC: 0xb65a, SP: 0xec, A: 0x1a, X: 0x8a, Y: 0x20, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 179 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3664] | 1.12 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 164, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34164, 241 34165, 237 34166, 216 237, 13 238, 238 61113, 146 0xf1, SBC PC: 0x8574, SP: 0xba, A: 0x59, X: 0x9b, Y: 0xac, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3713] | 0.79 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 213, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37090, 241 37091, 227 37092, 135 227, 98 228, 198 50922, 81 0xf1, SBC PC: 0x90e2, SP: 0xb4, A: 0xa0, X: 0x31, Y: 0x88, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3705] | 1.02 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 205, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60539, 241 60540, 87 60541, 2 87, 237 88, 253 64920, 152 65176, 71 0xf1, SBC PC: 0xec7b, SP: 0xe7, A: 0x07, X: 0x3e, Y: 0xab, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3570] | 0.79 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 70, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 56409, 241 56410, 144 56411, 98 144, 99 145, 21 5437, 240 5693, 139 0xf1, SBC PC: 0xdc59, SP: 0xb8, A: 0xd6, X: 0x7d, Y: 0xda, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3673] | 1.14 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 173, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 4826, 241 4827, 196 4828, 106 196, 23 197, 58 15064, 28 0xf1, SBC PC: 0x12da, SP: 0x22, A: 0x2c, X: 0xa3, Y: 0xc1, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 271 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3645] | 1.01 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 145, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50855, 241 50856, 237 50857, 99 237, 75 238, 234 59999, 82 0xf1, SBC PC: 0xc6a7, SP: 0x96, A: 0xcf, X: 0x72, Y: 0x14, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 380 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3582] | 0.95 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 82, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27939, 241 27940, 153 27941, 161 153, 170 154, 215 55275, 131 0xf1, SBC PC: 0x6d23, SP: 0x7a, A: 0xe2, X: 0xa6, Y: 0x41, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3690] | 0.85 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 190, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 4297, 241 4298, 146 4299, 161 146, 197 147, 130 33288, 220 33544, 111 0xf1, SBC PC: 0x10c9, SP: 0xe7, A: 0xdf, X: 0x9b, Y: 0x43, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 368 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3656] | 0.90 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 156, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40500, 241 40501, 11 40502, 113 11, 160 12, 251 64441, 184 0xf1, SBC PC: 0x9e34, SP: 0xd6, A: 0x3b, X: 0xaf, Y: 0x19, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 131 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3626] | 0.96 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 126, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47147, 241 47148, 20 47149, 137 20, 101 21, 168 43030, 187 43286, 23 0xf1, SBC PC: 0xb82b, SP: 0x29, A: 0x81, X: 0x85, Y: 0xb1, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3593] | 0.90 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 93, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32590, 241 32591, 107 32592, 222 107, 56 108, 66 16907, 173 17163, 121 0xf1, SBC PC: 0x7f4e, SP: 0x6b, A: 0x97, X: 0xc2, Y: 0xd3, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3615] | 0.98 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 115, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37459, 241 37460, 167 37461, 107 167, 209 168, 44 11299, 185 11555, 46 0xf1, SBC PC: 0x9253, SP: 0x75, A: 0x88, X: 0xbd, Y: 0x52, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3605] | 1.12 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 105, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23038, 241 23039, 228 23040, 91 228, 71 229, 146 37587, 39 0xf1, SBC PC: 0x59fe, SP: 0x94, A: 0xab, X: 0x26, Y: 0x8c, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 387 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3682] | 1.02 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 182, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 31007, 241 31008, 194 31009, 139 194, 78 195, 19 4994, 238 0xf1, SBC PC: 0x791f, SP: 0x64, A: 0x6b, X: 0x2e, Y: 0x34, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 124 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3699] | 0.93 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 199, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57659, 241 57660, 172 57661, 88 172, 143 173, 11 2953, 158 3209, 238 0xf1, SBC PC: 0xe13b, SP: 0x92, A: 0x0c, X: 0x60, Y: 0xfa, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 29 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3714] | 1.04 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 214, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51354, 241 51355, 113 51356, 47 113, 176 114, 47 12096, 180 12352, 13 0xf1, SBC PC: 0xc89a, SP: 0x5d, A: 0x13, X: 0xa4, Y: 0x90, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 261 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3571] | 0.91 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 71, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41258, 241 41259, 248 41260, 13 248, 30 249, 93 23885, 76 0xf1, SBC PC: 0xa12a, SP: 0xe3, A: 0xab, X: 0xd5, Y: 0x2f, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 350 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3706] | 1.04 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 206, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 43566, 241 43567, 16 43568, 121 16, 239 17, 97 24995, 246 25251, 31 0xf1, SBC PC: 0xaa2e, SP: 0xd0, A: 0x99, X: 0x73, Y: 0xb4, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3636] | 1.18 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 136, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 14977, 241 14978, 117 14979, 160 117, 238 118, 135 34719, 205 34975, 13 0xf1, SBC PC: 0x3a81, SP: 0x49, A: 0x75, X: 0xcb, Y: 0xb1, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 359 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3665] | 0.88 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 165, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2569, 241 2570, 27 2571, 184 27, 54 28, 131 33714, 21 0xf1, SBC PC: 0x0a09, SP: 0x5b, A: 0x84, X: 0x57, Y: 0x7c, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3691] | 1.19 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 191, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48302, 241 48303, 238 48304, 49 238, 59 239, 63 16203, 151 0xf1, SBC PC: 0xbcae, SP: 0xa7, A: 0xb6, X: 0x9d, Y: 0x10, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3646] | 1.06 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 146, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 11918, 241 11919, 136 11920, 10 136, 29 137, 211 54271, 180 0xf1, SBC PC: 0x2e8e, SP: 0x37, A: 0xd1, X: 0xcd, Y: 0xe2, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3674] | 0.75 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 174, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61750, 241 61751, 114 61752, 164 114, 38 115, 76 19648, 61 0xf1, SBC PC: 0xf136, SP: 0x27, A: 0x95, X: 0xd4, Y: 0x9a, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3583] | 0.91 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 83, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19287, 241 19288, 201 19289, 23 201, 114 202, 17 4385, 179 4641, 89 0xf1, SBC PC: 0x4b57, SP: 0x1b, A: 0x48, X: 0x52, Y: 0xaf, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3657] | 0.64 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 157, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20384, 241 20385, 189 20386, 21 189, 122 190, 123 31684, 146 0xf1, SBC PC: 0x4fa0, SP: 0x87, A: 0x1f, X: 0x2e, Y: 0x4a, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 140 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3594] | 1.31 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 94, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 30312, 241 30313, 75 30314, 135 75, 156 76, 178 45696, 204 45952, 168 0xf1, SBC PC: 0x7668, SP: 0x13, A: 0xdc, X: 0x4d, Y: 0xe4, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 308 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3627] | 1.06 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 127, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5728, 241 5729, 141 5730, 78 141, 21 142, 166 42744, 138 0xf1, SBC PC: 0x1660, SP: 0x59, A: 0xda, X: 0xde, Y: 0xe3, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3616] | 0.71 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 116, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2146, 241 2147, 145 2148, 209 145, 115 146, 203 52170, 73 0xf1, SBC PC: 0x0862, SP: 0xa9, A: 0xe2, X: 0xee, Y: 0x57, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 408 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3700] | 1.10 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 200, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1199, 241 1200, 26 1201, 94 26, 238 27, 137 35088, 193 35344, 121 0xf1, SBC PC: 0x04af, SP: 0x8e, A: 0xf8, X: 0x0b, Y: 0x22, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 383 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3683] | 0.97 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 183, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47340, 241 47341, 167 47342, 100 167, 90 168, 251 64491, 83 0xf1, SBC PC: 0xb8ec, SP: 0xda, A: 0x39, X: 0x51, Y: 0x91, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3606] | 0.79 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 106, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19164, 241 19165, 156 19166, 172 156, 85 157, 24 6258, 128 0xf1, SBC PC: 0x4adc, SP: 0x8e, A: 0x26, X: 0x10, Y: 0x1d, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3572] | 0.73 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 72, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13911, 241 13912, 100 13913, 6 100, 226 101, 101 25962, 228 26218, 115 0xf1, SBC PC: 0x3657, SP: 0xa9, A: 0x96, X: 0xd7, Y: 0x88, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 290 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3715] | 1.03 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 215, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59299, 241 59300, 254 59301, 47 254, 68 255, 105 27033, 172 0xf1, SBC PC: 0xe7a3, SP: 0x34, A: 0x80, X: 0xed, Y: 0x55, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 212 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3666] | 1.37 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 166, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 11480, 241 11481, 245 11482, 177 245, 76 246, 142 36499, 166 0xf1, SBC PC: 0x2cd8, SP: 0x6e, A: 0x28, X: 0x4d, Y: 0x47, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 129 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3658] | 0.83 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 158, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60340, 241 60341, 221 60342, 122 221, 216 222, 56 14447, 246 14703, 70 0xf1, SBC PC: 0xebb4, SP: 0x64, A: 0xe7, X: 0x9a, Y: 0x97, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 417 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3675] | 0.97 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 175, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5173, 241 5174, 205 5175, 151 205, 175 206, 48 12402, 56 12658, 30 0xf1, SBC PC: 0x1435, SP: 0x02, A: 0xe6, X: 0x76, Y: 0xc3, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 456 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3707] | 1.19 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 207, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59033, 241 59034, 25 59035, 23 25, 196 26, 113 29148, 139 0xf1, SBC PC: 0xe699, SP: 0xf0, A: 0xee, X: 0x68, Y: 0x18, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3584] | 0.69 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 84, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60683, 241 60684, 97 60685, 165 97, 126 98, 188 48374, 161 0xf1, SBC PC: 0xed0b, SP: 0xba, A: 0xd9, X: 0xb5, Y: 0x78, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3637] | 1.04 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 137, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 65303, 241 65304, 77 65305, 202 77, 198 78, 192 49348, 81 49604, 253 0xf1, SBC PC: 0xff17, SP: 0x59, A: 0x56, X: 0x42, Y: 0xfe, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 88 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3647] | 0.90 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 147, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26206, 241 26207, 47 26208, 111 47, 126 48, 239 61186, 248 61442, 65 0xf1, SBC PC: 0x665e, SP: 0x7c, A: 0xf5, X: 0x32, Y: 0x84, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3617] | 0.94 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 117, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47352, 241 47353, 2 47354, 235 2, 32 3, 39 10142, 73 0xf1, SBC PC: 0xb8f8, SP: 0xd2, A: 0x12, X: 0x25, Y: 0x7e, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3692] | 1.21 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 192, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 42549, 241 42550, 142 42551, 106 142, 190 143, 64 16625, 51 0xf1, SBC PC: 0xa635, SP: 0xe3, A: 0x49, X: 0xac, Y: 0x33, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3573] | 0.96 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 73, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 17663, 241 17664, 194 17665, 20 194, 146 195, 222 56995, 217 0xf1, SBC PC: 0x44ff, SP: 0x6f, A: 0xfd, X: 0x5d, Y: 0x11, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3607] | 0.96 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 107, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53658, 241 53659, 7 53660, 23 7, 114 8, 69 17877, 195 0xf1, SBC PC: 0xd19a, SP: 0x07, A: 0x30, X: 0xd0, Y: 0x63, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 109 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3628] | 0.74 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 128, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26480, 241 26481, 68 26482, 180 68, 183 69, 167 42926, 5 43182, 229 0xf1, SBC PC: 0x6770, SP: 0x8c, A: 0x9e, X: 0x5d, Y: 0xf7, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3684] | 1.25 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 184, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48784, 241 48785, 103 48786, 19 103, 76 104, 131 33680, 238 0xf1, SBC PC: 0xbe90, SP: 0x08, A: 0x09, X: 0x73, Y: 0x44, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 27 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3701] | 1.00 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 201, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21821, 241 21822, 164 21823, 69 164, 40 165, 187 47962, 4 0xf1, SBC PC: 0x553d, SP: 0x97, A: 0xfa, X: 0x36, Y: 0x32, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 502 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3595] | 0.87 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 95, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58390, 241 58391, 79 58392, 152 79, 185 80, 122 31328, 174 31584, 217 0xf1, SBC PC: 0xe416, SP: 0x4a, A: 0xfc, X: 0xf2, Y: 0xa7, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3659] | 0.94 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 159, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12716, 241 12717, 218 12718, 176 218, 17 219, 146 37463, 35 0xf1, SBC PC: 0x31ac, SP: 0xf5, A: 0xa8, X: 0x05, Y: 0x46, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3716] | 1.18 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 216, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20679, 241 20680, 149 20681, 125 149, 86 150, 9 2307, 156 2563, 55 0xf1, SBC PC: 0x50c7, SP: 0x68, A: 0x69, X: 0x02, Y: 0xad, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 305 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3585] | 0.89 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 85, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18680, 241 18681, 82 18682, 87 82, 112 83, 237 60872, 73 0xf1, SBC PC: 0x48f8, SP: 0x40, A: 0x9a, X: 0xb7, Y: 0x58, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3676] | 0.71 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 176, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44202, 241 44203, 214 44204, 10 214, 42 215, 99 25389, 71 0xf1, SBC PC: 0xacaa, SP: 0x1b, A: 0x63, X: 0xfc, Y: 0x03, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3648] | 1.03 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 148, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55846, 241 55847, 60 55848, 64 60, 252 61, 61 15826, 131 16082, 219 0xf1, SBC PC: 0xda26, SP: 0x66, A: 0xdd, X: 0x18, Y: 0xd6, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 258 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3618] | 0.75 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 118, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34660, 241 34661, 215 34662, 178 215, 86 216, 165 42454, 195 0xf1, SBC PC: 0x8764, SP: 0x8a, A: 0x68, X: 0xcd, Y: 0x80, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3708] | 0.92 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 208, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46091, 241 46092, 241 46093, 253 241, 175 242, 234 60081, 113 0xf1, SBC PC: 0xb40b, SP: 0x4f, A: 0x58, X: 0x02, Y: 0x02, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3638] | 1.12 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 138, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1813, 241 1814, 167 1815, 101 167, 134 168, 19 4999, 196 0xf1, SBC PC: 0x0715, SP: 0xb8, A: 0x8d, X: 0xf4, Y: 0x01, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3629] | 0.95 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 129, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19231, 241 19232, 185 19233, 21 185, 73 186, 32 8382, 132 0xf1, SBC PC: 0x4b1f, SP: 0x69, A: 0x48, X: 0xb1, Y: 0x75, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 195 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3667] | 0.86 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 167, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41205, 241 41206, 9 41207, 242 9, 30 10, 126 32347, 198 0xf1, SBC PC: 0xa0f5, SP: 0x98, A: 0x4a, X: 0x03, Y: 0x3d, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3574] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 74, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50231, 241 50232, 131 50233, 57 131, 40 132, 20 5177, 95 0xf1, SBC PC: 0xc437, SP: 0x41, A: 0xfb, X: 0xc9, Y: 0x11, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 411 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3608] | 0.72 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 108, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19442, 241 19443, 159 19444, 126 159, 124 160, 45 11551, 177 11807, 57 0xf1, SBC PC: 0x4bf2, SP: 0x5f, A: 0xa3, X: 0xe9, Y: 0xa3, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 361 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3693] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 193, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18089, 241 18090, 215 18091, 169 215, 62 216, 242 62107, 165 0xf1, SBC PC: 0x46a9, SP: 0xbc, A: 0xc5, X: 0x2f, Y: 0x5d, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 288 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3596] | 1.06 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 96, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62972, 241 62973, 163 62974, 251 163, 213 164, 113 29111, 240 29367, 42 0xf1, SBC PC: 0xf5fc, SP: 0x53, A: 0x03, X: 0x0b, Y: 0xe2, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 216 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3677] | 0.87 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 177, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8401, 241 8402, 193 8403, 231 193, 218 194, 157 40351, 24 40607, 79 0xf1, SBC PC: 0x20d1, SP: 0xe5, A: 0x6d, X: 0x87, Y: 0xc5, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3702] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 202, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6293, 241 6294, 136 6295, 144 136, 199 137, 230 59009, 74 59265, 216 0xf1, SBC PC: 0x1895, SP: 0x01, A: 0x3b, X: 0xfb, Y: 0xba, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3586] | 1.03 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 86, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48300, 241 48301, 8 48302, 87 8, 163 9, 14 3700, 132 3956, 52 0xf1, SBC PC: 0xbcac, SP: 0xd6, A: 0xe2, X: 0x55, Y: 0xd1, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 429 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3660] | 0.89 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 160, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44685, 241 44686, 60 44687, 168 60, 227 61, 106 27318, 111 27574, 188 0xf1, SBC PC: 0xae8d, SP: 0x62, A: 0x87, X: 0x1e, Y: 0xd3, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 202 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3685] | 0.93 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 185, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24187, 241 24188, 229 24189, 49 229, 64 230, 15 4058, 75 0xf1, SBC PC: 0x5e7b, SP: 0xba, A: 0xc0, X: 0x26, Y: 0x9a, [1, 0, 1, 0, 0, 0, 0, 1] SBC performed 373 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3619] | 0.99 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 119, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51662, 241 51663, 119 51664, 208 119, 127 120, 142 36531, 198 0xf1, SBC PC: 0xc9ce, SP: 0xe3, A: 0xae, X: 0xd5, Y: 0x34, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3717] | 0.87 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 217, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27698, 241 27699, 48 27700, 165 48, 216 49, 93 24048, 90 0xf1, SBC PC: 0x6c32, SP: 0x9e, A: 0x27, X: 0xe4, Y: 0x18, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 205 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3649] | 1.14 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 149, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59558, 241 59559, 99 59560, 48 99, 189 100, 149 38258, 175 38514, 72 0xf1, SBC PC: 0xe8a6, SP: 0x71, A: 0xdc, X: 0x24, Y: 0xb5, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3709] | 1.24 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 209, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 38849, 241 38850, 227 38851, 59 227, 227 228, 163 41830, 124 42086, 164 0xf1, SBC PC: 0x97c1, SP: 0xaf, A: 0x4d, X: 0x7b, Y: 0x83, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 169 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3575] | 1.00 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 75, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40228, 241 40229, 210 40230, 130 210, 90 211, 27 6953, 222 7209, 61 0xf1, SBC PC: 0x9d24, SP: 0xa0, A: 0xa1, X: 0x55, Y: 0xcf, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3668] | 1.01 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 168, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33115, 241 33116, 136 33117, 68 136, 1 137, 68 17447, 59 0xf1, SBC PC: 0x815b, SP: 0x21, A: 0xbc, X: 0x2e, Y: 0x26, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 385 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3609] | 0.91 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 109, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55721, 241 55722, 123 55723, 13 123, 242 124, 209 53752, 164 0xf1, SBC PC: 0xd9a9, SP: 0x19, A: 0xd7, X: 0x22, Y: 0x06, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 307 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3630] | 0.84 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 130, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 64077, 241 64078, 87 64079, 65 87, 58 88, 131 33662, 87 0xf1, SBC PC: 0xfa4d, SP: 0x63, A: 0x77, X: 0x9f, Y: 0x44, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3694] | 1.16 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 194, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18826, 241 18827, 239 18828, 128 239, 65 240, 132 33794, 96 34050, 30 0xf1, SBC PC: 0x498a, SP: 0xbd, A: 0x98, X: 0xe3, Y: 0xc1, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 377 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3639] | 0.96 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 139, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50069, 241 50070, 122 50071, 62 122, 235 123, 106 27342, 74 27598, 235 0xf1, SBC PC: 0xc395, SP: 0x1a, A: 0xe0, X: 0xed, Y: 0xe3, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 245 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3703] | 1.07 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 203, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27352, 241 27353, 176 27354, 187 176, 133 177, 134 34518, 161 0xf1, SBC PC: 0x6ad8, SP: 0x9b, A: 0x3e, X: 0xb9, Y: 0x51, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3678] | 0.82 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 178, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 22843, 241 22844, 165 22845, 231 165, 112 166, 52 13510, 214 0xf1, SBC PC: 0x593b, SP: 0xfb, A: 0x0b, X: 0xc6, Y: 0x56, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 53 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3720] | 1.26 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 220, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 54147, 241 54148, 220 54149, 246 220, 37 221, 184 47183, 97 0xf1, SBC PC: 0xd383, SP: 0x77, A: 0x58, X: 0x72, Y: 0x2a, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 247 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3597] | 0.91 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 97, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53803, 241 53804, 120 53805, 53 120, 171 121, 20 5340, 115 0xf1, SBC PC: 0xd22b, SP: 0x42, A: 0x57, X: 0x5e, Y: 0x31, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 227 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3686] | 1.08 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 186, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24489, 241 24490, 14 24491, 174 14, 44 15, 215 55159, 185 0xf1, SBC PC: 0x5fa9, SP: 0xfe, A: 0x73, X: 0x2c, Y: 0x4b, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 185 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3587] | 0.86 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 87, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34948, 241 34949, 95 34950, 56 95, 158 96, 22 5755, 108 6011, 14 0xf1, SBC PC: 0x8884, SP: 0xf3, A: 0x2c, X: 0x9b, Y: 0xdd, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 286 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3718] | 1.06 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 218, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62168, 241 62169, 61 62170, 200 61, 1 62, 75 19346, 240 0xf1, SBC PC: 0xf2d8, SP: 0x3a, A: 0x4f, X: 0x64, Y: 0x91, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 94 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3620] | 0.70 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 120, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26794, 241 26795, 205 26796, 176 205, 120 206, 247 63473, 178 0xf1, SBC PC: 0x68aa, SP: 0xbb, A: 0x8c, X: 0xab, Y: 0x79, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3631] | 1.13 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 131, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53552, 241 53553, 219 53554, 236 219, 111 220, 65 16865, 32 0xf1, SBC PC: 0xd130, SP: 0x87, A: 0x5f, X: 0x35, Y: 0x72, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 319 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3610] | 0.75 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 110, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60349, 241 60350, 50 60351, 223 50, 119 51, 176 45144, 145 45400, 47 0xf1, SBC PC: 0xebbd, SP: 0xb4, A: 0xf7, X: 0xe5, Y: 0xe1, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 456 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3576] | 0.87 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 76, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49533, 241 49534, 55 49535, 119 55, 19 56, 237 60766, 237 0xf1, SBC PC: 0xc17d, SP: 0xbe, A: 0xf8, X: 0x58, Y: 0x4b, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3669] | 0.84 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 169, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33204, 241 33205, 192 33206, 131 192, 36 193, 140 35879, 53 0xf1, SBC PC: 0x81b4, SP: 0x61, A: 0x84, X: 0xb2, Y: 0x03, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3650] | 0.73 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 150, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 42714, 241 42715, 110 42716, 186 110, 149 111, 121 31146, 129 0xf1, SBC PC: 0xa6da, SP: 0xfe, A: 0xf0, X: 0x9c, Y: 0x15, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 366 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3640] | 1.23 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 140, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35949, 241 35950, 75 35951, 93 75, 254 76, 245 62908, 231 63164, 251 0xf1, SBC PC: 0x8c6d, SP: 0xd8, A: 0x65, X: 0x05, Y: 0xbe, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 106 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3734] | 0.79 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 234, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27304, 241 27305, 214 27306, 206 214, 163 215, 51 13247, 50 0xf1, SBC PC: 0x6aa8, SP: 0xf8, A: 0xf5, X: 0xb7, Y: 0x1c, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 451 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3710] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 210, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 22429, 241 22430, 39 22431, 195 39, 158 40, 15 3963, 38 4219, 89 0xf1, SBC PC: 0x579d, SP: 0x4e, A: 0xa6, X: 0x6d, Y: 0xdd, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 332 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3695] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 195, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50778, 241 50779, 108 50780, 121 108, 163 109, 129 33150, 143 33406, 162 0xf1, SBC PC: 0xc65a, SP: 0xa9, A: 0xad, X: 0x82, Y: 0xdb, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3727] | 0.89 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 227, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19103, 241 19104, 75 19105, 68 75, 149 76, 171 43800, 210 44056, 78 0xf1, SBC PC: 0x4a9f, SP: 0x7e, A: 0x85, X: 0xd9, Y: 0x83, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3598] | 1.27 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 98, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58112, 241 58113, 217 58114, 141 217, 200 218, 175 44996, 55 45252, 208 0xf1, SBC PC: 0xe300, SP: 0xdd, A: 0x07, X: 0xad, Y: 0xfc, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 54 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3588] | 1.28 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 88, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46880, 241 46881, 14 46882, 151 14, 61 15, 191 49075, 157 0xf1, SBC PC: 0xb720, SP: 0x89, A: 0x90, X: 0xf1, Y: 0x76, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3621] | 1.01 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 121, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8854, 241 8855, 85 8856, 87 85, 129 86, 44 11502, 186 0xf1, SBC PC: 0x2296, SP: 0x0b, A: 0xf4, X: 0x53, Y: 0x6d, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 314 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3687] | 0.79 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 187, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45550, 241 45551, 150 45552, 91 150, 193 151, 82 21072, 148 21328, 66 0xf1, SBC PC: 0xb1ee, SP: 0xf2, A: 0xe6, X: 0x37, Y: 0x8f, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 419 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3748] | 0.94 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 248, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47864, 241 47865, 195 47866, 88 195, 193 196, 2 679, 59 935, 233 0xf1, SBC PC: 0xbaf8, SP: 0x37, A: 0x1e, X: 0xb9, Y: 0xe6, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 53 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3721] | 1.00 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 221, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 54153, 241 54154, 243 54155, 111 243, 75 244, 98 25279, 26 0xf1, SBC PC: 0xd389, SP: 0xf3, A: 0x60, X: 0xca, Y: 0x74, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3719] | 0.90 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 219, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 38344, 241 38345, 65 38346, 189 65, 16 66, 203 52166, 86 0xf1, SBC PC: 0x95c8, SP: 0xe3, A: 0x40, X: 0x6a, Y: 0xb6, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 234 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3754] | 1.00 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 254, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46830, 241 46831, 35 46832, 15 35, 52 36, 76 19492, 139 19748, 105 0xf1, SBC PC: 0xb6ee, SP: 0x8f, A: 0x0e, X: 0x90, Y: 0xf0, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3760] | 0.95 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 260, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7670, 241 7671, 18 7672, 105 18, 8 19, 187 47944, 63 0xf1, SBC PC: 0x1df6, SP: 0xed, A: 0xcd, X: 0x8f, Y: 0x40, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 397 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3651] | 1.24 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 151, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 9558, 241 9559, 61 9560, 255 61, 113 62, 212 54276, 32 54532, 112 0xf1, SBC PC: 0x2556, SP: 0xe9, A: 0xda, X: 0xb7, Y: 0x93, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 362 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3735] | 0.98 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 235, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18968, 241 18969, 253 18970, 101 253, 140 254, 57 14659, 22 14915, 240 0xf1, SBC PC: 0x4a18, SP: 0xed, A: 0x3c, X: 0x1f, Y: 0xb7, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3741] | 0.73 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 241, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10498, 241 10499, 82 10500, 191 82, 41 83, 93 23906, 68 0xf1, SBC PC: 0x2902, SP: 0x24, A: 0x9c, X: 0xb9, Y: 0x39, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3711] | 1.36 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 211, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 713, 241 714, 110 715, 151 110, 104 111, 72 18647, 87 0xf1, SBC PC: 0x02c9, SP: 0x22, A: 0x3f, X: 0x55, Y: 0x6f, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 231 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3766] | 1.17 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 266, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47837, 241 47838, 6 47839, 83 6, 141 7, 202 51881, 17 0xf1, SBC PC: 0xbadd, SP: 0x38, A: 0xd7, X: 0x90, Y: 0x1c, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 453 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3728] | 0.99 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 228, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19303, 241 19304, 103 19305, 38 103, 71 104, 12 3158, 22 0xf1, SBC PC: 0x4b67, SP: 0x9d, A: 0x74, X: 0xda, Y: 0x0f, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3641] | 1.08 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 141, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62839, 241 62840, 27 62841, 216 27, 186 28, 118 30358, 21 30614, 199 0xf1, SBC PC: 0xf577, SP: 0x2d, A: 0x1f, X: 0xe9, Y: 0xdc, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 87 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3783] | 1.17 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 283, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35031, 241 35032, 209 35033, 202 209, 212 210, 12 3165, 58 3421, 152 0xf1, SBC PC: 0x88d7, SP: 0x8d, A: 0x21, X: 0x7b, Y: 0x89, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 137 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3778] | 0.79 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 278, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10442, 241 10443, 50 10444, 41 50, 200 51, 141 36234, 219 36490, 2 0xf1, SBC PC: 0x28ca, SP: 0x12, A: 0x89, X: 0x82, Y: 0xc2, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 390 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3749] | 0.70 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 249, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45882, 241 45883, 174 45884, 136 174, 73 175, 137 35271, 197 0xf1, SBC PC: 0xb33a, SP: 0x97, A: 0x38, X: 0x3e, Y: 0x7e, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 114 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3599] | 0.97 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 99, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34, 241 35, 227 36, 91 227, 156 228, 11 2897, 166 3153, 0 0xf1, SBC PC: 0x0022, SP: 0xc3, A: 0xcb, X: 0x46, Y: 0xb5, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 458 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3788] | 1.32 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 288, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13532, 241 13533, 11 13534, 247 11, 215 12, 128 32972, 220 33228, 79 0xf1, SBC PC: 0x34dc, SP: 0xb1, A: 0x7b, X: 0x57, Y: 0xf5, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 300 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3772] | 0.76 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 272, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36736, 241 36737, 183 36738, 36 183, 194 184, 27 7082, 159 7338, 55 0xf1, SBC PC: 0x8f80, SP: 0x1c, A: 0x6d, X: 0x18, Y: 0xe8, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3722] | 1.15 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 222, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34341, 241 34342, 255 34343, 235 255, 201 0, 123 31712, 24 0xf1, SBC PC: 0x8625, SP: 0xde, A: 0xd0, X: 0x76, Y: 0x17, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 439 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3742] | 0.95 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 242, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13128, 241 13129, 204 13130, 23 204, 187 205, 90 23248, 102 0xf1, SBC PC: 0x3348, SP: 0x7a, A: 0xcd, X: 0x2c, Y: 0x15, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3761] | 0.68 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 261, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62943, 241 62944, 254 62945, 186 254, 51 255, 218 55869, 142 0xf1, SBC PC: 0xf5df, SP: 0xcf, A: 0xac, X: 0x42, Y: 0x0a, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 285 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3755] | 0.78 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 255, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45536, 241 45537, 186 45538, 6 186, 169 187, 60 15543, 11 0xf1, SBC PC: 0xb1e0, SP: 0x51, A: 0x1e, X: 0x8e, Y: 0x0e, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3736] | 0.68 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 236, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40383, 241 40384, 180 40385, 234 180, 5 181, 33 8514, 43 0xf1, SBC PC: 0x9dbf, SP: 0xff, A: 0x8b, X: 0x23, Y: 0x3d, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3793] | 1.02 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 293, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12578, 241 12579, 54 12580, 251 54, 177 55, 83 21469, 58 0xf1, SBC PC: 0x3122, SP: 0xa7, A: 0x1a, X: 0x35, Y: 0x2c, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3729] | 0.76 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 229, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41855, 241 41856, 93 41857, 236 93, 134 94, 115 29525, 99 29781, 31 0xf1, SBC PC: 0xa37f, SP: 0xb4, A: 0x01, X: 0x86, Y: 0xcf, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3779] | 1.00 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 279, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34823, 241 34824, 217 34825, 132 217, 154 218, 164 42123, 138 42379, 250 0xf1, SBC PC: 0x8807, SP: 0x55, A: 0x57, X: 0xe1, Y: 0xf1, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 93 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3767] | 0.86 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 267, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61240, 241 61241, 95 61242, 241 95, 177 96, 50 12939, 127 13195, 235 0xf1, SBC PC: 0xef38, SP: 0x67, A: 0x97, X: 0xc5, Y: 0xda, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3750] | 0.95 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 250, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12423, 241 12424, 54 12425, 67 54, 118 55, 24 6248, 46 6504, 203 0xf1, SBC PC: 0x3087, SP: 0x3e, A: 0x01, X: 0xdd, Y: 0xf2, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 53 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3798] | 0.88 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 298, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 11262, 241 11263, 32 11264, 237 32, 250 33, 197 50440, 156 50696, 109 0xf1, SBC PC: 0x2bfe, SP: 0xb6, A: 0x2b, X: 0xd5, Y: 0x0e, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3803] | 1.10 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 303, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35530, 241 35531, 157 35532, 22 157, 56 158, 164 42094, 103 0xf1, SBC PC: 0x8aca, SP: 0x60, A: 0xe6, X: 0x9b, Y: 0x36, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 382 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3762] | 0.90 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 262, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 16240, 241 16241, 43 16242, 51 43, 228 44, 254 65175, 252 65431, 3 0xf1, SBC PC: 0x3f70, SP: 0x7c, A: 0x31, X: 0x13, Y: 0xb3, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 302 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3773] | 1.02 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 273, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8819, 241 8820, 253 8821, 193 253, 108 254, 84 21684, 32 0xf1, SBC PC: 0x2273, SP: 0xde, A: 0xa1, X: 0xc2, Y: 0x48, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 384 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3784] | 1.00 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 284, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37433, 241 37434, 216 37435, 227 216, 165 217, 11 2956, 125 3212, 183 0xf1, SBC PC: 0x9239, SP: 0x03, A: 0x15, X: 0xdb, Y: 0xe7, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 94 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3756] | 1.05 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 256, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18517, 241 18518, 25 18519, 195 25, 167 26, 14 3731, 156 3987, 117 0xf1, SBC PC: 0x4855, SP: 0xd6, A: 0xd8, X: 0xd4, Y: 0xec, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 354 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3808] | 1.26 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 308, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57214, 241 57215, 10 57216, 220 10, 149 11, 100 25641, 23 25897, 186 0xf1, SBC PC: 0xdf7e, SP: 0x0d, A: 0x09, X: 0xee, Y: 0x94, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 78 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3737] | 0.88 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 237, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 42099, 241 42100, 46 42101, 165 46, 31 47, 187 48079, 49 0xf1, SBC PC: 0xa473, SP: 0xa0, A: 0xe2, X: 0x68, Y: 0xb0, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 432 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3743] | 0.71 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 243, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 43268, 241 43269, 59 43270, 249 59, 127 60, 164 42003, 211 42259, 19 0xf1, SBC PC: 0xa904, SP: 0xd5, A: 0xc7, X: 0xcc, Y: 0x94, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3723] | 0.81 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 223, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48814, 241 48815, 60 48816, 133 60, 99 61, 221 56803, 132 0xf1, SBC PC: 0xbeae, SP: 0x71, A: 0x04, X: 0x2f, Y: 0x80, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 127 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3789] | 0.98 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 289, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 22609, 241 22610, 218 22611, 232 218, 116 219, 178 45774, 175 0xf1, SBC PC: 0x5851, SP: 0x18, A: 0x29, X: 0x9b, Y: 0x5a, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 122 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3730] | 1.03 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 230, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50898, 241 50899, 232 50900, 60 232, 142 233, 231 59380, 89 0xf1, SBC PC: 0xc6d2, SP: 0x78, A: 0xf2, X: 0xd9, Y: 0x66, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3794] | 1.56 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 294, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 28238, 241 28239, 41 28240, 116 41, 223 42, 211 54224, 199 54480, 196 0xf1, SBC PC: 0x6e4e, SP: 0xd6, A: 0x01, X: 0xd3, Y: 0xf1, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3768] | 1.14 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 268, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23439, 241 23440, 151 23441, 18 151, 129 152, 223 57336, 13 0xf1, SBC PC: 0x5b8f, SP: 0x5a, A: 0xed, X: 0x9d, Y: 0x77, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 479 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3780] | 0.79 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 280, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27958, 241 27959, 130 27960, 215 130, 170 131, 91 23438, 73 23694, 60 0xf1, SBC PC: 0x6d36, SP: 0x16, A: 0xfa, X: 0xbf, Y: 0xe4, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 446 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3751] | 0.71 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 251, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33562, 241 33563, 56 33564, 118 56, 123 57, 225 57805, 157 0xf1, SBC PC: 0x831a, SP: 0x21, A: 0xfe, X: 0x66, Y: 0x52, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3799] | 1.25 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 299, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1285, 241 1286, 251 1287, 87 251, 149 252, 79 20270, 150 20526, 24 0xf1, SBC PC: 0x0505, SP: 0x43, A: 0x3f, X: 0xd1, Y: 0x99, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 294 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3763] | 0.69 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 263, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5576, 241 5577, 224 5578, 23 224, 130 225, 0 78, 40 334, 96 0xf1, SBC PC: 0x15c8, SP: 0xab, A: 0x56, X: 0xe0, Y: 0xcc, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3744] | 0.96 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 244, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 25296, 241 25297, 76 25298, 207 76, 69 77, 82 21158, 64 0xf1, SBC PC: 0x62d0, SP: 0xa6, A: 0x98, X: 0x00, Y: 0x61, [0, 1, 1, 0, 1, 1, 1, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3774] | 0.74 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 274, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 31885, 241 31886, 82 31887, 28 82, 190 83, 97 24985, 159 25241, 161 0xf1, SBC PC: 0x7c8d, SP: 0x4d, A: 0x35, X: 0x5a, Y: 0xdb, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 147 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3738] | 0.69 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 238, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23634, 241 23635, 71 23636, 19 71, 122 72, 210 53789, 120 54045, 245 0xf1, SBC PC: 0x5c52, SP: 0x9f, A: 0x93, X: 0xcd, Y: 0xa3, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3804] | 0.92 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 304, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18827, 241 18828, 107 18829, 226 107, 192 108, 40 10419, 169 10675, 221 0xf1, SBC PC: 0x498b, SP: 0x45, A: 0xde, X: 0x69, Y: 0xf3, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3785] | 1.39 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 285, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40491, 241 40492, 58 40493, 83 58, 219 59, 97 25087, 21 0xf1, SBC PC: 0x9e2b, SP: 0x74, A: 0x57, X: 0xf7, Y: 0x24, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 322 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3757] | 0.86 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 257, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53357, 241 53358, 18 53359, 177 18, 221 19, 105 26906, 158 27162, 133 0xf1, SBC PC: 0xd06d, SP: 0x9c, A: 0x3c, X: 0x33, Y: 0x3d, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 182 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3724] | 1.14 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 224, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47710, 241 47711, 8 47712, 98 8, 62 9, 144 36927, 115 0xf1, SBC PC: 0xba5e, SP: 0xe8, A: 0x19, X: 0x75, Y: 0x01, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 166 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3809] | 0.93 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 309, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41359, 241 41360, 205 41361, 45 205, 29 206, 182 46726, 239 0xf1, SBC PC: 0xa18f, SP: 0x0a, A: 0x5f, X: 0xf7, Y: 0x69, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 112 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3790] | 1.33 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 290, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55311, 241 55312, 108 55313, 76 108, 38 109, 80 20640, 229 0xf1, SBC PC: 0xd80f, SP: 0x27, A: 0x1c, X: 0x15, Y: 0x7a, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 54 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3752] | 0.94 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 252, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 14362, 241 14363, 241 14364, 66 241, 87 242, 27 7086, 82 0xf1, SBC PC: 0x381a, SP: 0x41, A: 0x20, X: 0x3d, Y: 0x57, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3731] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 231, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 114, 241 115, 197 116, 195 197, 230 198, 232 59597, 21 59853, 236 0xf1, SBC PC: 0x0072, SP: 0x5a, A: 0x0e, X: 0x7f, Y: 0xe7, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 34 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3781] | 0.99 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 281, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20687, 241 20688, 143 20689, 25 143, 61 144, 142 36528, 156 0xf1, SBC PC: 0x50cf, SP: 0x1e, A: 0xbe, X: 0x56, Y: 0x73, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3764] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 264, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 38901, 241 38902, 200 38903, 89 200, 189 201, 66 16898, 107 17154, 98 0xf1, SBC PC: 0x97f5, SP: 0xb5, A: 0xfc, X: 0x13, Y: 0x45, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 409 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3739] | 0.94 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 239, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49421, 241 49422, 127 49423, 14 127, 51 128, 163 41895, 0 0xf1, SBC PC: 0xc10d, SP: 0xac, A: 0x62, X: 0x6a, Y: 0x74, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3775] | 0.95 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 275, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 289, 241 290, 140 291, 133 140, 69 141, 36 9307, 48 0xf1, SBC PC: 0x0121, SP: 0xf2, A: 0xe3, X: 0xf8, Y: 0x16, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 434 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3769] | 1.03 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 269, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44951, 241 44952, 167 44953, 31 167, 89 168, 240 61610, 222 0xf1, SBC PC: 0xaf97, SP: 0xb1, A: 0x55, X: 0x5f, Y: 0x51, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3745] | 0.68 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 245, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46569, 241 46570, 206 46571, 140 206, 238 207, 212 54431, 209 54687, 230 0xf1, SBC PC: 0xb5e9, SP: 0xce, A: 0x58, X: 0x75, Y: 0xb1, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 113 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3805] | 1.13 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 305, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27199, 241 27200, 111 27201, 96 111, 49 112, 230 59000, 46 0xf1, SBC PC: 0x6a3f, SP: 0x3b, A: 0xc2, X: 0xa0, Y: 0x47, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 403 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3758] | 1.16 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 258, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10903, 241 10904, 37 10905, 104 37, 204 38, 171 44000, 27 0xf1, SBC PC: 0x2a97, SP: 0x26, A: 0x18, X: 0x3a, Y: 0x14, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3800] | 0.80 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 300, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37333, 241 37334, 246 37335, 226 246, 235 247, 158 40603, 49 40859, 183 0xf1, SBC PC: 0x91d5, SP: 0x64, A: 0x39, X: 0xdd, Y: 0xb0, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3795] | 0.79 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 295, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 602, 241 603, 102 604, 139 102, 153 103, 2 636, 111 892, 193 0xf1, SBC PC: 0x025a, SP: 0x18, A: 0xbe, X: 0xa1, Y: 0xe3, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3732] | 1.21 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 232, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39875, 241 39876, 116 39877, 118 116, 120 117, 166 42508, 235 42764, 185 0xf1, SBC PC: 0x9bc3, SP: 0x90, A: 0xff, X: 0x66, Y: 0x94, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 326 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3810] | 1.16 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 310, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13716, 241 13717, 212 13718, 87 212, 215 213, 107 27509, 254 27765, 87 0xf1, SBC PC: 0x3594, SP: 0x65, A: 0x8d, X: 0x8f, Y: 0x9e, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3725] | 0.86 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 225, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27084, 241 27085, 208 27086, 83 208, 136 209, 166 42503, 186 42759, 189 0xf1, SBC PC: 0x69cc, SP: 0x5b, A: 0xb8, X: 0x59, Y: 0x7f, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3753] | 0.93 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 253, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60045, 241 60046, 245 60047, 128 245, 48 246, 46 11976, 55 0xf1, SBC PC: 0xea8d, SP: 0xc6, A: 0xb0, X: 0x84, Y: 0x98, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 376 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3765] | 0.83 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 265, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61931, 241 61932, 19 61933, 19 19, 61 20, 144 37059, 78 0xf1, SBC PC: 0xf1eb, SP: 0x5b, A: 0x40, X: 0x40, Y: 0x86, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3786] | 0.95 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 286, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 16226, 241 16227, 21 16228, 154 21, 181 22, 48 12398, 19 12654, 78 0xf1, SBC PC: 0x3f62, SP: 0x6b, A: 0x88, X: 0xad, Y: 0xb9, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3746] | 1.06 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 246, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33754, 241 33755, 170 33756, 46 170, 57 171, 84 21639, 35 0xf1, SBC PC: 0x83da, SP: 0x60, A: 0xda, X: 0xda, Y: 0x4e, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 438 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3782] | 0.88 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 282, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13621, 241 13622, 15 13623, 148 15, 74 16, 230 59053, 41 0xf1, SBC PC: 0x3535, SP: 0x8e, A: 0xce, X: 0x33, Y: 0x63, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 420 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3740] | 0.97 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 240, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33038, 241 33039, 133 33040, 200 133, 247 134, 94 24305, 47 24561, 154 0xf1, SBC PC: 0x810e, SP: 0x87, A: 0x11, X: 0xb5, Y: 0xfa, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3776] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 276, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 52240, 241 52241, 14 52242, 187 14, 161 15, 53 13772, 177 0xf1, SBC PC: 0xcc10, SP: 0x77, A: 0xef, X: 0x61, Y: 0x2b, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 317 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3791] | 1.13 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 291, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61345, 241 61346, 230 61347, 41 230, 62 231, 74 19003, 194 19259, 178 0xf1, SBC PC: 0xefa1, SP: 0xa6, A: 0xfc, X: 0x77, Y: 0xfd, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 330 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3770] | 1.10 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 270, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21050, 241 21051, 109 21052, 84 109, 95 110, 16 4294, 93 0xf1, SBC PC: 0x523a, SP: 0xdd, A: 0x73, X: 0x77, Y: 0x67, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 277 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3801] | 1.05 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 301, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 9649, 241 9650, 171 9651, 234 171, 98 172, 141 36228, 91 0xf1, SBC PC: 0x25b1, SP: 0xad, A: 0xb3, X: 0x31, Y: 0x22, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3796] | 0.90 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 296, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 14492, 241 14493, 164 14494, 24 164, 70 165, 193 49424, 59 49680, 0 0xf1, SBC PC: 0x389c, SP: 0x05, A: 0x0d, X: 0xbb, Y: 0xca, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3806] | 0.86 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 306, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 42935, 241 42936, 80 42937, 71 80, 123 81, 9 2396, 237 2652, 53 0xf1, SBC PC: 0xa7b7, SP: 0x88, A: 0x2f, X: 0xd3, Y: 0xe1, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3759] | 0.80 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 259, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6015, 241 6016, 38 6017, 77 38, 34 39, 92 23612, 249 0xf1, SBC PC: 0x177f, SP: 0x37, A: 0x31, X: 0xb5, Y: 0x1a, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 55 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3726] | 1.09 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 226, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 30895, 241 30896, 199 30897, 43 199, 214 200, 191 49084, 248 49340, 130 0xf1, SBC PC: 0x78af, SP: 0x6b, A: 0x17, X: 0x65, Y: 0xe6, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 148 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3817] | 0.98 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 317, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2039, 241 2040, 81 2041, 244 81, 192 82, 17 4587, 225 0xf1, SBC PC: 0x07f7, SP: 0x9f, A: 0x87, X: 0x27, Y: 0x2b, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3813] | 0.97 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 313, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34664, 241 34665, 254 34666, 117 254, 124 255, 239 61402, 119 0xf1, SBC PC: 0x8768, SP: 0xc0, A: 0x27, X: 0x9b, Y: 0x5e, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 175 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3777] | 0.96 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 277, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5863, 241 5864, 136 5865, 95 136, 20 137, 15 3969, 98 0xf1, SBC PC: 0x16e7, SP: 0x3f, A: 0x45, X: 0x00, Y: 0x6d, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3821] | 0.86 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 321, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 15336, 241 15337, 135 15338, 47 135, 84 136, 193 49647, 254 0xf1, SBC PC: 0x3be8, SP: 0x69, A: 0x98, X: 0x48, Y: 0x9b, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3787] | 0.99 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 287, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58128, 241 58129, 214 58130, 27 214, 56 215, 23 5963, 116 0xf1, SBC PC: 0xe310, SP: 0x0b, A: 0x64, X: 0xba, Y: 0x13, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3811] | 0.81 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 311, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58017, 241 58018, 124 58019, 213 124, 74 125, 168 43206, 151 0xf1, SBC PC: 0xe2a1, SP: 0x60, A: 0x28, X: 0xda, Y: 0x7c, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 145 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3733] | 0.73 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 233, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21956, 241 21957, 207 21958, 233 207, 11 208, 193 49596, 154 0xf1, SBC PC: 0x55c4, SP: 0x79, A: 0x5f, X: 0xa0, Y: 0xb1, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 197 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3747] | 0.71 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 247, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21911, 241 21912, 23 21913, 136 23, 1 24, 73 18838, 76 0xf1, SBC PC: 0x5597, SP: 0xaa, A: 0x14, X: 0xeb, Y: 0x95, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3825] | 0.67 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 325, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20269, 241 20270, 60 20271, 215 60, 141 61, 91 23415, 125 23671, 24 0xf1, SBC PC: 0x4f2d, SP: 0x31, A: 0xa5, X: 0x4b, Y: 0xea, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3797] | 0.87 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 297, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10999, 241 11000, 81 11001, 254 81, 255 82, 192 49157, 35 49413, 13 0xf1, SBC PC: 0x2af7, SP: 0x79, A: 0xc6, X: 0x58, Y: 0x06, [0, 0, 1, 0, 0, 0, 0, 1] SBC performed 441 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3802] | 1.21 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 302, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32583, 241 32584, 41 32585, 20 41, 25 42, 30 7934, 24 0xf1, SBC PC: 0x7f47, SP: 0x72, A: 0x67, X: 0xac, Y: 0xe5, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 335 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3792] | 0.89 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 292, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32504, 241 32505, 121 32506, 129 121, 55 122, 94 24273, 204 0xf1, SBC PC: 0x7ef8, SP: 0xb0, A: 0x1b, X: 0xc2, Y: 0x9a, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 79 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3771] | 0.90 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 271, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 29375, 241 29376, 169 29377, 222 169, 27 170, 129 33218, 241 0xf1, SBC PC: 0x72bf, SP: 0x42, A: 0x2e, X: 0x8d, Y: 0xa7, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 61 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3807] | 1.16 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 307, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 30962, 241 30963, 83 30964, 79 83, 131 84, 7 1974, 41 0xf1, SBC PC: 0x78f2, SP: 0xd1, A: 0xdc, X: 0xa8, Y: 0x33, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 434 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3829] | 0.91 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 329, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10834, 241 10835, 141 10836, 95 141, 137 142, 232 59450, 54 59706, 95 0xf1, SBC PC: 0x2a52, SP: 0x8f, A: 0xc4, X: 0x51, Y: 0xb1, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 357 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3844] | 0.97 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 344, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24459, 241 24460, 254 24461, 122 254, 69 255, 108 27886, 159 0xf1, SBC PC: 0x5f8b, SP: 0x54, A: 0x4b, X: 0x1e, Y: 0xa9, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 172 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3818] | 1.06 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 318, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61290, 241 61291, 175 61292, 29 175, 63 176, 23 5985, 116 0xf1, SBC PC: 0xef6a, SP: 0x6c, A: 0xd5, X: 0x3c, Y: 0x22, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 353 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3833] | 0.75 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 333, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8330, 241 8331, 180 8332, 76 180, 189 181, 125 32047, 229 32303, 84 0xf1, SBC PC: 0x208a, SP: 0x69, A: 0x76, X: 0x0f, Y: 0x72, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 289 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3822] | 0.73 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 322, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45176, 241 45177, 241 45178, 25 241, 43 242, 121 31170, 104 0xf1, SBC PC: 0xb078, SP: 0x23, A: 0x14, X: 0x75, Y: 0x97, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3826] | 0.97 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 326, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23251, 241 23252, 207 23253, 214 207, 112 208, 190 48807, 71 0xf1, SBC PC: 0x5ad3, SP: 0xee, A: 0x96, X: 0x5f, Y: 0x37, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 334 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3847] | 1.05 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 347, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62022, 241 62023, 56 62024, 9 56, 165 57, 220 56345, 136 56601, 83 0xf1, SBC PC: 0xf246, SP: 0x82, A: 0xfc, X: 0x67, Y: 0x74, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 425 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3812] | 1.11 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 312, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6521, 241 6522, 50 6523, 254 50, 71 51, 116 29800, 236 0xf1, SBC PC: 0x1979, SP: 0x5f, A: 0x81, X: 0xa0, Y: 0x21, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 149 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3814] | 0.76 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 314, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57448, 241 57449, 159 57450, 60 159, 48 160, 203 51969, 163 52225, 160 0xf1, SBC PC: 0xe068, SP: 0x95, A: 0x2e, X: 0xcf, Y: 0xd1, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 142 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3837] | 0.72 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 337, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 25204, 241 25205, 80 25206, 13 80, 110 81, 127 32695, 24 0xf1, SBC PC: 0x6274, SP: 0x73, A: 0x0b, X: 0x03, Y: 0x49, [0, 0, 1, 0, 1, 1, 0, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3841] | 1.04 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 341, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7804, 241 7805, 192 7806, 182 192, 153 193, 157 40227, 168 40483, 209 0xf1, SBC PC: 0x1e7c, SP: 0xa0, A: 0xc4, X: 0xf5, Y: 0x8a, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3850] | 1.26 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 350, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7442, 241 7443, 148 7444, 116 148, 15 149, 212 54509, 251 0xf1, SBC PC: 0x1d12, SP: 0xc8, A: 0x75, X: 0x8b, Y: 0xde, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 121 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3856] | 1.13 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 356, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8791, 241 8792, 49 8793, 57 49, 226 50, 185 47478, 28 47734, 95 0xf1, SBC PC: 0x2257, SP: 0x14, A: 0x5b, X: 0xb6, Y: 0x94, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 252 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3859] | 1.17 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 359, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36292, 241 36293, 58 36294, 27 58, 188 59, 233 59760, 21 60016, 12 0xf1, SBC PC: 0x8dc4, SP: 0x2f, A: 0x1c, X: 0xb5, Y: 0xb4, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3830] | 0.73 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 330, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60356, 241 60357, 212 60358, 97 212, 92 213, 151 38748, 35 0xf1, SBC PC: 0xebc4, SP: 0x1f, A: 0x7e, X: 0x90, Y: 0x00, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 347 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3834] | 1.32 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 334, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 4124, 241 4125, 197 4126, 2 197, 189 198, 85 21886, 239 22142, 210 0xf1, SBC PC: 0x101c, SP: 0xf0, A: 0x8d, X: 0x95, Y: 0xc1, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3823] | 0.98 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 323, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7872, 241 7873, 93 7874, 109 93, 116 94, 232 59442, 10 59698, 3 0xf1, SBC PC: 0x1ec0, SP: 0x60, A: 0x13, X: 0x7c, Y: 0xbe, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 272 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3815] | 1.02 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 315, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 64769, 241 64770, 119 64771, 238 119, 62 120, 19 4916, 49 5172, 76 0xf1, SBC PC: 0xfd01, SP: 0x22, A: 0xf7, X: 0x7f, Y: 0xf6, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 427 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3853] | 0.98 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 353, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44520, 241 44521, 174 44522, 35 174, 175 175, 44 11390, 211 11646, 65 0xf1, SBC PC: 0xade8, SP: 0x3d, A: 0xdd, X: 0xe4, Y: 0xcf, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 412 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3862] | 1.04 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 362, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 25810, 241 25811, 64 25812, 172 64, 221 65, 101 26099, 212 0xf1, SBC PC: 0x64d2, SP: 0x76, A: 0x1f, X: 0xea, Y: 0x16, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 75 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3838] | 0.99 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 338, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26487, 241 26488, 100 26489, 106 100, 185 101, 60 15550, 118 0xf1, SBC PC: 0x6777, SP: 0x85, A: 0x34, X: 0x48, Y: 0x05, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 190 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3845] | 0.78 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 345, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 56342, 241 56343, 137 56344, 230 137, 24 138, 168 43244, 49 0xf1, SBC PC: 0xdc16, SP: 0x2f, A: 0x29, X: 0x19, Y: 0xd4, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 248 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3827] | 0.81 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 327, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47243, 241 47244, 86 47245, 116 86, 100 87, 174 44551, 52 44807, 76 0xf1, SBC PC: 0xb88b, SP: 0xe3, A: 0x06, X: 0xf4, Y: 0xa3, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 186 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3819] | 1.05 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 319, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13154, 241 13155, 228 13156, 146 228, 249 229, 139 35682, 253 35938, 225 0xf1, SBC PC: 0x3362, SP: 0xef, A: 0xbe, X: 0xfa, Y: 0x69, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 220 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3848] | 0.83 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 348, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5832, 241 5833, 8 5834, 231 8, 69 9, 245 62931, 67 0xf1, SBC PC: 0x16c8, SP: 0x67, A: 0x5b, X: 0x30, Y: 0x8e, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 280 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3865] | 0.87 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 365, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20289, 241 20290, 104 20291, 177 104, 114 105, 195 49974, 85 50230, 126 0xf1, SBC PC: 0x4f41, SP: 0xb0, A: 0x23, X: 0xd5, Y: 0xc4, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3842] | 0.71 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 342, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23591, 241 23592, 230 23593, 207 230, 58 231, 250 64036, 97 64292, 75 0xf1, SBC PC: 0x5c27, SP: 0x11, A: 0x0a, X: 0x16, Y: 0xea, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3831] | 0.99 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 331, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49418, 241 49419, 60 49420, 75 60, 31 61, 31 8012, 247 0xf1, SBC PC: 0xc10a, SP: 0xd3, A: 0x17, X: 0x5e, Y: 0x2d, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 32 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3857] | 0.79 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 357, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49714, 241 49715, 84 49716, 244 84, 76 85, 110 28166, 118 28422, 46 0xf1, SBC PC: 0xc232, SP: 0xe0, A: 0xe1, X: 0xee, Y: 0xba, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 435 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3851] | 0.86 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 351, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39662, 241 39663, 133 39664, 123 133, 61 134, 192 49278, 136 0xf1, SBC PC: 0x9aee, SP: 0x59, A: 0xd3, X: 0x64, Y: 0x41, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3860] | 0.80 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 360, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27243, 241 27244, 75 27245, 172 75, 154 76, 248 63682, 12 0xf1, SBC PC: 0x6a6b, SP: 0x20, A: 0x4e, X: 0xe0, Y: 0x28, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3846] | 1.28 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 346, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 51121, 241 51122, 163 51123, 233 163, 71 164, 73 18706, 211 18962, 55 0xf1, SBC PC: 0xc7b1, SP: 0xce, A: 0x45, X: 0x54, Y: 0xcb, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 269 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3824] | 1.09 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 324, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 52764, 241 52765, 171 52766, 204 171, 233 172, 186 47732, 119 47988, 185 0xf1, SBC PC: 0xce1c, SP: 0x12, A: 0x1f, X: 0x06, Y: 0x8b, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 101 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3854] | 1.05 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 354, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 19767, 241 19768, 54 19769, 16 54, 163 55, 252 64584, 218 64840, 146 0xf1, SBC PC: 0x4d37, SP: 0x79, A: 0x14, X: 0xa6, Y: 0xa5, [0, 1, 1, 0, 0, 0, 0, 1] SBC performed 130 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3828] | 1.14 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 328, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8333, 241 8334, 150 8335, 0 150, 171 151, 181 46454, 150 46710, 111 0xf1, SBC PC: 0x208d, SP: 0x64, A: 0x55, X: 0x96, Y: 0xcb, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 229 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3816] | 0.79 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 316, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47592, 241 47593, 205 47594, 195 205, 27 206, 144 37015, 105 0xf1, SBC PC: 0xb9e8, SP: 0x07, A: 0x0b, X: 0xea, Y: 0x7c, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 161 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3839] | 0.75 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 339, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 65065, 241 65066, 16 65067, 13 16, 42 17, 221 56787, 164 0xf1, SBC PC: 0xfe29, SP: 0x54, A: 0x65, X: 0x46, Y: 0xa9, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3863] | 1.12 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 363, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 28080, 241 28081, 151 28082, 173 151, 175 152, 170 43563, 250 43819, 205 0xf1, SBC PC: 0x6db0, SP: 0xd2, A: 0x09, X: 0xbc, Y: 0x7c, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 59 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3849] | 1.24 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 349, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10119, 241 10120, 44 10121, 251 44, 222 45, 84 21654, 6 21910, 206 0xf1, SBC PC: 0x2787, SP: 0x2a, A: 0xf6, X: 0x30, Y: 0xb8, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 295 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3843] | 1.13 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 343, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5420, 241 5421, 38 5422, 109 38, 27 39, 24 6291, 71 0xf1, SBC PC: 0x152c, SP: 0xbf, A: 0xb2, X: 0x97, Y: 0x78, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 363 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3866] | 1.14 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 366, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59564, 241 59565, 19 59566, 108 19, 154 20, 44 11306, 0 11562, 34 0xf1, SBC PC: 0xe8ac, SP: 0x19, A: 0x10, X: 0x16, Y: 0x90, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 237 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3835] | 0.95 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 335, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 25653, 241 25654, 246 25655, 167 246, 85 247, 248 63636, 253 0xf1, SBC PC: 0x6435, SP: 0xdd, A: 0x13, X: 0x8d, Y: 0x3f, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 22 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3820] | 1.10 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 320, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 31286, 241 31287, 9 31288, 43 9, 9 10, 130 33465, 148 0xf1, SBC PC: 0x7a36, SP: 0x06, A: 0xb4, X: 0x6e, Y: 0xb0, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 287 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3832] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 332, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 3438, 241 3439, 142 3440, 120 142, 128 143, 36 9270, 0 9526, 111 0xf1, SBC PC: 0x0d6e, SP: 0x56, A: 0x1a, X: 0x9e, Y: 0xb6, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3858] | 0.96 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 358, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 64791, 241 64792, 31 64793, 168 31, 105 32, 209 53517, 134 53773, 165 0xf1, SBC PC: 0xfd17, SP: 0x74, A: 0x4d, X: 0xb7, Y: 0xa4, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 167 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3861] | 1.02 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 361, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 64788, 241 64789, 220 64790, 153 220, 229 221, 158 40455, 207 40711, 29 0xf1, SBC PC: 0xfd14, SP: 0x00, A: 0xd6, X: 0x4f, Y: 0x22, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 440 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3852] | 1.09 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 352, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44737, 241 44738, 186 44739, 133 186, 212 187, 50 13041, 151 0xf1, SBC PC: 0xaec1, SP: 0x07, A: 0xfd, X: 0xb6, Y: 0x1d, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 358 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3840] | 1.04 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 340, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18820, 241 18821, 231 18822, 177 231, 142 232, 241 61721, 61 61977, 220 0xf1, SBC PC: 0x4984, SP: 0xb0, A: 0x5a, X: 0x99, Y: 0x8b, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 125 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3876] | 0.95 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 376, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34588, 241 34589, 94 34590, 230 94, 71 95, 206 52786, 193 53042, 253 0xf1, SBC PC: 0x871c, SP: 0x82, A: 0xd0, X: 0x03, Y: 0xeb, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 210 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3855] | 0.79 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 355, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12659, 241 12660, 70 12661, 58 70, 140 71, 184 47332, 254 0xf1, SBC PC: 0x3173, SP: 0xf3, A: 0x06, X: 0xa4, Y: 0x58, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 8 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3871] | 0.79 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 371, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32576, 241 32577, 168 32578, 153 168, 154 169, 167 42901, 33 43157, 111 0xf1, SBC PC: 0x7f40, SP: 0x69, A: 0x86, X: 0xb0, Y: 0xfb, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 278 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3874] | 0.80 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 374, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60396, 241 60397, 188 60398, 35 188, 91 189, 155 39875, 108 0xf1, SBC PC: 0xebec, SP: 0x44, A: 0x11, X: 0x29, Y: 0x68, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 165 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3864] | 0.71 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 364, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55130, 241 55131, 122 55132, 4 122, 113 123, 124 31984, 144 0xf1, SBC PC: 0xd75a, SP: 0x99, A: 0x2d, X: 0xc0, Y: 0x7f, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3836] | 1.05 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 336, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26721, 241 26722, 203 26723, 138 203, 193 204, 48 12318, 68 12574, 178 0xf1, SBC PC: 0x6861, SP: 0xe2, A: 0x15, X: 0x8c, Y: 0x5d, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 99 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3880] | 0.75 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 380, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 28478, 241 28479, 119 28480, 29 119, 97 120, 70 18167, 59 0xf1, SBC PC: 0x6f3e, SP: 0xbd, A: 0x16, X: 0x50, Y: 0x96, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3868] | 0.77 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 368, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50073, 241 50074, 210 50075, 223 210, 246 211, 168 43193, 85 43449, 223 0xf1, SBC PC: 0xc399, SP: 0x3c, A: 0xb9, X: 0xba, Y: 0xc3, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 218 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3884] | 0.96 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 384, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24482, 241 24483, 221 24484, 65 221, 200 222, 132 34006, 112 0xf1, SBC PC: 0x5fa2, SP: 0xd9, A: 0xd0, X: 0x7c, Y: 0x0e, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3878] | 0.76 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 378, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 25674, 241 25675, 180 25676, 20 180, 190 181, 113 29017, 17 29273, 215 0xf1, SBC PC: 0x644a, SP: 0x60, A: 0x8e, X: 0x0d, Y: 0x9b, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 183 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3867] | 0.78 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 367, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21207, 241 21208, 125 21209, 115 125, 134 126, 185 47486, 190 47742, 247 0xf1, SBC PC: 0x52d7, SP: 0xc3, A: 0x27, X: 0xcb, Y: 0xf8, [1, 0, 1, 0, 0, 1, 1, 0] SBC performed 47 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3882] | 0.74 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 382, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8866, 241 8867, 151 8868, 143 151, 174 152, 55 14100, 233 14356, 194 0xf1, SBC PC: 0x22a2, SP: 0xf1, A: 0x5d, X: 0xca, Y: 0x66, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3886] | 1.05 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 386, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12938, 241 12939, 23 12940, 35 23, 132 24, 50 13048, 89 0xf1, SBC PC: 0x328a, SP: 0xbe, A: 0x0e, X: 0x7e, Y: 0x74, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3888] | 0.78 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 388, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 17483, 241 17484, 239 17485, 54 239, 86 240, 45 11642, 34 0xf1, SBC PC: 0x444b, SP: 0x85, A: 0x12, X: 0xca, Y: 0x24, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 239 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3877] | 0.92 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 377, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12035, 241 12036, 168 12037, 200 168, 203 169, 173 44524, 108 0xf1, SBC PC: 0x2f03, SP: 0xdb, A: 0x78, X: 0x13, Y: 0x21, [1, 1, 1, 0, 1, 1, 1, 1] SBC performed 268 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3894] | 1.18 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 394, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55692, 241 55693, 241 55694, 199 241, 30 242, 14 3706, 156 0xf1, SBC PC: 0xd98c, SP: 0x29, A: 0x52, X: 0x9a, Y: 0x5c, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3872] | 1.16 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 372, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 10177, 241 10178, 175 10179, 108 175, 7 176, 6 1635, 215 0xf1, SBC PC: 0x27c1, SP: 0x07, A: 0x98, X: 0xe3, Y: 0x5c, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3892] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 392, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53246, 241 53247, 202 53248, 225 202, 152 203, 209 53556, 52 53812, 49 0xf1, SBC PC: 0xcffe, SP: 0x97, A: 0x21, X: 0x5d, Y: 0x9c, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3890] | 0.75 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 390, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57665, 241 57666, 40 57667, 107 40, 134 41, 217 55768, 106 0xf1, SBC PC: 0xe141, SP: 0x4a, A: 0x06, X: 0x46, Y: 0x52, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3896] | 1.07 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 396, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18279, 241 18280, 221 18281, 236 221, 8 222, 38 9919, 66 0xf1, SBC PC: 0x4767, SP: 0xde, A: 0xaf, X: 0x8b, Y: 0xb7, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 365 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3875] | 0.95 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 375, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48498, 241 48499, 128 48500, 45 128, 105 129, 252 64608, 50 64864, 185 0xf1, SBC PC: 0xbd72, SP: 0x46, A: 0xaf, X: 0x35, Y: 0xf7, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3881] | 1.12 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 381, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37464, 241 37465, 124 37466, 91 124, 16 125, 30 7826, 254 0xf1, SBC PC: 0x9258, SP: 0x02, A: 0x5d, X: 0x08, Y: 0x82, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 94 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3869] | 1.00 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 369, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40118, 241 40119, 175 40120, 209 175, 88 176, 211 54083, 129 54339, 39 0xf1, SBC PC: 0x9cb6, SP: 0x60, A: 0x19, X: 0x12, Y: 0xeb, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3879] | 1.02 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 379, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49402, 241 49403, 74 49404, 190 74, 165 75, 45 11692, 108 0xf1, SBC PC: 0xc0fa, SP: 0x6f, A: 0xf1, X: 0xf6, Y: 0x07, [0, 1, 1, 0, 1, 0, 1, 0] SBC performed 388 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3900] | 1.22 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 400, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 57380, 241 57381, 113 57382, 146 113, 65 114, 18 4765, 147 0xf1, SBC PC: 0xe024, SP: 0x5a, A: 0x0e, X: 0x6f, Y: 0x5c, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 123 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3883] | 1.11 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 383, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6807, 241 6808, 129 6809, 11 129, 142 130, 156 40153, 79 0xf1, SBC PC: 0x1a97, SP: 0x73, A: 0x41, X: 0x1a, Y: 0x4b, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3885] | 0.93 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 385, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 53447, 241 53448, 112 53449, 50 112, 69 113, 60 15464, 55 0xf1, SBC PC: 0xd0c7, SP: 0x2c, A: 0x84, X: 0x53, Y: 0x23, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3898] | 0.81 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 398, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 11288, 241 11289, 204 11290, 75 204, 77 205, 96 24578, 178 24834, 60 0xf1, SBC PC: 0x2c18, SP: 0xff, A: 0xee, X: 0xc0, Y: 0xb5, [0, 1, 1, 0, 0, 0, 1, 0] SBC performed 433 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3889] | 0.98 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 389, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6182, 241 6183, 130 6184, 42 130, 146 131, 39 10169, 90 0xf1, SBC PC: 0x1826, SP: 0x1b, A: 0x85, X: 0x78, Y: 0x27, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 298 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3893] | 1.07 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 393, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 11051, 241 11052, 8 11053, 44 8, 244 9, 221 56828, 125 0xf1, SBC PC: 0x2b2b, SP: 0x14, A: 0xd7, X: 0xa1, Y: 0x08, [0, 1, 1, 0, 0, 1, 1, 1] SBC performed 346 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3891] | 1.19 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 391, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44776, 241 44777, 81 44778, 12 81, 59 82, 91 23462, 110 0xf1, SBC PC: 0xaee8, SP: 0xfe, A: 0xf9, X: 0xb3, Y: 0x6b, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 394 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3887] | 0.89 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 387, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55852, 241 55853, 143 55854, 154 143, 25 144, 35 9139, 129 0xf1, SBC PC: 0xda2c, SP: 0x33, A: 0xe5, X: 0x90, Y: 0x9a, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 356 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3902] | 0.99 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 402, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 14443, 241 14444, 205 14445, 38 205, 204 206, 203 52121, 67 52377, 216 0xf1, SBC PC: 0x386b, SP: 0x9a, A: 0xce, X: 0xf2, Y: 0xcd, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 246 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3904] | 0.71 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 404, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55034, 241 55035, 217 55036, 17 217, 42 218, 200 51295, 78 0xf1, SBC PC: 0xd6fa, SP: 0x6a, A: 0x59, X: 0x25, Y: 0x35, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 267 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3897] | 1.08 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 397, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37031, 241 37032, 226 37033, 155 226, 67 227, 53 13786, 167 0xf1, SBC PC: 0x90a7, SP: 0xe3, A: 0xe8, X: 0xce, Y: 0x97, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 320 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3873] | 0.79 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 373, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 38449, 241 38450, 79 38451, 64 79, 169 80, 111 28476, 91 28732, 46 0xf1, SBC PC: 0x9631, SP: 0xe0, A: 0x66, X: 0x49, Y: 0x93, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 311 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3870] | 0.81 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 370, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47936, 241 47937, 80 47938, 77 80, 195 81, 246 62987, 1 63243, 140 0xf1, SBC PC: 0xbb40, SP: 0xc6, A: 0x7c, X: 0xae, Y: 0x48, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3895] | 0.85 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 395, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23945, 241 23946, 57 23947, 172 57, 121 58, 237 60699, 197 60955, 5 0xf1, SBC PC: 0x5d89, SP: 0x4d, A: 0xd8, X: 0xe1, Y: 0xa2, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 467 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3899] | 1.35 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 399, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 22500, 241 22501, 43 22502, 188 43, 184 44, 77 19714, 211 19970, 115 0xf1, SBC PC: 0x57e4, SP: 0x35, A: 0x7d, X: 0xc6, Y: 0x4a, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 265 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3906] | 0.97 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 406, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23879, 241 23880, 97 23881, 168 97, 244 98, 159 40709, 163 40965, 72 0xf1, SBC PC: 0x5d47, SP: 0x90, A: 0xa1, X: 0x86, Y: 0x11, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 344 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3907] | 0.75 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 407, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32950, 241 32951, 217 32952, 143 217, 216 218, 244 62629, 150 62885, 233 0xf1, SBC PC: 0x80b6, SP: 0xa5, A: 0x3f, X: 0x21, Y: 0xcd, [0, 0, 1, 0, 1, 1, 1, 0] SBC performed 85 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3909] | 0.99 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 409, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58041, 241 58042, 238 58043, 33 238, 138 239, 153 39190, 26 39446, 45 0xf1, SBC PC: 0xe2b9, SP: 0xf0, A: 0xb2, X: 0xdb, Y: 0x8c, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 389 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3908] | 1.15 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 408, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62460, 241 62461, 164 62462, 144 164, 100 165, 189 48463, 234 48719, 187 0xf1, SBC PC: 0xf3fc, SP: 0x60, A: 0xb6, X: 0xac, Y: 0xeb, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3901] | 0.94 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 401, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35615, 241 35616, 175 35617, 47 175, 164 176, 36 9219, 179 9475, 253 0xf1, SBC PC: 0x8b1f, SP: 0xc9, A: 0xe0, X: 0x1b, Y: 0x5f, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3910] | 0.81 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 410, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 18442, 241 18443, 34 18444, 229 34, 52 35, 89 22797, 208 23053, 98 0xf1, SBC PC: 0x480a, SP: 0xfb, A: 0x55, X: 0xc0, Y: 0xd9, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3913] | 1.12 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 413, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 55821, 241 55822, 223 55823, 86 223, 108 224, 226 57928, 145 58184, 235 0xf1, SBC PC: 0xda0d, SP: 0x76, A: 0x7b, X: 0x5a, Y: 0xdc, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 144 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3905] | 0.92 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 405, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44167, 241 44168, 10 44169, 216 10, 241 11, 112 28723, 91 28979, 27 0xf1, SBC PC: 0xac87, SP: 0x7f, A: 0xf3, X: 0x9b, Y: 0x42, [0, 1, 1, 0, 1, 1, 0, 0] SBC performed 471 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3911] | 0.79 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 411, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33324, 241 33325, 150 33326, 27 150, 202 151, 187 47894, 146 48150, 2 0xf1, SBC PC: 0x822c, SP: 0x92, A: 0xeb, X: 0x4c, Y: 0x4c, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 488 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3903] | 0.71 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 403, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27170, 241 27171, 104 27172, 147 104, 136 105, 188 48272, 90 0xf1, SBC PC: 0x6a22, SP: 0x6b, A: 0x48, X: 0x39, Y: 0x08, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 238 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3912] | 0.86 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 412, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 27430, 241 27431, 42 27432, 66 42, 12 43, 125 32162, 103 0xf1, SBC PC: 0x6b26, SP: 0x72, A: 0xdf, X: 0x8b, Y: 0x96, [1, 1, 1, 0, 0, 0, 1, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3915] | 1.16 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 415, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47518, 241 47519, 247 47520, 128 247, 120 248, 40 10450, 120 0xf1, SBC PC: 0xb99e, SP: 0xaa, A: 0x5e, X: 0x04, Y: 0x5a, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 230 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3916] | 1.07 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 416, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36263, 241 36264, 32 36265, 120 32, 50 33, 111 28471, 211 0xf1, SBC PC: 0x8da7, SP: 0xa5, A: 0xbf, X: 0x74, Y: 0x05, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 235 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3920] | 1.07 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 420, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39718, 241 39719, 175 39720, 233 175, 127 176, 5 1453, 23 0xf1, SBC PC: 0x9b26, SP: 0xc6, A: 0xcd, X: 0xfd, Y: 0x2e, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 438 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3917] | 1.05 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 417, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8871, 241 8872, 224 8873, 219 224, 7 225, 253 64894, 156 0xf1, SBC PC: 0x22a7, SP: 0xc7, A: 0x38, X: 0xb3, Y: 0x77, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 156 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3914] | 0.98 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 414, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58597, 241 58598, 194 58599, 236 194, 62 195, 93 24057, 119 0xf1, SBC PC: 0xe4e5, SP: 0x7c, A: 0x59, X: 0xd1, Y: 0xbb, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 226 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3919] | 1.26 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 419, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 470, 241 471, 94 472, 201 94, 23 95, 60 15508, 144 0xf1, SBC PC: 0x01d6, SP: 0xf8, A: 0x49, X: 0xcf, Y: 0x7d, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 184 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3921] | 0.89 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 421, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8641, 241 8642, 176 8643, 169 176, 205 177, 71 18349, 237 18605, 101 0xf1, SBC PC: 0x21c1, SP: 0xea, A: 0x10, X: 0xd0, Y: 0xe0, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 171 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3923] | 1.12 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 423, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 3141, 241 3142, 55 3143, 130 55, 220 56, 89 22938, 70 23194, 168 0xf1, SBC PC: 0x0c45, SP: 0xa1, A: 0x68, X: 0x0c, Y: 0xbe, [1, 0, 1, 0, 0, 0, 0, 0] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3924] | 1.06 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 424, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41053, 241 41054, 58 41055, 201 58, 90 59, 114 29212, 6 29468, 157 0xf1, SBC PC: 0xa05d, SP: 0xc9, A: 0x3a, X: 0x46, Y: 0xc2, [1, 1, 1, 0, 0, 0, 1, 1] SBC performed 157 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3922] | 0.95 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 422, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32319, 241 32320, 150 32321, 247 150, 39 151, 189 48588, 159 0xf1, SBC PC: 0x7e3f, SP: 0x46, A: 0x98, X: 0x0d, Y: 0xa5, [1, 0, 1, 0, 0, 1, 0, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3918] | 1.02 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 418, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37930, 241 37931, 47 37932, 176 47, 105 48, 237 60785, 13 0xf1, SBC PC: 0x942a, SP: 0x7d, A: 0x5e, X: 0xa6, Y: 0x08, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3927] | 1.01 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 427, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26686, 241 26687, 184 26688, 63 184, 185 185, 162 41661, 1 0xf1, SBC PC: 0x683e, SP: 0x59, A: 0xab, X: 0x97, Y: 0x04, [1, 1, 1, 0, 1, 0, 0, 0] SBC performed 425 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3928] | 0.89 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 428, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 49104, 241 49105, 64 49106, 57 64, 206 65, 187 48056, 238 48312, 142 0xf1, SBC PC: 0xbfd0, SP: 0xfa, A: 0x16, X: 0xcb, Y: 0xea, [1, 1, 1, 0, 1, 1, 1, 0] SBC performed 135 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3926] | 0.72 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 426, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 43521, 241 43522, 47 43523, 71 47, 242 48, 149 38321, 62 38577, 159 0xf1, SBC PC: 0xaa01, SP: 0xfc, A: 0xa1, X: 0x5d, Y: 0xbf, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3925] | 0.83 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 425, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 32471, 241 32472, 86 32473, 162 86, 122 87, 180 46178, 92 46434, 62 0xf1, SBC PC: 0x7ed7, SP: 0x5e, A: 0x37, X: 0x67, Y: 0xe8, [1, 0, 1, 0, 0, 1, 1, 1] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3929] | 1.21 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 429, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59741, 241 59742, 33 59743, 233 33, 83 34, 100 25619, 153 25875, 202 0xf1, SBC PC: 0xe95d, SP: 0x06, A: 0x11, X: 0x46, Y: 0xc0, [1, 1, 1, 0, 0, 0, 0, 1] SBC performed 71 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3931] | 0.80 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 431, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36235, 241 36236, 148 36237, 221 148, 153 149, 72 18488, 160 18744, 145 0xf1, SBC PC: 0x8d8b, SP: 0xe5, A: 0xce, X: 0x51, Y: 0x9f, [1, 1, 1, 0, 0, 1, 1, 0] SBC performed 316 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3933] | 0.90 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 433, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23053, 241 23054, 217 23055, 178 217, 193 218, 148 38129, 56 0xf1, SBC PC: 0x5a0d, SP: 0xec, A: 0x68, X: 0xc3, Y: 0x30, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3932] | 0.78 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 432, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37589, 241 37590, 15 37591, 157 15, 87 16, 173 44312, 162 44568, 122 0xf1, SBC PC: 0x92d5, SP: 0x3c, A: 0xb8, X: 0x9a, Y: 0xc1, [1, 0, 1, 0, 1, 0, 0, 1] SBC performed 318 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3930] | 0.75 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 430, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 52119, 241 52120, 72 52121, 141 72, 75 73, 170 43660, 46 0xf1, SBC PC: 0xcb97, SP: 0xa1, A: 0x40, X: 0xa2, Y: 0x41, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 274 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3934] | 0.99 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 434, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34964, 241 34965, 139 34966, 253 139, 59 140, 118 30354, 209 0xf1, SBC PC: 0x8894, SP: 0x28, A: 0xab, X: 0xb5, Y: 0x57, [0, 0, 1, 0, 1, 0, 1, 0] SBC performed 217 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3936] | 0.93 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 436, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45586, 241 45587, 189 45588, 174 189, 33 190, 51 13260, 117 0xf1, SBC PC: 0xb212, SP: 0x90, A: 0x34, X: 0x59, Y: 0xab, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3943] | 1.06 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 443, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46685, 241 46686, 187 46687, 74 187, 116 188, 68 17532, 212 0xf1, SBC PC: 0xb65d, SP: 0xeb, A: 0x73, X: 0xbc, Y: 0x08, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 158 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3935] | 0.87 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 435, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 33630, 241 33631, 237 33632, 18 237, 129 238, 43 11032, 117 11288, 15 0xf1, SBC PC: 0x835e, SP: 0xe2, A: 0x13, X: 0x32, Y: 0x97, [0, 0, 1, 0, 0, 1, 0, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3942] | 0.77 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 442, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 43640, 241 43641, 189 43642, 10 189, 58 190, 88 22733, 155 0xf1, SBC PC: 0xaa78, SP: 0xd0, A: 0xfc, X: 0x76, Y: 0x93, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3939] | 1.32 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 439, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 60609, 241 60610, 107 60611, 61 107, 105 108, 120 30748, 251 31004, 2 0xf1, SBC PC: 0xecc1, SP: 0x2e, A: 0x2a, X: 0xb4, Y: 0xb3, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 296 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3938] | 1.00 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 438, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 42727, 241 42728, 232 42729, 145 232, 204 233, 70 18124, 23 0xf1, SBC PC: 0xa6e7, SP: 0x73, A: 0x3b, X: 0xdc, Y: 0x00, [1, 1, 1, 0, 1, 1, 0, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3937] | 0.91 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 437, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 56729, 241 56730, 156 56731, 205 156, 122 157, 31 8022, 92 8278, 14 0xf1, SBC PC: 0xdd99, SP: 0x68, A: 0x18, X: 0xba, Y: 0xdc, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 266 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3940] | 1.12 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 440, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36918, 241 36919, 234 36920, 180 234, 122 235, 54 13898, 7 14154, 65 0xf1, SBC PC: 0x9036, SP: 0xf2, A: 0x31, X: 0xfb, Y: 0xd0, [0, 1, 1, 0, 1, 1, 0, 1] SBC performed 240 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3941] | 0.85 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 441, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 41238, 241 41239, 206 41240, 145 206, 84 207, 72 18671, 78 0xf1, SBC PC: 0xa116, SP: 0x00, A: 0x13, X: 0x8a, Y: 0x9b, [0, 0, 1, 0, 0, 1, 1, 0] SBC performed 196 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3944] | 1.05 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 444, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 47250, 241 47251, 126 47252, 172 126, 177 127, 157 40377, 165 0xf1, SBC PC: 0xb892, SP: 0x5a, A: 0x01, X: 0x57, Y: 0x08, [0, 1, 1, 0, 1, 1, 1, 0] SBC performed 91 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3948] | 1.19 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 448, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 65363, 241 65364, 90 65365, 42 90, 172 91, 74 18981, 255 19237, 77 0xf1, SBC PC: 0xff53, SP: 0xb5, A: 0xad, X: 0x41, Y: 0x79, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 352 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3946] | 1.06 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 446, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36921, 241 36922, 50 36923, 224 50, 162 51, 251 64321, 22 64577, 131 0xf1, SBC PC: 0x9039, SP: 0x1d, A: 0xfb, X: 0xf0, Y: 0x9f, [1, 0, 1, 0, 1, 0, 0, 0] SBC performed 375 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3949] | 1.15 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 449, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 50628, 241 50629, 204 50630, 166 204, 211 205, 193 49548, 172 49804, 124 0xf1, SBC PC: 0xc5c4, SP: 0x80, A: 0xc7, X: 0xc7, Y: 0xb9, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 331 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3947] | 1.35 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 447, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 23976, 241 23977, 42 23978, 224 42, 239 43, 169 43266, 55 43522, 133 0xf1, SBC PC: 0x5da8, SP: 0x1d, A: 0xa9, X: 0x11, Y: 0x13, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 291 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3945] | 0.89 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 445, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 12678, 241 12679, 237 12680, 241 237, 154 238, 18 4697, 32 4953, 99 0xf1, SBC PC: 0x3186, SP: 0x9c, A: 0x39, X: 0x3e, Y: 0xbf, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 214 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3951] | 0.88 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 451, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 52763, 241 52764, 161 52765, 147 161, 4 162, 236 60612, 58 0xf1, SBC PC: 0xce1b, SP: 0x3a, A: 0x8f, X: 0x49, Y: 0xc0, [0, 1, 1, 0, 0, 0, 0, 0] SBC performed 340 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3950] | 1.30 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 450, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6311, 241 6312, 116 6313, 22 116, 222 117, 195 50088, 153 50344, 112 0xf1, SBC PC: 0x18a7, SP: 0xc5, A: 0xd0, X: 0x4d, Y: 0xca, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 351 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3954] | 1.16 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 454, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 46038, 241 46039, 112 46040, 101 112, 181 113, 10 2780, 66 0xf1, SBC PC: 0xb3d6, SP: 0x14, A: 0x43, X: 0xa9, Y: 0x27, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3953] | 1.26 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 453, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6411, 241 6412, 93 6413, 8 93, 37 94, 210 53803, 205 0xf1, SBC PC: 0x190b, SP: 0x1b, A: 0x01, X: 0xbb, Y: 0x06, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 51 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3952] | 0.78 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 452, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59673, 241 59674, 144 59675, 120 144, 30 145, 149 38314, 22 0xf1, SBC PC: 0xe919, SP: 0x8f, A: 0x6d, X: 0xed, Y: 0x8c, [1, 1, 1, 0, 0, 1, 1, 1] SBC performed 343 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3959] | 1.09 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 459, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 20428, 241 20429, 124 20430, 92 124, 210 125, 33 8687, 204 0xf1, SBC PC: 0x4fcc, SP: 0x3c, A: 0x2f, X: 0xe9, Y: 0x1d, [1, 0, 1, 0, 1, 1, 0, 0] SBC performed 98 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3957] | 1.16 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 457, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62107, 241 62108, 161 62109, 145 161, 141 162, 226 58057, 246 0xf1, SBC PC: 0xf29b, SP: 0x1b, A: 0xc2, X: 0xa9, Y: 0x3c, [0, 1, 1, 0, 0, 1, 0, 0] SBC performed 203 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3956] | 1.04 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 456, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 25440, 241 25441, 71 25442, 113 71, 214 72, 138 35453, 182 35709, 66 0xf1, SBC PC: 0x6360, SP: 0x02, A: 0x92, X: 0xc9, Y: 0xa7, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 336 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3958] | 0.89 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 458, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 17214, 241 17215, 99 17216, 77 99, 193 100, 131 33647, 156 33903, 236 0xf1, SBC PC: 0x433e, SP: 0x61, A: 0xde, X: 0x15, Y: 0xae, [1, 0, 1, 0, 0, 1, 0, 0] SBC performed 241 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3960] | 0.90 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 460, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36348, 241 36349, 66 36350, 136 66, 132 67, 148 37925, 154 38181, 176 0xf1, SBC PC: 0x8dfc, SP: 0x25, A: 0x8f, X: 0xc1, Y: 0xa1, [0, 0, 1, 0, 1, 0, 0, 1] SBC performed 223 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3955] | 0.87 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 455, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 7886, 241 7887, 74 7888, 37 74, 104 75, 87 22312, 187 22568, 237 0xf1, SBC PC: 0x1ece, SP: 0x4e, A: 0xbb, X: 0xc9, Y: 0xc0, [0, 1, 1, 0, 1, 0, 0, 1] SBC performed 206 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3965] | 1.05 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 465, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 59167, 241 59168, 205 59169, 226 205, 155 206, 177 45540, 141 0xf1, SBC PC: 0xe71f, SP: 0xfb, A: 0x4d, X: 0xe3, Y: 0x49, [1, 1, 1, 0, 0, 1, 0, 0] SBC performed 191 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3962] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 462, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13803, 241 13804, 127 13805, 244 127, 165 128, 63 16284, 139 16540, 159 0xf1, SBC PC: 0x35eb, SP: 0x60, A: 0x5c, X: 0x69, Y: 0xf7, [0, 0, 1, 0, 0, 1, 1, 1] SBC performed 189 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3966] | 0.95 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 466, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 34872, 241 34873, 12 34874, 152 12, 139 13, 63 16278, 158 0xf1, SBC PC: 0x8838, SP: 0x9e, A: 0x22, X: 0xf2, Y: 0x0b, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3961] | 0.77 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 461, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39886, 241 39887, 141 39888, 83 141, 214 142, 221 56701, 31 56957, 68 0xf1, SBC PC: 0x9bce, SP: 0xbe, A: 0xd0, X: 0x24, Y: 0xa7, [1, 0, 1, 0, 1, 1, 1, 1] SBC performed 396 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3963] | 0.91 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 463, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 42948, 241 42949, 137 42950, 195 137, 79 138, 181 46395, 81 46651, 103 0xf1, SBC PC: 0xa7c4, SP: 0x55, A: 0x01, X: 0x35, Y: 0xec, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 154 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3970] | 1.14 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 470, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 48659, 241 48660, 42 48661, 193 42, 176 43, 178 45578, 184 45834, 156 0xf1, SBC PC: 0xbe13, SP: 0x2c, A: 0xe0, X: 0x27, Y: 0x5a, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3964] | 0.79 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 464, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 26997, 241 26998, 48 26999, 221 48, 27 49, 181 46511, 170 0xf1, SBC PC: 0x6975, SP: 0x0f, A: 0x60, X: 0x3f, Y: 0x94, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 181 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3967] | 0.83 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 467, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61532, 241 61533, 168 61534, 73 168, 223 169, 68 17535, 114 17791, 254 0xf1, SBC PC: 0xf05c, SP: 0x26, A: 0x30, X: 0x45, Y: 0xa0, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 49 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3968] | 0.81 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 468, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 65400, 241 65401, 30 65402, 185 30, 29 31, 57 14722, 114 0xf1, SBC PC: 0xff78, SP: 0x8e, A: 0x70, X: 0xf5, Y: 0x65, [1, 0, 1, 0, 1, 0, 1, 0] SBC performed 253 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3971] | 0.73 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 471, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 43520, 241 43521, 190 43522, 41 190, 16 191, 231 59387, 244 0xf1, SBC PC: 0xaa00, SP: 0x06, A: 0x2e, X: 0xec, Y: 0xeb, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 57 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3973] | 1.03 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 473, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 4460, 241 4461, 215 4462, 11 215, 198 216, 225 57737, 118 57993, 123 0xf1, SBC PC: 0x116c, SP: 0x50, A: 0x43, X: 0x17, Y: 0xc3, [0, 0, 1, 0, 1, 0, 1, 1] SBC performed 200 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3969] | 0.84 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 469, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 44377, 241 44378, 54 44379, 226 54, 11 55, 101 25895, 72 0xf1, SBC PC: 0xad59, SP: 0xe9, A: 0x8a, X: 0x3e, Y: 0x1c, [1, 0, 1, 0, 1, 1, 1, 0] SBC performed 321 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3974] | 1.03 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 474, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 24368, 241 24369, 83 24370, 249 83, 123 84, 235 60370, 179 0xf1, SBC PC: 0x5f30, SP: 0x29, A: 0xa5, X: 0x41, Y: 0x57, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 242 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3972] | 0.79 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 472, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 22971, 241 22972, 7 22973, 226 7, 96 8, 115 29556, 236 0xf1, SBC PC: 0x59bb, SP: 0xc9, A: 0x17, X: 0x5c, Y: 0x14, [0, 1, 1, 0, 1, 0, 1, 1] SBC performed 43 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3975] | 0.96 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 475, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 52764, 241 52765, 89 52766, 158 89, 133 90, 188 48192, 251 48448, 154 0xf1, SBC PC: 0xce1c, SP: 0xd1, A: 0x10, X: 0xa0, Y: 0xbb, [1, 0, 1, 0, 0, 0, 1, 1] SBC performed 118 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3976] | 0.98 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 476, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 15899, 241 15900, 166 15901, 215 166, 62 167, 126 32454, 101 0xf1, SBC PC: 0x3e1b, SP: 0x90, A: 0xd1, X: 0xf2, Y: 0x88, [1, 0, 1, 0, 1, 1, 0, 1] SBC performed 364 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3978] | 0.98 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 478, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 29913, 241 29914, 196 29915, 136 196, 132 197, 65 16654, 122 16910, 154 0xf1, SBC PC: 0x74d9, SP: 0x31, A: 0x5c, X: 0x67, Y: 0x8a, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 193 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3980] | 0.97 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 480, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 64083, 241 64084, 117 64085, 132 117, 1 118, 97 25072, 100 0xf1, SBC PC: 0xfa53, SP: 0x21, A: 0x5e, X: 0xcd, Y: 0xef, [0, 0, 1, 0, 1, 0, 0, 0] SBC performed 249 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3979] | 0.74 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 479, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 37093, 241 37094, 16 37095, 160 16, 240 17, 12 3110, 19 3366, 57 0xf1, SBC PC: 0x90e5, SP: 0xd3, A: 0x53, X: 0xb7, Y: 0x36, [1, 0, 1, 0, 1, 0, 1, 1] SBC performed 282 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3977] | 0.72 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 477, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 8642, 241 8643, 160 8644, 110 160, 196 161, 53 13616, 220 13872, 192 0xf1, SBC PC: 0x21c2, SP: 0x98, A: 0x90, X: 0x95, Y: 0x6c, [1, 1, 1, 0, 1, 1, 0, 1] SBC performed 208 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3981] | 1.03 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 481, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 61044, 241 61045, 192 61046, 93 192, 82 193, 154 39666, 186 0xf1, SBC PC: 0xee74, SP: 0xcd, A: 0xfd, X: 0x0a, Y: 0xa0, [0, 1, 1, 0, 0, 0, 1, 1] SBC performed 323 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3983] | 0.95 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 483, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 5708, 241 5709, 201 5710, 213 201, 146 202, 70 18142, 17 0xf1, SBC PC: 0x164c, SP: 0x02, A: 0x0c, X: 0x04, Y: 0x4c, [0, 0, 1, 0, 1, 1, 1, 1] SBC performed 251 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3984] | 1.00 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 484, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 31657, 241 31658, 114 31659, 116 114, 172 115, 246 63141, 23 63397, 15 0xf1, SBC PC: 0x7ba9, SP: 0xea, A: 0x5d, X: 0xc0, Y: 0xf9, [0, 1, 1, 0, 0, 1, 1, 0] SBC performed 333 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3985] | 1.09 | |
|
[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw6] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 485, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 21839, 241 21840, 199 21841, 193 199, 120 200, 54 14037, 103 0xf1, SBC PC: 0x554f, SP: 0x79, A: 0x97, X: 0x51, Y: 0x5d, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 303 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3986] | 1.00 | |
|
[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw1] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 486, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 3609, 241 3610, 6 3611, 70 6, 118 7, 203 52072, 214 52328, 87 0xf1, SBC PC: 0x0e19, SP: 0xfe, A: 0x91, X: 0xa8, Y: 0xf2, [0, 1, 1, 0, 1, 0, 0, 0] SBC performed 313 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3982] | 0.81 | |
|
[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw10] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 482, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 36765, 241 36766, 252 36767, 132 252, 145 253, 207 53191, 247 0xf1, SBC PC: 0x8f9d, SP: 0xae, A: 0x66, X: 0x05, Y: 0x36, [0, 0, 1, 0, 0, 0, 0, 0] SBC performed 110 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3990] | 0.98 | |
|
[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw4] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 490, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 62663, 241 62664, 171 62665, 133 171, 131 172, 27 7044, 153 0xf1, SBC PC: 0xf4c7, SP: 0x44, A: 0x9d, X: 0x12, Y: 0x01, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 260 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3988] | 0.97 | |
|
[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw15] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 488, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 13722, 241 13723, 210 13724, 93 210, 70 211, 152 39036, 207 0xf1, SBC PC: 0x359a, SP: 0xc6, A: 0xa4, X: 0x6a, Y: 0x36, [1, 1, 1, 0, 1, 0, 1, 1] SBC performed 213 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3991] | 0.71 | |
|
[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw2] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 491, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 40880, 241 40881, 118 40882, 129 118, 234 119, 224 57472, 184 57728, 115 0xf1, SBC PC: 0x9fb0, SP: 0x54, A: 0xc5, X: 0x58, Y: 0x96, [0, 1, 1, 0, 0, 1, 0, 1] SBC performed 338 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3987] | 0.74 | |
|
[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw9] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 487, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35489, 241 35490, 192 35491, 20 192, 241 193, 163 41870, 19 42126, 10 0xf1, SBC PC: 0x8aa1, SP: 0x33, A: 0xe0, X: 0x76, Y: 0x9d, [1, 0, 1, 0, 0, 0, 1, 0] SBC performed 469 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3989] | 0.73 | |
|
[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw11] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 489, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 1728, 241 1729, 6 1730, 50 6, 208 7, 150 38640, 226 0xf1, SBC PC: 0x06c0, SP: 0xf1, A: 0x66, X: 0xfe, Y: 0x20, [1, 1, 1, 0, 0, 1, 0, 1] SBC performed 132 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3995] | 0.99 | |
|
[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw8] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 495, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 2859, 241 2860, 94 2861, 176 94, 115 95, 219 56099, 235 56355, 61 0xf1, SBC PC: 0x0b2b, SP: 0x49, A: 0x04, X: 0x9a, Y: 0xb0, [0, 0, 1, 0, 0, 0, 1, 0] SBC performed 198 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3996] | 0.94 | |
|
[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw13] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 496, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 58140, 241 58141, 225 58142, 185 225, 101 226, 48 12530, 234 0xf1, SBC PC: 0xe31c, SP: 0xd8, A: 0x7c, X: 0xc3, Y: 0x8d, [1, 1, 1, 0, 1, 0, 0, 1] SBC performed 146 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3992] | 0.75 | |
|
[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw0] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 492, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6540, 241 6541, 135 6542, 138 135, 33 136, 58 14978, 37 0xf1, SBC PC: 0x198c, SP: 0x81, A: 0x83, X: 0xd5, Y: 0x61, [0, 0, 1, 0, 0, 1, 0, 0] SBC performed 349 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3993] | 0.79 | |
|
[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw5] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 493, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 35482, 241 35483, 215 35484, 88 215, 97 216, 46 11926, 77 0xf1, SBC PC: 0x8a9a, SP: 0xc4, A: 0x83, X: 0x64, Y: 0x35, [0, 0, 1, 0, 0, 0, 1, 1] SBC performed 310 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3994] | 0.77 | |
|
[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw14] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 494, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45567, 241 45568, 84 45569, 118 84, 95 85, 183 46894, 2 47150, 170 0xf1, SBC PC: 0xb1ff, SP: 0x05, A: 0xac, X: 0xf1, Y: 0xcf, [1, 1, 1, 0, 0, 0, 0, 0] SBC performed 257 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3998] | 0.66 | |
|
[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw7] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 498, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 45071, 241 45072, 48 45073, 209 48, 196 49, 23 6020, 207 6276, 44 0xf1, SBC PC: 0xb00f, SP: 0xc2, A: 0x9b, X: 0xb6, Y: 0xc0, [0, 0, 1, 0, 1, 1, 0, 1] SBC performed 367 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3997] | 0.62 | |
|
[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw3] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 497, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 39448, 241 39449, 8 39450, 30 8, 15 9, 209 53753, 38 0xf1, SBC PC: 0x9a18, SP: 0xa9, A: 0x42, X: 0xbb, Y: 0xea, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 283 | |||
| Passed | tests/test_SBC.py::test_SBC[C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json-i3999] | 0.53 | |
|
[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe [gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe[gw12] win32 -- Python 3.10.8 C:\Users\David\miniconda3\envs\davenespy310\python.exe ------------------------------Captured stdout call------------------------------ ind: 499, filename: C:/Users/David/Documents/Coding/daveNES/tests/ProcessorTests-main/nes6502/v1/f1.json 6480, 241 6481, 220 6482, 215 220, 101 221, 188 48221, 210 48477, 27 0xf1, SBC PC: 0x1950, SP: 0x38, A: 0xdb, X: 0xcc, Y: 0xf8, [1, 1, 1, 0, 1, 0, 1, 0] SBC performed 447 | |||